@experts_hub/shared 1.0.554 → 1.0.557
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/index.d.mts +12 -3
- package/dist/index.d.ts +12 -3
- package/dist/index.js +32 -8
- package/dist/index.mjs +54 -27
- package/dist/modules/freelancer-admin/dto/create-freelancer.dto.d.ts +7 -0
- package/dist/modules/freelancer-admin/dto/update-freelancer.dto.d.ts +2 -0
- package/dist/modules/user/freelancer-profile/dto/update-freelancer-profile.dto.d.ts +3 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -604,7 +604,7 @@ declare class FreelancerChangePasswordDto {
|
|
|
604
604
|
newPassword: string;
|
|
605
605
|
}
|
|
606
606
|
|
|
607
|
-
declare enum NatureOfWorkDto {
|
|
607
|
+
declare enum NatureOfWorkDto$1 {
|
|
608
608
|
FREELANCE = "FREELANCE",
|
|
609
609
|
FTE = "FTE",
|
|
610
610
|
BOTH = "BOTH"
|
|
@@ -628,7 +628,7 @@ declare class UpdateFreelancerProfileDto {
|
|
|
628
628
|
expectedHourlyCompensation: string;
|
|
629
629
|
expectedAnnualCompensation: string;
|
|
630
630
|
numberOfHours?: number;
|
|
631
|
-
natureOfWork: NatureOfWorkDto;
|
|
631
|
+
natureOfWork: NatureOfWorkDto$1;
|
|
632
632
|
modeOfWork: ModeOfWorkDto;
|
|
633
633
|
portfolioLink?: string;
|
|
634
634
|
address: string;
|
|
@@ -2422,6 +2422,11 @@ declare const ADMIN_FREELANCER_PATTERN: {
|
|
|
2422
2422
|
fetchFreelancerGraphCount: string;
|
|
2423
2423
|
};
|
|
2424
2424
|
|
|
2425
|
+
declare enum NatureOfWorkDto {
|
|
2426
|
+
FREELANCE = "FREELANCE",
|
|
2427
|
+
FTE = "FTE",
|
|
2428
|
+
BOTH = "BOTH"
|
|
2429
|
+
}
|
|
2425
2430
|
declare enum NatureOfWorkEnum$1 {
|
|
2426
2431
|
FTE = "FTE",
|
|
2427
2432
|
FREELANCE = "FREELANCE",
|
|
@@ -2442,6 +2447,8 @@ declare class CreateFreelancerDto {
|
|
|
2442
2447
|
developer: boolean;
|
|
2443
2448
|
natureOfWork: NatureOfWorkEnum$1;
|
|
2444
2449
|
expectedHourlyCompensation: number;
|
|
2450
|
+
expectedAnnualCompensation: string;
|
|
2451
|
+
numberOfHours?: number;
|
|
2445
2452
|
modeOfWork: ModeOfWorkEnum$1;
|
|
2446
2453
|
isImmediateJoiner: boolean;
|
|
2447
2454
|
availabilityToJoin: string;
|
|
@@ -2471,6 +2478,8 @@ declare class UpdateFreelancerDto {
|
|
|
2471
2478
|
developer?: boolean;
|
|
2472
2479
|
natureOfWork?: NatureOfWorkEnum;
|
|
2473
2480
|
expectedHourlyCompensation?: number;
|
|
2481
|
+
expectedAnnualCompensation: string;
|
|
2482
|
+
numberOfHours?: number;
|
|
2474
2483
|
modeOfWork?: ModeOfWorkEnum;
|
|
2475
2484
|
isImmediateJoiner?: boolean;
|
|
2476
2485
|
availabilityToJoin?: string;
|
|
@@ -3323,4 +3332,4 @@ declare class RecommendationWeightageConfig extends BaseEntity {
|
|
|
3323
3332
|
isActive: boolean;
|
|
3324
3333
|
}
|
|
3325
3334
|
|
|
3326
|
-
export { ADMIN_FREELANCER_PATTERN, ADMIN_JOB_PATTERN, ADMIN_PERMISSION_PATTERN, ADMIN_ROLE_PATTERN, AI_INTERVIEW_PATTERN, ASSESSMENT_QUESTION_PATTERN, AUTHENTICATION_PATTERN, AccountStatus, AccountType, AdminCreateJobInformationDto, AdminJobBasicInformationV2Dto, AdminPermission, AdminRole, AdminRolePermission, AdminUpdateJobInformationDto, AdminUserRole, AiAssessmentStatusEnum, AiInterview, AiInterviewQuestionGenerateDto, AiInterviewRescheduleRequest, AiInterviewRescheduleRequestStatusEnum, AiInterviewStatusEnum, AnswerTypeEnum, ApplicationStatusEnum, AssessmentAnswer, AssessmentRequestStatusEnum, 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, CreateAIInterviewRescheduleRequestDto, 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, EmploymentTypeV2, EscrowWallet, EscrowWalletTransaction, EscrowWalletTransactionForEnum, EscrowWalletTransactionTypeEnum, 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, FreelancerAssessmentRequest, 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, HiredFreelancerNatureOfWorkEnum, Hiring, HiringCommissionTypeEnum, type IAddRatingPayload, type IAttachPermissionsToClientResponse, type IAttachPermissionsToCompanyMemberResponse, type IAttachPermissionsToCompanyRoleResponse, type IAttachPermissionsToFreelancerResponse, type IAttachPermissionsToSubAdminResponse, type ICreateClientPayload, type ICreateClientResponse, type ICreateCompanyMemberPayload, type ICreateCompanyMemberResponse, type ICreateCompanyRolePayload, type ICreateCompanyRoleResponse, type ICreateFreelancerPayload, type ICreateFreelancerResponse, type ICreateRatingResponse, type ICreateSubAdminPayload, type ICreateSubAdminResponse, type IDeleteClientResponse, type IDeleteCompanyMemberResponse, type IDeleteCompanyRoleResponse, type IDeleteFreelancerResponse, type IDeleteSubAdminResponse, type IFetchClientProfileQuery, type IFetchClientProfileResponse, type IFetchClientsResponse, type IFetchCmsQuery, type IFetchCompanyMemberByIdQuery, type IFetchCompanyMemberByIdResponse, type IFetchCompanyMemberQuery, type IFetchCompanyMembersResponse, type IFetchCompanyRoleByIdQuery, type IFetchCompanyRoleByIdResponse, type IFetchCompanyRoleQuery, type IFetchCompanyRolesResponse, type IFetchFreelancersResponse, type IFetchPlanResponse, type IFetchQuestionQuery, type IFetchQuestionResponse, type IFetchRatingResponse, type IFetchSubAdminByIdQuery, type IFetchSubAdminByIdResponse, type IFetchSubAdminQuery, type IFetchSubAdminResponse, INTERVIEW_INVITE_PATTERN, INVOICE_PATTERN, type IToggleCompanyMemberVisibilityPayload, type IToggleCompanyMemberVisibilityResponse, type IToggleCompanyRoleVisibilityPayload, type IToggleCompanyRoleVisibilityResponse, type IUpdateClientAccountStatusPayload, type IUpdateClientAccountStatusResponse, type IUpdateClientLogoPayload, type IUpdateClientLogoResponse, type IUpdateClientPasswordPayload, type IUpdateClientPayload, type IUpdateClientProfilePayload, type IUpdateClientProfileResponse, type IUpdateClientResponse, type IUpdateCompanyMemberPayload, type IUpdateCompanyMemberResponse, type IUpdateCompanyRolePayload, type IUpdateCompanyRoleResponse, type IUpdateFreelancerPayload, type IUpdateFreelancerResponse, type IUpdateSubAdminAccountStatusPayload, type IUpdateSubAdminAccountStatusResponse, type IUpdateSubAdminPayload, type IUpdateSubAdminResponse, InitiatorTypeEnum, Interview, InterviewInvite, InterviewInviteDto, InterviewInviteStatusEnum, InterviewQuestion, InterviewQuestionType, InterviewSkill, InterviewStatusEnum, Invoice, InvoicePaymentStatusEnum, InvoiceStatusEnum, InvoiceTypeEnum, JOB_PATTERN, JOB_ROLE_PATTERN, Job, JobAdditionalCommentDto, JobApplication, JobBasicInformationDto, JobBasicInformationV2Dto, JobDescriptionDto, JobFreelancerRecommendation, JobFreelancerRecommendationV2, JobIdParamDto, JobLocation, JobLocationAdminDto, JobLocationDto, JobLocationEnum, JobLocationEnumDto, JobLocationEnumV2, JobLocationEnums, JobRMQAdapter, JobRecommendation, JobRoles, JobSkill, JobSkillCategoryEnum, JobStatus, JobStatusDto, JobStatusEnum, JobTCPAdapter, KindOfHire, LEAD_PATTERN, Lead, LoginDto, LoginViaOtpDto, LoginViaOtpScopeEnum, LogoutDto, McqStatusEnum, ModeOfHire, ModeOfWork,
|
|
3335
|
+
export { ADMIN_FREELANCER_PATTERN, ADMIN_JOB_PATTERN, ADMIN_PERMISSION_PATTERN, ADMIN_ROLE_PATTERN, AI_INTERVIEW_PATTERN, ASSESSMENT_QUESTION_PATTERN, AUTHENTICATION_PATTERN, AccountStatus, AccountType, AdminCreateJobInformationDto, AdminJobBasicInformationV2Dto, AdminPermission, AdminRole, AdminRolePermission, AdminUpdateJobInformationDto, AdminUserRole, AiAssessmentStatusEnum, AiInterview, AiInterviewQuestionGenerateDto, AiInterviewRescheduleRequest, AiInterviewRescheduleRequestStatusEnum, AiInterviewStatusEnum, AnswerTypeEnum, ApplicationStatusEnum, AssessmentAnswer, AssessmentRequestStatusEnum, 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, CreateAIInterviewRescheduleRequestDto, 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, EmploymentTypeV2, EscrowWallet, EscrowWalletTransaction, EscrowWalletTransactionForEnum, EscrowWalletTransactionTypeEnum, 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, FreelancerAssessmentRequest, 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, HiredFreelancerNatureOfWorkEnum, Hiring, HiringCommissionTypeEnum, type IAddRatingPayload, type IAttachPermissionsToClientResponse, type IAttachPermissionsToCompanyMemberResponse, type IAttachPermissionsToCompanyRoleResponse, type IAttachPermissionsToFreelancerResponse, type IAttachPermissionsToSubAdminResponse, type ICreateClientPayload, type ICreateClientResponse, type ICreateCompanyMemberPayload, type ICreateCompanyMemberResponse, type ICreateCompanyRolePayload, type ICreateCompanyRoleResponse, type ICreateFreelancerPayload, type ICreateFreelancerResponse, type ICreateRatingResponse, type ICreateSubAdminPayload, type ICreateSubAdminResponse, type IDeleteClientResponse, type IDeleteCompanyMemberResponse, type IDeleteCompanyRoleResponse, type IDeleteFreelancerResponse, type IDeleteSubAdminResponse, type IFetchClientProfileQuery, type IFetchClientProfileResponse, type IFetchClientsResponse, type IFetchCmsQuery, type IFetchCompanyMemberByIdQuery, type IFetchCompanyMemberByIdResponse, type IFetchCompanyMemberQuery, type IFetchCompanyMembersResponse, type IFetchCompanyRoleByIdQuery, type IFetchCompanyRoleByIdResponse, type IFetchCompanyRoleQuery, type IFetchCompanyRolesResponse, type IFetchFreelancersResponse, type IFetchPlanResponse, type IFetchQuestionQuery, type IFetchQuestionResponse, type IFetchRatingResponse, type IFetchSubAdminByIdQuery, type IFetchSubAdminByIdResponse, type IFetchSubAdminQuery, type IFetchSubAdminResponse, INTERVIEW_INVITE_PATTERN, INVOICE_PATTERN, type IToggleCompanyMemberVisibilityPayload, type IToggleCompanyMemberVisibilityResponse, type IToggleCompanyRoleVisibilityPayload, type IToggleCompanyRoleVisibilityResponse, type IUpdateClientAccountStatusPayload, type IUpdateClientAccountStatusResponse, type IUpdateClientLogoPayload, type IUpdateClientLogoResponse, type IUpdateClientPasswordPayload, type IUpdateClientPayload, type IUpdateClientProfilePayload, type IUpdateClientProfileResponse, type IUpdateClientResponse, type IUpdateCompanyMemberPayload, type IUpdateCompanyMemberResponse, type IUpdateCompanyRolePayload, type IUpdateCompanyRoleResponse, type IUpdateFreelancerPayload, type IUpdateFreelancerResponse, type IUpdateSubAdminAccountStatusPayload, type IUpdateSubAdminAccountStatusResponse, type IUpdateSubAdminPayload, type IUpdateSubAdminResponse, InitiatorTypeEnum, Interview, InterviewInvite, InterviewInviteDto, InterviewInviteStatusEnum, InterviewQuestion, InterviewQuestionType, InterviewSkill, InterviewStatusEnum, Invoice, InvoicePaymentStatusEnum, InvoiceStatusEnum, InvoiceTypeEnum, JOB_PATTERN, JOB_ROLE_PATTERN, Job, JobAdditionalCommentDto, JobApplication, JobBasicInformationDto, JobBasicInformationV2Dto, JobDescriptionDto, JobFreelancerRecommendation, JobFreelancerRecommendationV2, JobIdParamDto, JobLocation, JobLocationAdminDto, JobLocationDto, JobLocationEnum, JobLocationEnumDto, JobLocationEnumV2, JobLocationEnums, JobRMQAdapter, JobRecommendation, JobRoles, JobSkill, JobSkillCategoryEnum, JobStatus, JobStatusDto, JobStatusEnum, JobTCPAdapter, KindOfHire, LEAD_PATTERN, Lead, LoginDto, LoginViaOtpDto, LoginViaOtpScopeEnum, LogoutDto, McqStatusEnum, ModeOfHire, ModeOfWork, 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, RejectAIInterviewRescheduleRequestDto, ResetPasswordDto, ResetPasswordTokenValidationDto, ResultStatusEnum, 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, typeOfExperienceDtoEnumV2, typeOfExperienceEnum };
|
package/dist/index.d.ts
CHANGED
|
@@ -604,7 +604,7 @@ declare class FreelancerChangePasswordDto {
|
|
|
604
604
|
newPassword: string;
|
|
605
605
|
}
|
|
606
606
|
|
|
607
|
-
declare enum NatureOfWorkDto {
|
|
607
|
+
declare enum NatureOfWorkDto$1 {
|
|
608
608
|
FREELANCE = "FREELANCE",
|
|
609
609
|
FTE = "FTE",
|
|
610
610
|
BOTH = "BOTH"
|
|
@@ -628,7 +628,7 @@ declare class UpdateFreelancerProfileDto {
|
|
|
628
628
|
expectedHourlyCompensation: string;
|
|
629
629
|
expectedAnnualCompensation: string;
|
|
630
630
|
numberOfHours?: number;
|
|
631
|
-
natureOfWork: NatureOfWorkDto;
|
|
631
|
+
natureOfWork: NatureOfWorkDto$1;
|
|
632
632
|
modeOfWork: ModeOfWorkDto;
|
|
633
633
|
portfolioLink?: string;
|
|
634
634
|
address: string;
|
|
@@ -2422,6 +2422,11 @@ declare const ADMIN_FREELANCER_PATTERN: {
|
|
|
2422
2422
|
fetchFreelancerGraphCount: string;
|
|
2423
2423
|
};
|
|
2424
2424
|
|
|
2425
|
+
declare enum NatureOfWorkDto {
|
|
2426
|
+
FREELANCE = "FREELANCE",
|
|
2427
|
+
FTE = "FTE",
|
|
2428
|
+
BOTH = "BOTH"
|
|
2429
|
+
}
|
|
2425
2430
|
declare enum NatureOfWorkEnum$1 {
|
|
2426
2431
|
FTE = "FTE",
|
|
2427
2432
|
FREELANCE = "FREELANCE",
|
|
@@ -2442,6 +2447,8 @@ declare class CreateFreelancerDto {
|
|
|
2442
2447
|
developer: boolean;
|
|
2443
2448
|
natureOfWork: NatureOfWorkEnum$1;
|
|
2444
2449
|
expectedHourlyCompensation: number;
|
|
2450
|
+
expectedAnnualCompensation: string;
|
|
2451
|
+
numberOfHours?: number;
|
|
2445
2452
|
modeOfWork: ModeOfWorkEnum$1;
|
|
2446
2453
|
isImmediateJoiner: boolean;
|
|
2447
2454
|
availabilityToJoin: string;
|
|
@@ -2471,6 +2478,8 @@ declare class UpdateFreelancerDto {
|
|
|
2471
2478
|
developer?: boolean;
|
|
2472
2479
|
natureOfWork?: NatureOfWorkEnum;
|
|
2473
2480
|
expectedHourlyCompensation?: number;
|
|
2481
|
+
expectedAnnualCompensation: string;
|
|
2482
|
+
numberOfHours?: number;
|
|
2474
2483
|
modeOfWork?: ModeOfWorkEnum;
|
|
2475
2484
|
isImmediateJoiner?: boolean;
|
|
2476
2485
|
availabilityToJoin?: string;
|
|
@@ -3323,4 +3332,4 @@ declare class RecommendationWeightageConfig extends BaseEntity {
|
|
|
3323
3332
|
isActive: boolean;
|
|
3324
3333
|
}
|
|
3325
3334
|
|
|
3326
|
-
export { ADMIN_FREELANCER_PATTERN, ADMIN_JOB_PATTERN, ADMIN_PERMISSION_PATTERN, ADMIN_ROLE_PATTERN, AI_INTERVIEW_PATTERN, ASSESSMENT_QUESTION_PATTERN, AUTHENTICATION_PATTERN, AccountStatus, AccountType, AdminCreateJobInformationDto, AdminJobBasicInformationV2Dto, AdminPermission, AdminRole, AdminRolePermission, AdminUpdateJobInformationDto, AdminUserRole, AiAssessmentStatusEnum, AiInterview, AiInterviewQuestionGenerateDto, AiInterviewRescheduleRequest, AiInterviewRescheduleRequestStatusEnum, AiInterviewStatusEnum, AnswerTypeEnum, ApplicationStatusEnum, AssessmentAnswer, AssessmentRequestStatusEnum, 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, CreateAIInterviewRescheduleRequestDto, 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, EmploymentTypeV2, EscrowWallet, EscrowWalletTransaction, EscrowWalletTransactionForEnum, EscrowWalletTransactionTypeEnum, 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, FreelancerAssessmentRequest, 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, HiredFreelancerNatureOfWorkEnum, Hiring, HiringCommissionTypeEnum, type IAddRatingPayload, type IAttachPermissionsToClientResponse, type IAttachPermissionsToCompanyMemberResponse, type IAttachPermissionsToCompanyRoleResponse, type IAttachPermissionsToFreelancerResponse, type IAttachPermissionsToSubAdminResponse, type ICreateClientPayload, type ICreateClientResponse, type ICreateCompanyMemberPayload, type ICreateCompanyMemberResponse, type ICreateCompanyRolePayload, type ICreateCompanyRoleResponse, type ICreateFreelancerPayload, type ICreateFreelancerResponse, type ICreateRatingResponse, type ICreateSubAdminPayload, type ICreateSubAdminResponse, type IDeleteClientResponse, type IDeleteCompanyMemberResponse, type IDeleteCompanyRoleResponse, type IDeleteFreelancerResponse, type IDeleteSubAdminResponse, type IFetchClientProfileQuery, type IFetchClientProfileResponse, type IFetchClientsResponse, type IFetchCmsQuery, type IFetchCompanyMemberByIdQuery, type IFetchCompanyMemberByIdResponse, type IFetchCompanyMemberQuery, type IFetchCompanyMembersResponse, type IFetchCompanyRoleByIdQuery, type IFetchCompanyRoleByIdResponse, type IFetchCompanyRoleQuery, type IFetchCompanyRolesResponse, type IFetchFreelancersResponse, type IFetchPlanResponse, type IFetchQuestionQuery, type IFetchQuestionResponse, type IFetchRatingResponse, type IFetchSubAdminByIdQuery, type IFetchSubAdminByIdResponse, type IFetchSubAdminQuery, type IFetchSubAdminResponse, INTERVIEW_INVITE_PATTERN, INVOICE_PATTERN, type IToggleCompanyMemberVisibilityPayload, type IToggleCompanyMemberVisibilityResponse, type IToggleCompanyRoleVisibilityPayload, type IToggleCompanyRoleVisibilityResponse, type IUpdateClientAccountStatusPayload, type IUpdateClientAccountStatusResponse, type IUpdateClientLogoPayload, type IUpdateClientLogoResponse, type IUpdateClientPasswordPayload, type IUpdateClientPayload, type IUpdateClientProfilePayload, type IUpdateClientProfileResponse, type IUpdateClientResponse, type IUpdateCompanyMemberPayload, type IUpdateCompanyMemberResponse, type IUpdateCompanyRolePayload, type IUpdateCompanyRoleResponse, type IUpdateFreelancerPayload, type IUpdateFreelancerResponse, type IUpdateSubAdminAccountStatusPayload, type IUpdateSubAdminAccountStatusResponse, type IUpdateSubAdminPayload, type IUpdateSubAdminResponse, InitiatorTypeEnum, Interview, InterviewInvite, InterviewInviteDto, InterviewInviteStatusEnum, InterviewQuestion, InterviewQuestionType, InterviewSkill, InterviewStatusEnum, Invoice, InvoicePaymentStatusEnum, InvoiceStatusEnum, InvoiceTypeEnum, JOB_PATTERN, JOB_ROLE_PATTERN, Job, JobAdditionalCommentDto, JobApplication, JobBasicInformationDto, JobBasicInformationV2Dto, JobDescriptionDto, JobFreelancerRecommendation, JobFreelancerRecommendationV2, JobIdParamDto, JobLocation, JobLocationAdminDto, JobLocationDto, JobLocationEnum, JobLocationEnumDto, JobLocationEnumV2, JobLocationEnums, JobRMQAdapter, JobRecommendation, JobRoles, JobSkill, JobSkillCategoryEnum, JobStatus, JobStatusDto, JobStatusEnum, JobTCPAdapter, KindOfHire, LEAD_PATTERN, Lead, LoginDto, LoginViaOtpDto, LoginViaOtpScopeEnum, LogoutDto, McqStatusEnum, ModeOfHire, ModeOfWork,
|
|
3335
|
+
export { ADMIN_FREELANCER_PATTERN, ADMIN_JOB_PATTERN, ADMIN_PERMISSION_PATTERN, ADMIN_ROLE_PATTERN, AI_INTERVIEW_PATTERN, ASSESSMENT_QUESTION_PATTERN, AUTHENTICATION_PATTERN, AccountStatus, AccountType, AdminCreateJobInformationDto, AdminJobBasicInformationV2Dto, AdminPermission, AdminRole, AdminRolePermission, AdminUpdateJobInformationDto, AdminUserRole, AiAssessmentStatusEnum, AiInterview, AiInterviewQuestionGenerateDto, AiInterviewRescheduleRequest, AiInterviewRescheduleRequestStatusEnum, AiInterviewStatusEnum, AnswerTypeEnum, ApplicationStatusEnum, AssessmentAnswer, AssessmentRequestStatusEnum, 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, CreateAIInterviewRescheduleRequestDto, 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, EmploymentTypeV2, EscrowWallet, EscrowWalletTransaction, EscrowWalletTransactionForEnum, EscrowWalletTransactionTypeEnum, 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, FreelancerAssessmentRequest, 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, HiredFreelancerNatureOfWorkEnum, Hiring, HiringCommissionTypeEnum, type IAddRatingPayload, type IAttachPermissionsToClientResponse, type IAttachPermissionsToCompanyMemberResponse, type IAttachPermissionsToCompanyRoleResponse, type IAttachPermissionsToFreelancerResponse, type IAttachPermissionsToSubAdminResponse, type ICreateClientPayload, type ICreateClientResponse, type ICreateCompanyMemberPayload, type ICreateCompanyMemberResponse, type ICreateCompanyRolePayload, type ICreateCompanyRoleResponse, type ICreateFreelancerPayload, type ICreateFreelancerResponse, type ICreateRatingResponse, type ICreateSubAdminPayload, type ICreateSubAdminResponse, type IDeleteClientResponse, type IDeleteCompanyMemberResponse, type IDeleteCompanyRoleResponse, type IDeleteFreelancerResponse, type IDeleteSubAdminResponse, type IFetchClientProfileQuery, type IFetchClientProfileResponse, type IFetchClientsResponse, type IFetchCmsQuery, type IFetchCompanyMemberByIdQuery, type IFetchCompanyMemberByIdResponse, type IFetchCompanyMemberQuery, type IFetchCompanyMembersResponse, type IFetchCompanyRoleByIdQuery, type IFetchCompanyRoleByIdResponse, type IFetchCompanyRoleQuery, type IFetchCompanyRolesResponse, type IFetchFreelancersResponse, type IFetchPlanResponse, type IFetchQuestionQuery, type IFetchQuestionResponse, type IFetchRatingResponse, type IFetchSubAdminByIdQuery, type IFetchSubAdminByIdResponse, type IFetchSubAdminQuery, type IFetchSubAdminResponse, INTERVIEW_INVITE_PATTERN, INVOICE_PATTERN, type IToggleCompanyMemberVisibilityPayload, type IToggleCompanyMemberVisibilityResponse, type IToggleCompanyRoleVisibilityPayload, type IToggleCompanyRoleVisibilityResponse, type IUpdateClientAccountStatusPayload, type IUpdateClientAccountStatusResponse, type IUpdateClientLogoPayload, type IUpdateClientLogoResponse, type IUpdateClientPasswordPayload, type IUpdateClientPayload, type IUpdateClientProfilePayload, type IUpdateClientProfileResponse, type IUpdateClientResponse, type IUpdateCompanyMemberPayload, type IUpdateCompanyMemberResponse, type IUpdateCompanyRolePayload, type IUpdateCompanyRoleResponse, type IUpdateFreelancerPayload, type IUpdateFreelancerResponse, type IUpdateSubAdminAccountStatusPayload, type IUpdateSubAdminAccountStatusResponse, type IUpdateSubAdminPayload, type IUpdateSubAdminResponse, InitiatorTypeEnum, Interview, InterviewInvite, InterviewInviteDto, InterviewInviteStatusEnum, InterviewQuestion, InterviewQuestionType, InterviewSkill, InterviewStatusEnum, Invoice, InvoicePaymentStatusEnum, InvoiceStatusEnum, InvoiceTypeEnum, JOB_PATTERN, JOB_ROLE_PATTERN, Job, JobAdditionalCommentDto, JobApplication, JobBasicInformationDto, JobBasicInformationV2Dto, JobDescriptionDto, JobFreelancerRecommendation, JobFreelancerRecommendationV2, JobIdParamDto, JobLocation, JobLocationAdminDto, JobLocationDto, JobLocationEnum, JobLocationEnumDto, JobLocationEnumV2, JobLocationEnums, JobRMQAdapter, JobRecommendation, JobRoles, JobSkill, JobSkillCategoryEnum, JobStatus, JobStatusDto, JobStatusEnum, JobTCPAdapter, KindOfHire, LEAD_PATTERN, Lead, LoginDto, LoginViaOtpDto, LoginViaOtpScopeEnum, LogoutDto, McqStatusEnum, ModeOfHire, ModeOfWork, 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, RejectAIInterviewRescheduleRequestDto, ResetPasswordDto, ResetPasswordTokenValidationDto, ResultStatusEnum, 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, typeOfExperienceDtoEnumV2, typeOfExperienceEnum };
|
package/dist/index.js
CHANGED
|
@@ -233,10 +233,9 @@ __export(index_exports, {
|
|
|
233
233
|
McqStatusEnum: () => McqStatusEnum,
|
|
234
234
|
ModeOfHire: () => ModeOfHire,
|
|
235
235
|
ModeOfWork: () => ModeOfWork,
|
|
236
|
-
ModeOfWorkDto: () => ModeOfWorkDto,
|
|
237
236
|
NOTIFICATION_PATTERN: () => NOTIFICATION_PATTERN,
|
|
238
237
|
NatureOfWork: () => NatureOfWork,
|
|
239
|
-
NatureOfWorkDto: () =>
|
|
238
|
+
NatureOfWorkDto: () => NatureOfWorkDto2,
|
|
240
239
|
NotificationRMQAdapter: () => NotificationRMQAdapter,
|
|
241
240
|
NotificationTCPAdapter: () => NotificationTCPAdapter,
|
|
242
241
|
ONBOARDING_PATTERN: () => ONBOARDING_PATTERN,
|
|
@@ -1666,11 +1665,11 @@ __decorateClass([
|
|
|
1666
1665
|
|
|
1667
1666
|
// src/modules/user/freelancer-profile/dto/update-freelancer-profile.dto.ts
|
|
1668
1667
|
var import_class_validator40 = require("class-validator");
|
|
1669
|
-
var NatureOfWorkDto = /* @__PURE__ */ ((
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
return
|
|
1668
|
+
var NatureOfWorkDto = /* @__PURE__ */ ((NatureOfWorkDto3) => {
|
|
1669
|
+
NatureOfWorkDto3["FREELANCE"] = "FREELANCE";
|
|
1670
|
+
NatureOfWorkDto3["FTE"] = "FTE";
|
|
1671
|
+
NatureOfWorkDto3["BOTH"] = "BOTH";
|
|
1672
|
+
return NatureOfWorkDto3;
|
|
1674
1673
|
})(NatureOfWorkDto || {});
|
|
1675
1674
|
var ModeOfWorkDto = /* @__PURE__ */ ((ModeOfWorkDto2) => {
|
|
1676
1675
|
ModeOfWorkDto2["ONSITE"] = "ONSITE";
|
|
@@ -6779,6 +6778,12 @@ var ADMIN_FREELANCER_PATTERN = {
|
|
|
6779
6778
|
// src/modules/freelancer-admin/dto/create-freelancer.dto.ts
|
|
6780
6779
|
var import_class_validator54 = require("class-validator");
|
|
6781
6780
|
var import_class_transformer9 = require("class-transformer");
|
|
6781
|
+
var NatureOfWorkDto2 = /* @__PURE__ */ ((NatureOfWorkDto3) => {
|
|
6782
|
+
NatureOfWorkDto3["FREELANCE"] = "FREELANCE";
|
|
6783
|
+
NatureOfWorkDto3["FTE"] = "FTE";
|
|
6784
|
+
NatureOfWorkDto3["BOTH"] = "BOTH";
|
|
6785
|
+
return NatureOfWorkDto3;
|
|
6786
|
+
})(NatureOfWorkDto2 || {});
|
|
6782
6787
|
var NatureOfWorkEnum = /* @__PURE__ */ ((NatureOfWorkEnum3) => {
|
|
6783
6788
|
NatureOfWorkEnum3["FTE"] = "FTE";
|
|
6784
6789
|
NatureOfWorkEnum3["FREELANCE"] = "FREELANCE";
|
|
@@ -6834,6 +6839,15 @@ __decorateClass([
|
|
|
6834
6839
|
(0, import_class_validator54.Min)(0, { message: "Expected hourly compensation must be 0 or more" }),
|
|
6835
6840
|
(0, import_class_transformer9.Type)(() => Number)
|
|
6836
6841
|
], CreateFreelancerDto.prototype, "expectedHourlyCompensation", 2);
|
|
6842
|
+
__decorateClass([
|
|
6843
|
+
(0, import_class_validator54.ValidateIf)((dto) => dto.NatureOfWorkDto === "BOTH" /* BOTH */),
|
|
6844
|
+
(0, import_class_validator54.IsNotEmpty)({ message: "Please enter expected annual compensation." })
|
|
6845
|
+
], CreateFreelancerDto.prototype, "expectedAnnualCompensation", 2);
|
|
6846
|
+
__decorateClass([
|
|
6847
|
+
(0, import_class_validator54.ValidateIf)((dto) => dto.NatureOfWorkDto === "FREELANCE" /* FREELANCE */),
|
|
6848
|
+
(0, import_class_validator54.IsInt)({ message: "Please enter valid weekly availability hours (integer)." }),
|
|
6849
|
+
(0, import_class_validator54.IsNotEmpty)({ message: "Please enter weekly availability hours" })
|
|
6850
|
+
], CreateFreelancerDto.prototype, "numberOfHours", 2);
|
|
6837
6851
|
__decorateClass([
|
|
6838
6852
|
(0, import_class_validator54.IsEnum)(ModeOfWorkEnum, {
|
|
6839
6853
|
message: `Mode of work must be one of: ${Object.values(ModeOfWorkEnum).join(
|
|
@@ -6932,6 +6946,17 @@ __decorateClass([
|
|
|
6932
6946
|
(0, import_class_validator55.Min)(0, { message: "Expected hourly compensation must be 0 or more" }),
|
|
6933
6947
|
(0, import_class_transformer10.Type)(() => Number)
|
|
6934
6948
|
], UpdateFreelancerDto.prototype, "expectedHourlyCompensation", 2);
|
|
6949
|
+
__decorateClass([
|
|
6950
|
+
(0, import_class_validator55.IsOptional)(),
|
|
6951
|
+
(0, import_class_validator55.ValidateIf)((dto) => dto.NatureOfWorkDto === "BOTH" /* BOTH */),
|
|
6952
|
+
(0, import_class_validator55.IsNotEmpty)({ message: "Please enter expected annual compensation." })
|
|
6953
|
+
], UpdateFreelancerDto.prototype, "expectedAnnualCompensation", 2);
|
|
6954
|
+
__decorateClass([
|
|
6955
|
+
(0, import_class_validator55.IsOptional)(),
|
|
6956
|
+
(0, import_class_validator55.ValidateIf)((dto) => dto.NatureOfWorkDto === "FREELANCE" /* FREELANCE */),
|
|
6957
|
+
(0, import_class_validator55.IsInt)({ message: "Please enter valid weekly availability hours (integer)." }),
|
|
6958
|
+
(0, import_class_validator55.IsNotEmpty)({ message: "Please enter weekly availability hours" })
|
|
6959
|
+
], UpdateFreelancerDto.prototype, "numberOfHours", 2);
|
|
6935
6960
|
__decorateClass([
|
|
6936
6961
|
(0, import_class_validator55.IsOptional)(),
|
|
6937
6962
|
(0, import_class_validator55.IsEnum)(ModeOfWorkEnum2, {
|
|
@@ -9349,7 +9374,6 @@ RecommendationWeightageConfig = __decorateClass([
|
|
|
9349
9374
|
McqStatusEnum,
|
|
9350
9375
|
ModeOfHire,
|
|
9351
9376
|
ModeOfWork,
|
|
9352
|
-
ModeOfWorkDto,
|
|
9353
9377
|
NOTIFICATION_PATTERN,
|
|
9354
9378
|
NatureOfWork,
|
|
9355
9379
|
NatureOfWorkDto,
|
package/dist/index.mjs
CHANGED
|
@@ -1450,11 +1450,11 @@ import {
|
|
|
1450
1450
|
ValidateIf as ValidateIf5,
|
|
1451
1451
|
IsInt
|
|
1452
1452
|
} from "class-validator";
|
|
1453
|
-
var NatureOfWorkDto = /* @__PURE__ */ ((
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
return
|
|
1453
|
+
var NatureOfWorkDto = /* @__PURE__ */ ((NatureOfWorkDto3) => {
|
|
1454
|
+
NatureOfWorkDto3["FREELANCE"] = "FREELANCE";
|
|
1455
|
+
NatureOfWorkDto3["FTE"] = "FTE";
|
|
1456
|
+
NatureOfWorkDto3["BOTH"] = "BOTH";
|
|
1457
|
+
return NatureOfWorkDto3;
|
|
1458
1458
|
})(NatureOfWorkDto || {});
|
|
1459
1459
|
var ModeOfWorkDto = /* @__PURE__ */ ((ModeOfWorkDto2) => {
|
|
1460
1460
|
ModeOfWorkDto2["ONSITE"] = "ONSITE";
|
|
@@ -6825,9 +6825,16 @@ import {
|
|
|
6825
6825
|
IsNotEmpty as IsNotEmpty45,
|
|
6826
6826
|
MinLength as MinLength12,
|
|
6827
6827
|
Matches as Matches9,
|
|
6828
|
-
ValidateIf as ValidateIf7
|
|
6828
|
+
ValidateIf as ValidateIf7,
|
|
6829
|
+
IsInt as IsInt7
|
|
6829
6830
|
} from "class-validator";
|
|
6830
6831
|
import { Type as Type8 } from "class-transformer";
|
|
6832
|
+
var NatureOfWorkDto2 = /* @__PURE__ */ ((NatureOfWorkDto3) => {
|
|
6833
|
+
NatureOfWorkDto3["FREELANCE"] = "FREELANCE";
|
|
6834
|
+
NatureOfWorkDto3["FTE"] = "FTE";
|
|
6835
|
+
NatureOfWorkDto3["BOTH"] = "BOTH";
|
|
6836
|
+
return NatureOfWorkDto3;
|
|
6837
|
+
})(NatureOfWorkDto2 || {});
|
|
6831
6838
|
var NatureOfWorkEnum = /* @__PURE__ */ ((NatureOfWorkEnum3) => {
|
|
6832
6839
|
NatureOfWorkEnum3["FTE"] = "FTE";
|
|
6833
6840
|
NatureOfWorkEnum3["FREELANCE"] = "FREELANCE";
|
|
@@ -6883,6 +6890,15 @@ __decorateClass([
|
|
|
6883
6890
|
Min4(0, { message: "Expected hourly compensation must be 0 or more" }),
|
|
6884
6891
|
Type8(() => Number)
|
|
6885
6892
|
], CreateFreelancerDto.prototype, "expectedHourlyCompensation", 2);
|
|
6893
|
+
__decorateClass([
|
|
6894
|
+
ValidateIf7((dto) => dto.NatureOfWorkDto === "BOTH" /* BOTH */),
|
|
6895
|
+
IsNotEmpty45({ message: "Please enter expected annual compensation." })
|
|
6896
|
+
], CreateFreelancerDto.prototype, "expectedAnnualCompensation", 2);
|
|
6897
|
+
__decorateClass([
|
|
6898
|
+
ValidateIf7((dto) => dto.NatureOfWorkDto === "FREELANCE" /* FREELANCE */),
|
|
6899
|
+
IsInt7({ message: "Please enter valid weekly availability hours (integer)." }),
|
|
6900
|
+
IsNotEmpty45({ message: "Please enter weekly availability hours" })
|
|
6901
|
+
], CreateFreelancerDto.prototype, "numberOfHours", 2);
|
|
6886
6902
|
__decorateClass([
|
|
6887
6903
|
IsEnum17(ModeOfWorkEnum, {
|
|
6888
6904
|
message: `Mode of work must be one of: ${Object.values(ModeOfWorkEnum).join(
|
|
@@ -6933,7 +6949,8 @@ import {
|
|
|
6933
6949
|
MinLength as MinLength13,
|
|
6934
6950
|
Matches as Matches10,
|
|
6935
6951
|
IsNotEmpty as IsNotEmpty46,
|
|
6936
|
-
ValidateIf as ValidateIf8
|
|
6952
|
+
ValidateIf as ValidateIf8,
|
|
6953
|
+
IsInt as IsInt8
|
|
6937
6954
|
} from "class-validator";
|
|
6938
6955
|
import { Transform as Transform2, Type as Type9 } from "class-transformer";
|
|
6939
6956
|
var NatureOfWorkEnum2 = /* @__PURE__ */ ((NatureOfWorkEnum3) => {
|
|
@@ -6995,6 +7012,17 @@ __decorateClass([
|
|
|
6995
7012
|
Min5(0, { message: "Expected hourly compensation must be 0 or more" }),
|
|
6996
7013
|
Type9(() => Number)
|
|
6997
7014
|
], UpdateFreelancerDto.prototype, "expectedHourlyCompensation", 2);
|
|
7015
|
+
__decorateClass([
|
|
7016
|
+
IsOptional28(),
|
|
7017
|
+
ValidateIf8((dto) => dto.NatureOfWorkDto === "BOTH" /* BOTH */),
|
|
7018
|
+
IsNotEmpty46({ message: "Please enter expected annual compensation." })
|
|
7019
|
+
], UpdateFreelancerDto.prototype, "expectedAnnualCompensation", 2);
|
|
7020
|
+
__decorateClass([
|
|
7021
|
+
IsOptional28(),
|
|
7022
|
+
ValidateIf8((dto) => dto.NatureOfWorkDto === "FREELANCE" /* FREELANCE */),
|
|
7023
|
+
IsInt8({ message: "Please enter valid weekly availability hours (integer)." }),
|
|
7024
|
+
IsNotEmpty46({ message: "Please enter weekly availability hours" })
|
|
7025
|
+
], UpdateFreelancerDto.prototype, "numberOfHours", 2);
|
|
6998
7026
|
__decorateClass([
|
|
6999
7027
|
IsOptional28(),
|
|
7000
7028
|
IsEnum18(ModeOfWorkEnum2, {
|
|
@@ -7331,7 +7359,7 @@ import { Type as Type10 } from "class-transformer";
|
|
|
7331
7359
|
import {
|
|
7332
7360
|
IsString as IsString34,
|
|
7333
7361
|
IsEnum as IsEnum22,
|
|
7334
|
-
IsInt as
|
|
7362
|
+
IsInt as IsInt9,
|
|
7335
7363
|
IsOptional as IsOptional34,
|
|
7336
7364
|
IsArray as IsArray12,
|
|
7337
7365
|
IsDateString as IsDateString4,
|
|
@@ -7368,7 +7396,7 @@ __decorateClass([
|
|
|
7368
7396
|
IsString34({ each: true, message: "Each skill must be a valid string." })
|
|
7369
7397
|
], AdminCreateJobInformationDto.prototype, "skills", 2);
|
|
7370
7398
|
__decorateClass([
|
|
7371
|
-
|
|
7399
|
+
IsInt9({ message: "Openings must be a valid integer." }),
|
|
7372
7400
|
Min6(1, { message: "There must be at least one opening." })
|
|
7373
7401
|
], AdminCreateJobInformationDto.prototype, "openings", 2);
|
|
7374
7402
|
__decorateClass([
|
|
@@ -7423,18 +7451,18 @@ __decorateClass([
|
|
|
7423
7451
|
], AdminCreateJobInformationDto.prototype, "additionalComment", 2);
|
|
7424
7452
|
__decorateClass([
|
|
7425
7453
|
IsOptional34(),
|
|
7426
|
-
|
|
7454
|
+
IsInt9({ message: "Country ID must be a valid integer." })
|
|
7427
7455
|
], AdminCreateJobInformationDto.prototype, "countryId", 2);
|
|
7428
7456
|
__decorateClass([
|
|
7429
7457
|
IsOptional34(),
|
|
7430
|
-
|
|
7458
|
+
IsInt9({ message: "State ID must be a valid integer." })
|
|
7431
7459
|
], AdminCreateJobInformationDto.prototype, "stateId", 2);
|
|
7432
7460
|
__decorateClass([
|
|
7433
7461
|
IsOptional34(),
|
|
7434
|
-
|
|
7462
|
+
IsInt9({ message: "City ID must be a valid integer." })
|
|
7435
7463
|
], AdminCreateJobInformationDto.prototype, "cityId", 2);
|
|
7436
7464
|
__decorateClass([
|
|
7437
|
-
|
|
7465
|
+
IsInt9({ message: "Client ID must be a valid integer." })
|
|
7438
7466
|
], AdminCreateJobInformationDto.prototype, "clientId", 2);
|
|
7439
7467
|
|
|
7440
7468
|
// src/modules/job-admin/dto/admin-update-job-information.dto.ts
|
|
@@ -7442,7 +7470,7 @@ import { Type as Type11 } from "class-transformer";
|
|
|
7442
7470
|
import {
|
|
7443
7471
|
IsString as IsString35,
|
|
7444
7472
|
IsEnum as IsEnum23,
|
|
7445
|
-
IsInt as
|
|
7473
|
+
IsInt as IsInt10,
|
|
7446
7474
|
IsOptional as IsOptional35,
|
|
7447
7475
|
IsArray as IsArray13,
|
|
7448
7476
|
IsDateString as IsDateString5,
|
|
@@ -7479,7 +7507,7 @@ __decorateClass([
|
|
|
7479
7507
|
IsString35({ each: true, message: "Each skill must be a valid string." })
|
|
7480
7508
|
], AdminUpdateJobInformationDto.prototype, "skills", 2);
|
|
7481
7509
|
__decorateClass([
|
|
7482
|
-
|
|
7510
|
+
IsInt10({ message: "Openings must be a valid integer." }),
|
|
7483
7511
|
Min7(1, { message: "There must be at least one opening." })
|
|
7484
7512
|
], AdminUpdateJobInformationDto.prototype, "openings", 2);
|
|
7485
7513
|
__decorateClass([
|
|
@@ -7534,18 +7562,18 @@ __decorateClass([
|
|
|
7534
7562
|
], AdminUpdateJobInformationDto.prototype, "additionalComment", 2);
|
|
7535
7563
|
__decorateClass([
|
|
7536
7564
|
IsOptional35(),
|
|
7537
|
-
|
|
7565
|
+
IsInt10({ message: "Country ID must be a valid integer." })
|
|
7538
7566
|
], AdminUpdateJobInformationDto.prototype, "countryId", 2);
|
|
7539
7567
|
__decorateClass([
|
|
7540
7568
|
IsOptional35(),
|
|
7541
|
-
|
|
7569
|
+
IsInt10({ message: "State ID must be a valid integer." })
|
|
7542
7570
|
], AdminUpdateJobInformationDto.prototype, "stateId", 2);
|
|
7543
7571
|
__decorateClass([
|
|
7544
7572
|
IsOptional35(),
|
|
7545
|
-
|
|
7573
|
+
IsInt10({ message: "City ID must be a valid integer." })
|
|
7546
7574
|
], AdminUpdateJobInformationDto.prototype, "cityId", 2);
|
|
7547
7575
|
__decorateClass([
|
|
7548
|
-
|
|
7576
|
+
IsInt10({ message: "Client ID must be a valid integer." })
|
|
7549
7577
|
], AdminUpdateJobInformationDto.prototype, "clientId", 2);
|
|
7550
7578
|
|
|
7551
7579
|
// src/modules/job-admin/dto/admin-job-basic-information-v2.dto.ts
|
|
@@ -7561,7 +7589,7 @@ import {
|
|
|
7561
7589
|
ValidateIf as ValidateIf9,
|
|
7562
7590
|
MaxLength as MaxLength20,
|
|
7563
7591
|
Max as Max4,
|
|
7564
|
-
IsInt as
|
|
7592
|
+
IsInt as IsInt11
|
|
7565
7593
|
} from "class-validator";
|
|
7566
7594
|
import { Type as Type12 } from "class-transformer";
|
|
7567
7595
|
var JobLocationAdminEnumDto = /* @__PURE__ */ ((JobLocationAdminEnumDto2) => {
|
|
@@ -7608,7 +7636,7 @@ __decorateClass([
|
|
|
7608
7636
|
Type12(() => Boolean)
|
|
7609
7637
|
], AdminJobBasicInformationV2Dto.prototype, "isDraft", 2);
|
|
7610
7638
|
__decorateClass([
|
|
7611
|
-
|
|
7639
|
+
IsInt11({ message: "Client ID must be a valid integer." })
|
|
7612
7640
|
], AdminJobBasicInformationV2Dto.prototype, "clientId", 2);
|
|
7613
7641
|
__decorateClass([
|
|
7614
7642
|
IsNotEmpty55({ message: "Please enter job role" }),
|
|
@@ -8125,7 +8153,7 @@ var TIMESHEET_CLIENT_PATTERN = {
|
|
|
8125
8153
|
// src/modules/timesheet/dto/create-freelancer-timesheet.dto.ts
|
|
8126
8154
|
import {
|
|
8127
8155
|
IsDateString as IsDateString7,
|
|
8128
|
-
IsInt as
|
|
8156
|
+
IsInt as IsInt12,
|
|
8129
8157
|
IsNotEmpty as IsNotEmpty67,
|
|
8130
8158
|
IsOptional as IsOptional43,
|
|
8131
8159
|
IsString as IsString47,
|
|
@@ -8160,7 +8188,7 @@ __decorateClass([
|
|
|
8160
8188
|
], CreateFreelancerTimesheetDto.prototype, "endTime", 2);
|
|
8161
8189
|
__decorateClass([
|
|
8162
8190
|
IsOptional43(),
|
|
8163
|
-
|
|
8191
|
+
IsInt12()
|
|
8164
8192
|
], CreateFreelancerTimesheetDto.prototype, "taskId", 2);
|
|
8165
8193
|
__decorateClass([
|
|
8166
8194
|
IsOptional43(),
|
|
@@ -8181,7 +8209,7 @@ __decorateClass([
|
|
|
8181
8209
|
// src/modules/timesheet/dto/update-freelancer-timesheet.dto.ts
|
|
8182
8210
|
import {
|
|
8183
8211
|
IsDateString as IsDateString8,
|
|
8184
|
-
IsInt as
|
|
8212
|
+
IsInt as IsInt13,
|
|
8185
8213
|
IsNotEmpty as IsNotEmpty68,
|
|
8186
8214
|
IsOptional as IsOptional44,
|
|
8187
8215
|
IsString as IsString48,
|
|
@@ -8216,7 +8244,7 @@ __decorateClass([
|
|
|
8216
8244
|
], UpdateFreelancerTimesheetDto.prototype, "endTime", 2);
|
|
8217
8245
|
__decorateClass([
|
|
8218
8246
|
IsOptional44(),
|
|
8219
|
-
|
|
8247
|
+
IsInt13()
|
|
8220
8248
|
], UpdateFreelancerTimesheetDto.prototype, "taskId", 2);
|
|
8221
8249
|
__decorateClass([
|
|
8222
8250
|
IsOptional44(),
|
|
@@ -9542,10 +9570,9 @@ export {
|
|
|
9542
9570
|
McqStatusEnum,
|
|
9543
9571
|
ModeOfHire,
|
|
9544
9572
|
ModeOfWork,
|
|
9545
|
-
ModeOfWorkDto,
|
|
9546
9573
|
NOTIFICATION_PATTERN,
|
|
9547
9574
|
NatureOfWork,
|
|
9548
|
-
NatureOfWorkDto,
|
|
9575
|
+
NatureOfWorkDto2 as NatureOfWorkDto,
|
|
9549
9576
|
NotificationRMQAdapter,
|
|
9550
9577
|
NotificationTCPAdapter,
|
|
9551
9578
|
ONBOARDING_PATTERN,
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
export declare enum NatureOfWorkDto {
|
|
2
|
+
FREELANCE = "FREELANCE",
|
|
3
|
+
FTE = "FTE",
|
|
4
|
+
BOTH = "BOTH"
|
|
5
|
+
}
|
|
1
6
|
declare enum NatureOfWorkEnum {
|
|
2
7
|
FTE = "FTE",
|
|
3
8
|
FREELANCE = "FREELANCE",
|
|
@@ -18,6 +23,8 @@ export declare class CreateFreelancerDto {
|
|
|
18
23
|
developer: boolean;
|
|
19
24
|
natureOfWork: NatureOfWorkEnum;
|
|
20
25
|
expectedHourlyCompensation: number;
|
|
26
|
+
expectedAnnualCompensation: string;
|
|
27
|
+
numberOfHours?: number;
|
|
21
28
|
modeOfWork: ModeOfWorkEnum;
|
|
22
29
|
isImmediateJoiner: boolean;
|
|
23
30
|
availabilityToJoin: string;
|
|
@@ -17,6 +17,8 @@ export declare class UpdateFreelancerDto {
|
|
|
17
17
|
developer?: boolean;
|
|
18
18
|
natureOfWork?: NatureOfWorkEnum;
|
|
19
19
|
expectedHourlyCompensation?: number;
|
|
20
|
+
expectedAnnualCompensation: string;
|
|
21
|
+
numberOfHours?: number;
|
|
20
22
|
modeOfWork?: ModeOfWorkEnum;
|
|
21
23
|
isImmediateJoiner?: boolean;
|
|
22
24
|
availabilityToJoin?: string;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
declare enum NatureOfWorkDto {
|
|
2
2
|
FREELANCE = "FREELANCE",
|
|
3
3
|
FTE = "FTE",
|
|
4
4
|
BOTH = "BOTH"
|
|
5
5
|
}
|
|
6
|
-
|
|
6
|
+
declare enum ModeOfWorkDto {
|
|
7
7
|
ONSITE = "ONSITE",
|
|
8
8
|
REMOTE = "REMOTE",
|
|
9
9
|
HYBRID = "HYBRID"
|
|
@@ -35,3 +35,4 @@ export declare class UpdateFreelancerProfileDto {
|
|
|
35
35
|
stackOverflowProfileLink?: string;
|
|
36
36
|
resumeUrl?: string;
|
|
37
37
|
}
|
|
38
|
+
export {};
|