@experts_hub/shared 1.0.557 → 1.0.559
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/ai-interview-reschedule-request.entity.d.ts +1 -0
- package/dist/entities/ai-interview.entity.d.ts +1 -0
- package/dist/index.d.mts +13 -1
- package/dist/index.d.ts +13 -1
- package/dist/index.js +34 -0
- package/dist/index.mjs +33 -0
- package/dist/modules/job/dto/job-basic-information-v2.dto.d.ts +5 -0
- package/dist/modules/job-admin/dto/admin-job-basic-information-v2.dto.d.ts +5 -0
- package/package.json +1 -1
|
@@ -13,6 +13,7 @@ export declare class AiInterviewRescheduleRequest extends BaseEntity {
|
|
|
13
13
|
client: User;
|
|
14
14
|
aiInterviewId: number;
|
|
15
15
|
aiInterview: AiInterview;
|
|
16
|
+
interviewId: number;
|
|
16
17
|
rescheduledDate: Date;
|
|
17
18
|
status: AiInterviewRescheduleRequestStatusEnum;
|
|
18
19
|
clientRejectReason: string;
|
package/dist/index.d.mts
CHANGED
|
@@ -553,6 +553,10 @@ declare enum typeOfExperienceDtoEnumV2 {
|
|
|
553
553
|
SINGLE = "SINGLE",
|
|
554
554
|
RANGE = "RANGE"
|
|
555
555
|
}
|
|
556
|
+
declare enum StepCompletedEnumV2 {
|
|
557
|
+
BASIC_INFORMATION = "BASIC_INFORMATION",
|
|
558
|
+
JOB_DESCRIPTION = "JOB_DESCRIPTION"
|
|
559
|
+
}
|
|
556
560
|
declare class JobLocationDto {
|
|
557
561
|
countryId: number | null;
|
|
558
562
|
stateId: number | null;
|
|
@@ -585,6 +589,7 @@ declare class JobBasicInformationV2Dto {
|
|
|
585
589
|
yearsOfExperienceFrom?: string;
|
|
586
590
|
yearsOfExperienceTo?: string;
|
|
587
591
|
businessIndustry?: string;
|
|
592
|
+
stepCompleted?: StepCompletedEnumV2;
|
|
588
593
|
additionalComment?: string;
|
|
589
594
|
}
|
|
590
595
|
|
|
@@ -1042,6 +1047,7 @@ declare class AiInterviewRescheduleRequest extends BaseEntity {
|
|
|
1042
1047
|
client: User;
|
|
1043
1048
|
aiInterviewId: number;
|
|
1044
1049
|
aiInterview: AiInterview;
|
|
1050
|
+
interviewId: number;
|
|
1045
1051
|
rescheduledDate: Date;
|
|
1046
1052
|
status: AiInterviewRescheduleRequestStatusEnum;
|
|
1047
1053
|
clientRejectReason: string;
|
|
@@ -1092,6 +1098,7 @@ declare class AiInterview extends BaseEntity {
|
|
|
1092
1098
|
interviewInsight: string;
|
|
1093
1099
|
isF2fInterviewScheduled: boolean;
|
|
1094
1100
|
isContractSent: boolean;
|
|
1101
|
+
attempts: number;
|
|
1095
1102
|
rescheduleRequests: AiInterviewRescheduleRequest[];
|
|
1096
1103
|
}
|
|
1097
1104
|
|
|
@@ -2837,6 +2844,10 @@ declare enum typeOfExperienceAdminEnumDto {
|
|
|
2837
2844
|
SINGLE = "SINGLE",
|
|
2838
2845
|
RANGE = "RANGE"
|
|
2839
2846
|
}
|
|
2847
|
+
declare enum AdminStepCompletedEnumV2 {
|
|
2848
|
+
BASIC_INFORMATION = "BASIC_INFORMATION",
|
|
2849
|
+
JOB_DESCRIPTION = "JOB_DESCRIPTION"
|
|
2850
|
+
}
|
|
2840
2851
|
declare class JobLocationAdminDto {
|
|
2841
2852
|
countryId: number;
|
|
2842
2853
|
stateId: number;
|
|
@@ -2870,6 +2881,7 @@ declare class AdminJobBasicInformationV2Dto {
|
|
|
2870
2881
|
additionalComment?: string;
|
|
2871
2882
|
goodToHaveSkills: string[];
|
|
2872
2883
|
jobRoleCanonicalName?: string;
|
|
2884
|
+
stepCompleted?: AdminStepCompletedEnumV2;
|
|
2873
2885
|
}
|
|
2874
2886
|
|
|
2875
2887
|
declare const LEAD_PATTERN: {
|
|
@@ -3332,4 +3344,4 @@ declare class RecommendationWeightageConfig extends BaseEntity {
|
|
|
3332
3344
|
isActive: boolean;
|
|
3333
3345
|
}
|
|
3334
3346
|
|
|
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 };
|
|
3347
|
+
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, StepCompletedEnumV2, 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
|
@@ -553,6 +553,10 @@ declare enum typeOfExperienceDtoEnumV2 {
|
|
|
553
553
|
SINGLE = "SINGLE",
|
|
554
554
|
RANGE = "RANGE"
|
|
555
555
|
}
|
|
556
|
+
declare enum StepCompletedEnumV2 {
|
|
557
|
+
BASIC_INFORMATION = "BASIC_INFORMATION",
|
|
558
|
+
JOB_DESCRIPTION = "JOB_DESCRIPTION"
|
|
559
|
+
}
|
|
556
560
|
declare class JobLocationDto {
|
|
557
561
|
countryId: number | null;
|
|
558
562
|
stateId: number | null;
|
|
@@ -585,6 +589,7 @@ declare class JobBasicInformationV2Dto {
|
|
|
585
589
|
yearsOfExperienceFrom?: string;
|
|
586
590
|
yearsOfExperienceTo?: string;
|
|
587
591
|
businessIndustry?: string;
|
|
592
|
+
stepCompleted?: StepCompletedEnumV2;
|
|
588
593
|
additionalComment?: string;
|
|
589
594
|
}
|
|
590
595
|
|
|
@@ -1042,6 +1047,7 @@ declare class AiInterviewRescheduleRequest extends BaseEntity {
|
|
|
1042
1047
|
client: User;
|
|
1043
1048
|
aiInterviewId: number;
|
|
1044
1049
|
aiInterview: AiInterview;
|
|
1050
|
+
interviewId: number;
|
|
1045
1051
|
rescheduledDate: Date;
|
|
1046
1052
|
status: AiInterviewRescheduleRequestStatusEnum;
|
|
1047
1053
|
clientRejectReason: string;
|
|
@@ -1092,6 +1098,7 @@ declare class AiInterview extends BaseEntity {
|
|
|
1092
1098
|
interviewInsight: string;
|
|
1093
1099
|
isF2fInterviewScheduled: boolean;
|
|
1094
1100
|
isContractSent: boolean;
|
|
1101
|
+
attempts: number;
|
|
1095
1102
|
rescheduleRequests: AiInterviewRescheduleRequest[];
|
|
1096
1103
|
}
|
|
1097
1104
|
|
|
@@ -2837,6 +2844,10 @@ declare enum typeOfExperienceAdminEnumDto {
|
|
|
2837
2844
|
SINGLE = "SINGLE",
|
|
2838
2845
|
RANGE = "RANGE"
|
|
2839
2846
|
}
|
|
2847
|
+
declare enum AdminStepCompletedEnumV2 {
|
|
2848
|
+
BASIC_INFORMATION = "BASIC_INFORMATION",
|
|
2849
|
+
JOB_DESCRIPTION = "JOB_DESCRIPTION"
|
|
2850
|
+
}
|
|
2840
2851
|
declare class JobLocationAdminDto {
|
|
2841
2852
|
countryId: number;
|
|
2842
2853
|
stateId: number;
|
|
@@ -2870,6 +2881,7 @@ declare class AdminJobBasicInformationV2Dto {
|
|
|
2870
2881
|
additionalComment?: string;
|
|
2871
2882
|
goodToHaveSkills: string[];
|
|
2872
2883
|
jobRoleCanonicalName?: string;
|
|
2884
|
+
stepCompleted?: AdminStepCompletedEnumV2;
|
|
2873
2885
|
}
|
|
2874
2886
|
|
|
2875
2887
|
declare const LEAD_PATTERN: {
|
|
@@ -3332,4 +3344,4 @@ declare class RecommendationWeightageConfig extends BaseEntity {
|
|
|
3332
3344
|
isActive: boolean;
|
|
3333
3345
|
}
|
|
3334
3346
|
|
|
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 };
|
|
3347
|
+
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, StepCompletedEnumV2, 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
|
@@ -286,6 +286,7 @@ __export(index_exports, {
|
|
|
286
286
|
SkillCatalog: () => SkillCatalog,
|
|
287
287
|
State: () => State,
|
|
288
288
|
Step: () => Step,
|
|
289
|
+
StepCompletedEnumV2: () => StepCompletedEnumV2,
|
|
289
290
|
StripeLog: () => StripeLog,
|
|
290
291
|
StripeTransaction: () => StripeTransaction,
|
|
291
292
|
StripeTransactionStatusEnum: () => StripeTransactionStatusEnum,
|
|
@@ -1483,6 +1484,11 @@ var typeOfExperienceDtoEnumV2 = /* @__PURE__ */ ((typeOfExperienceDtoEnumV22) =>
|
|
|
1483
1484
|
typeOfExperienceDtoEnumV22["RANGE"] = "RANGE";
|
|
1484
1485
|
return typeOfExperienceDtoEnumV22;
|
|
1485
1486
|
})(typeOfExperienceDtoEnumV2 || {});
|
|
1487
|
+
var StepCompletedEnumV2 = /* @__PURE__ */ ((StepCompletedEnumV22) => {
|
|
1488
|
+
StepCompletedEnumV22["BASIC_INFORMATION"] = "BASIC_INFORMATION";
|
|
1489
|
+
StepCompletedEnumV22["JOB_DESCRIPTION"] = "JOB_DESCRIPTION";
|
|
1490
|
+
return StepCompletedEnumV22;
|
|
1491
|
+
})(StepCompletedEnumV2 || {});
|
|
1486
1492
|
var JobLocationDto = class {
|
|
1487
1493
|
};
|
|
1488
1494
|
__decorateClass([
|
|
@@ -1627,6 +1633,14 @@ __decorateClass([
|
|
|
1627
1633
|
(0, import_class_validator38.IsOptional)(),
|
|
1628
1634
|
(0, import_class_validator38.IsString)({ message: "Business industry must be a string" })
|
|
1629
1635
|
], JobBasicInformationV2Dto.prototype, "businessIndustry", 2);
|
|
1636
|
+
__decorateClass([
|
|
1637
|
+
(0, import_class_validator38.IsOptional)(),
|
|
1638
|
+
(0, import_class_validator38.IsEnum)(StepCompletedEnumV2, {
|
|
1639
|
+
message: `Type of stepCompleted must be one of: ${Object.values(
|
|
1640
|
+
StepCompletedEnumV2
|
|
1641
|
+
).join(", ")}`
|
|
1642
|
+
})
|
|
1643
|
+
], JobBasicInformationV2Dto.prototype, "stepCompleted", 2);
|
|
1630
1644
|
__decorateClass([
|
|
1631
1645
|
(0, import_class_validator38.IsOptional)(),
|
|
1632
1646
|
(0, import_class_validator38.IsString)({ message: "Additional comment must be a string" }),
|
|
@@ -3093,6 +3107,9 @@ __decorateClass([
|
|
|
3093
3107
|
(0, import_typeorm15.ManyToOne)(() => AiInterview, (aiInterview) => aiInterview.rescheduleRequests),
|
|
3094
3108
|
(0, import_typeorm15.JoinColumn)({ name: "aiinterview_id" })
|
|
3095
3109
|
], AiInterviewRescheduleRequest.prototype, "aiInterview", 2);
|
|
3110
|
+
__decorateClass([
|
|
3111
|
+
(0, import_typeorm15.Column)({ name: "interview_id", type: "integer", nullable: true })
|
|
3112
|
+
], AiInterviewRescheduleRequest.prototype, "interviewId", 2);
|
|
3096
3113
|
__decorateClass([
|
|
3097
3114
|
(0, import_typeorm15.Column)({ name: "rescheduled_date", type: "timestamp with time zone", nullable: true })
|
|
3098
3115
|
], AiInterviewRescheduleRequest.prototype, "rescheduledDate", 2);
|
|
@@ -3232,6 +3249,9 @@ __decorateClass([
|
|
|
3232
3249
|
__decorateClass([
|
|
3233
3250
|
(0, import_typeorm16.Column)({ name: "is_contract_sent", type: "boolean", default: false })
|
|
3234
3251
|
], AiInterview.prototype, "isContractSent", 2);
|
|
3252
|
+
__decorateClass([
|
|
3253
|
+
(0, import_typeorm16.Column)({ name: "attempts", type: "integer", nullable: true })
|
|
3254
|
+
], AiInterview.prototype, "attempts", 2);
|
|
3235
3255
|
__decorateClass([
|
|
3236
3256
|
(0, import_typeorm16.OneToMany)(() => AiInterviewRescheduleRequest, (aiInterviewRescheduleRequest) => aiInterviewRescheduleRequest.aiInterview)
|
|
3237
3257
|
], AiInterview.prototype, "rescheduleRequests", 2);
|
|
@@ -7491,6 +7511,11 @@ var typeOfExperienceAdminEnumDto = /* @__PURE__ */ ((typeOfExperienceAdminEnumDt
|
|
|
7491
7511
|
typeOfExperienceAdminEnumDto2["RANGE"] = "RANGE";
|
|
7492
7512
|
return typeOfExperienceAdminEnumDto2;
|
|
7493
7513
|
})(typeOfExperienceAdminEnumDto || {});
|
|
7514
|
+
var AdminStepCompletedEnumV2 = /* @__PURE__ */ ((AdminStepCompletedEnumV22) => {
|
|
7515
|
+
AdminStepCompletedEnumV22["BASIC_INFORMATION"] = "BASIC_INFORMATION";
|
|
7516
|
+
AdminStepCompletedEnumV22["JOB_DESCRIPTION"] = "JOB_DESCRIPTION";
|
|
7517
|
+
return AdminStepCompletedEnumV22;
|
|
7518
|
+
})(AdminStepCompletedEnumV2 || {});
|
|
7494
7519
|
var JobLocationAdminDto = class {
|
|
7495
7520
|
};
|
|
7496
7521
|
__decorateClass([
|
|
@@ -7642,6 +7667,14 @@ __decorateClass([
|
|
|
7642
7667
|
__decorateClass([
|
|
7643
7668
|
(0, import_class_validator64.IsOptional)()
|
|
7644
7669
|
], AdminJobBasicInformationV2Dto.prototype, "jobRoleCanonicalName", 2);
|
|
7670
|
+
__decorateClass([
|
|
7671
|
+
(0, import_class_validator64.IsOptional)(),
|
|
7672
|
+
(0, import_class_validator64.IsEnum)(AdminStepCompletedEnumV2, {
|
|
7673
|
+
message: `Type of stepCompleted must be one of: ${Object.values(
|
|
7674
|
+
AdminStepCompletedEnumV2
|
|
7675
|
+
).join(", ")}`
|
|
7676
|
+
})
|
|
7677
|
+
], AdminJobBasicInformationV2Dto.prototype, "stepCompleted", 2);
|
|
7645
7678
|
|
|
7646
7679
|
// src/modules/lead/pattern/pattern.ts
|
|
7647
7680
|
var LEAD_PATTERN = {
|
|
@@ -9427,6 +9460,7 @@ RecommendationWeightageConfig = __decorateClass([
|
|
|
9427
9460
|
SkillCatalog,
|
|
9428
9461
|
State,
|
|
9429
9462
|
Step,
|
|
9463
|
+
StepCompletedEnumV2,
|
|
9430
9464
|
StripeLog,
|
|
9431
9465
|
StripeTransaction,
|
|
9432
9466
|
StripeTransactionStatusEnum,
|
package/dist/index.mjs
CHANGED
|
@@ -1253,6 +1253,11 @@ var typeOfExperienceDtoEnumV2 = /* @__PURE__ */ ((typeOfExperienceDtoEnumV22) =>
|
|
|
1253
1253
|
typeOfExperienceDtoEnumV22["RANGE"] = "RANGE";
|
|
1254
1254
|
return typeOfExperienceDtoEnumV22;
|
|
1255
1255
|
})(typeOfExperienceDtoEnumV2 || {});
|
|
1256
|
+
var StepCompletedEnumV2 = /* @__PURE__ */ ((StepCompletedEnumV22) => {
|
|
1257
|
+
StepCompletedEnumV22["BASIC_INFORMATION"] = "BASIC_INFORMATION";
|
|
1258
|
+
StepCompletedEnumV22["JOB_DESCRIPTION"] = "JOB_DESCRIPTION";
|
|
1259
|
+
return StepCompletedEnumV22;
|
|
1260
|
+
})(StepCompletedEnumV2 || {});
|
|
1256
1261
|
var JobLocationDto = class {
|
|
1257
1262
|
};
|
|
1258
1263
|
__decorateClass([
|
|
@@ -1397,6 +1402,14 @@ __decorateClass([
|
|
|
1397
1402
|
IsOptional15(),
|
|
1398
1403
|
IsString15({ message: "Business industry must be a string" })
|
|
1399
1404
|
], JobBasicInformationV2Dto.prototype, "businessIndustry", 2);
|
|
1405
|
+
__decorateClass([
|
|
1406
|
+
IsOptional15(),
|
|
1407
|
+
IsEnum12(StepCompletedEnumV2, {
|
|
1408
|
+
message: `Type of stepCompleted must be one of: ${Object.values(
|
|
1409
|
+
StepCompletedEnumV2
|
|
1410
|
+
).join(", ")}`
|
|
1411
|
+
})
|
|
1412
|
+
], JobBasicInformationV2Dto.prototype, "stepCompleted", 2);
|
|
1400
1413
|
__decorateClass([
|
|
1401
1414
|
IsOptional15(),
|
|
1402
1415
|
IsString15({ message: "Additional comment must be a string" }),
|
|
@@ -2974,6 +2987,9 @@ __decorateClass([
|
|
|
2974
2987
|
ManyToOne13(() => AiInterview, (aiInterview) => aiInterview.rescheduleRequests),
|
|
2975
2988
|
JoinColumn13({ name: "aiinterview_id" })
|
|
2976
2989
|
], AiInterviewRescheduleRequest.prototype, "aiInterview", 2);
|
|
2990
|
+
__decorateClass([
|
|
2991
|
+
Column15({ name: "interview_id", type: "integer", nullable: true })
|
|
2992
|
+
], AiInterviewRescheduleRequest.prototype, "interviewId", 2);
|
|
2977
2993
|
__decorateClass([
|
|
2978
2994
|
Column15({ name: "rescheduled_date", type: "timestamp with time zone", nullable: true })
|
|
2979
2995
|
], AiInterviewRescheduleRequest.prototype, "rescheduledDate", 2);
|
|
@@ -3113,6 +3129,9 @@ __decorateClass([
|
|
|
3113
3129
|
__decorateClass([
|
|
3114
3130
|
Column16({ name: "is_contract_sent", type: "boolean", default: false })
|
|
3115
3131
|
], AiInterview.prototype, "isContractSent", 2);
|
|
3132
|
+
__decorateClass([
|
|
3133
|
+
Column16({ name: "attempts", type: "integer", nullable: true })
|
|
3134
|
+
], AiInterview.prototype, "attempts", 2);
|
|
3116
3135
|
__decorateClass([
|
|
3117
3136
|
OneToMany6(() => AiInterviewRescheduleRequest, (aiInterviewRescheduleRequest) => aiInterviewRescheduleRequest.aiInterview)
|
|
3118
3137
|
], AiInterview.prototype, "rescheduleRequests", 2);
|
|
@@ -7612,6 +7631,11 @@ var typeOfExperienceAdminEnumDto = /* @__PURE__ */ ((typeOfExperienceAdminEnumDt
|
|
|
7612
7631
|
typeOfExperienceAdminEnumDto2["RANGE"] = "RANGE";
|
|
7613
7632
|
return typeOfExperienceAdminEnumDto2;
|
|
7614
7633
|
})(typeOfExperienceAdminEnumDto || {});
|
|
7634
|
+
var AdminStepCompletedEnumV2 = /* @__PURE__ */ ((AdminStepCompletedEnumV22) => {
|
|
7635
|
+
AdminStepCompletedEnumV22["BASIC_INFORMATION"] = "BASIC_INFORMATION";
|
|
7636
|
+
AdminStepCompletedEnumV22["JOB_DESCRIPTION"] = "JOB_DESCRIPTION";
|
|
7637
|
+
return AdminStepCompletedEnumV22;
|
|
7638
|
+
})(AdminStepCompletedEnumV2 || {});
|
|
7615
7639
|
var JobLocationAdminDto = class {
|
|
7616
7640
|
};
|
|
7617
7641
|
__decorateClass([
|
|
@@ -7763,6 +7787,14 @@ __decorateClass([
|
|
|
7763
7787
|
__decorateClass([
|
|
7764
7788
|
IsOptional36()
|
|
7765
7789
|
], AdminJobBasicInformationV2Dto.prototype, "jobRoleCanonicalName", 2);
|
|
7790
|
+
__decorateClass([
|
|
7791
|
+
IsOptional36(),
|
|
7792
|
+
IsEnum24(AdminStepCompletedEnumV2, {
|
|
7793
|
+
message: `Type of stepCompleted must be one of: ${Object.values(
|
|
7794
|
+
AdminStepCompletedEnumV2
|
|
7795
|
+
).join(", ")}`
|
|
7796
|
+
})
|
|
7797
|
+
], AdminJobBasicInformationV2Dto.prototype, "stepCompleted", 2);
|
|
7766
7798
|
|
|
7767
7799
|
// src/modules/lead/pattern/pattern.ts
|
|
7768
7800
|
var LEAD_PATTERN = {
|
|
@@ -9623,6 +9655,7 @@ export {
|
|
|
9623
9655
|
SkillCatalog,
|
|
9624
9656
|
State,
|
|
9625
9657
|
Step,
|
|
9658
|
+
StepCompletedEnumV2,
|
|
9626
9659
|
StripeLog,
|
|
9627
9660
|
StripeTransaction,
|
|
9628
9661
|
StripeTransactionStatusEnum,
|
|
@@ -15,6 +15,10 @@ export declare enum typeOfExperienceDtoEnumV2 {
|
|
|
15
15
|
SINGLE = "SINGLE",
|
|
16
16
|
RANGE = "RANGE"
|
|
17
17
|
}
|
|
18
|
+
export declare enum StepCompletedEnumV2 {
|
|
19
|
+
BASIC_INFORMATION = "BASIC_INFORMATION",
|
|
20
|
+
JOB_DESCRIPTION = "JOB_DESCRIPTION"
|
|
21
|
+
}
|
|
18
22
|
export declare class JobLocationDto {
|
|
19
23
|
countryId: number | null;
|
|
20
24
|
stateId: number | null;
|
|
@@ -47,5 +51,6 @@ export declare class JobBasicInformationV2Dto {
|
|
|
47
51
|
yearsOfExperienceFrom?: string;
|
|
48
52
|
yearsOfExperienceTo?: string;
|
|
49
53
|
businessIndustry?: string;
|
|
54
|
+
stepCompleted?: StepCompletedEnumV2;
|
|
50
55
|
additionalComment?: string;
|
|
51
56
|
}
|
|
@@ -15,6 +15,10 @@ declare enum typeOfExperienceAdminEnumDto {
|
|
|
15
15
|
SINGLE = "SINGLE",
|
|
16
16
|
RANGE = "RANGE"
|
|
17
17
|
}
|
|
18
|
+
declare enum AdminStepCompletedEnumV2 {
|
|
19
|
+
BASIC_INFORMATION = "BASIC_INFORMATION",
|
|
20
|
+
JOB_DESCRIPTION = "JOB_DESCRIPTION"
|
|
21
|
+
}
|
|
18
22
|
export declare class JobLocationAdminDto {
|
|
19
23
|
countryId: number;
|
|
20
24
|
stateId: number;
|
|
@@ -48,5 +52,6 @@ export declare class AdminJobBasicInformationV2Dto {
|
|
|
48
52
|
additionalComment?: string;
|
|
49
53
|
goodToHaveSkills: string[];
|
|
50
54
|
jobRoleCanonicalName?: string;
|
|
55
|
+
stepCompleted?: AdminStepCompletedEnumV2;
|
|
51
56
|
}
|
|
52
57
|
export {};
|