@experts_hub/shared 1.0.538 → 1.0.540
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.entity.d.ts +2 -0
- package/dist/index.d.mts +18 -1
- package/dist/index.d.ts +18 -1
- package/dist/index.js +117 -80
- package/dist/index.mjs +98 -59
- package/dist/modules/interview/dto/create-ai-interview-reschedule-request.dto.d.ts +4 -0
- package/dist/modules/interview/dto/index.d.ts +2 -0
- package/dist/modules/interview/dto/reject-ai-interview-reschedule-request.dto.d.ts +3 -0
- package/dist/modules/interview/pattern/pattern.d.ts +6 -0
- package/package.json +1 -1
|
@@ -40,6 +40,8 @@ export declare class AiInterview extends BaseEntity {
|
|
|
40
40
|
expiredAt: Date;
|
|
41
41
|
status: AiInterviewStatusEnum;
|
|
42
42
|
resultStatus: ResultStatusEnum;
|
|
43
|
+
isRescheduled: boolean;
|
|
44
|
+
rescheduledAt: Date;
|
|
43
45
|
iframeResponse: string;
|
|
44
46
|
interviewInsight: string;
|
|
45
47
|
isF2fInterviewScheduled: boolean;
|
package/dist/index.d.mts
CHANGED
|
@@ -1082,6 +1082,8 @@ declare class AiInterview extends BaseEntity {
|
|
|
1082
1082
|
expiredAt: Date;
|
|
1083
1083
|
status: AiInterviewStatusEnum;
|
|
1084
1084
|
resultStatus: ResultStatusEnum;
|
|
1085
|
+
isRescheduled: boolean;
|
|
1086
|
+
rescheduledAt: Date;
|
|
1085
1087
|
iframeResponse: string;
|
|
1086
1088
|
interviewInsight: string;
|
|
1087
1089
|
isF2fInterviewScheduled: boolean;
|
|
@@ -2918,6 +2920,12 @@ declare const F2F_INTERVIEW_PATTERN: {
|
|
|
2918
2920
|
createF2FInterviewRescheduleRequest: string;
|
|
2919
2921
|
rejectF2FInterviewRescheduleRequest: string;
|
|
2920
2922
|
};
|
|
2923
|
+
declare const AI_INTERVIEW_PATTERN: {
|
|
2924
|
+
fetchAiInterviewRescheduleRequestsForClient: string;
|
|
2925
|
+
createAiInterviewRescheduleRequest: string;
|
|
2926
|
+
approveAiInterviewRescheduleRequest: string;
|
|
2927
|
+
rejectAiInterviewRescheduleRequest: string;
|
|
2928
|
+
};
|
|
2921
2929
|
declare const CALENDLY_PATTERN: {
|
|
2922
2930
|
handleCalendlyWebhook: string;
|
|
2923
2931
|
};
|
|
@@ -2967,6 +2975,15 @@ declare class CreateF2FInterviewRescheduleRequestDto {
|
|
|
2967
2975
|
freelancerRequestReason: string;
|
|
2968
2976
|
}
|
|
2969
2977
|
|
|
2978
|
+
declare class CreateAIInterviewRescheduleRequestDto {
|
|
2979
|
+
aiInterviewId: string;
|
|
2980
|
+
freelancerRequestReason: string;
|
|
2981
|
+
}
|
|
2982
|
+
|
|
2983
|
+
declare class RejectAIInterviewRescheduleRequestDto {
|
|
2984
|
+
clientRejectReason: string;
|
|
2985
|
+
}
|
|
2986
|
+
|
|
2970
2987
|
declare const CONTRACT_PATTERN: {
|
|
2971
2988
|
fetchContractsForClient: string;
|
|
2972
2989
|
fetchContractCountForClientAsPerStatus: string;
|
|
@@ -3302,4 +3319,4 @@ declare class RecommendationWeightageConfig extends BaseEntity {
|
|
|
3302
3319
|
isActive: boolean;
|
|
3303
3320
|
}
|
|
3304
3321
|
|
|
3305
|
-
export { ADMIN_FREELANCER_PATTERN, ADMIN_JOB_PATTERN, ADMIN_PERMISSION_PATTERN, ADMIN_ROLE_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, 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, ModeOfWorkDto, NOTIFICATION_PATTERN, NatureOfWork, NatureOfWorkDto, NotificationRMQAdapter, NotificationTCPAdapter, ONBOARDING_PATTERN, ONBOARDING_QUESTION_PATTERN, OTP_PATTERN, OnboardingStepEnum, Otp, PERMISSION_PATTERN, PLAN_PATTERN, PROFILE_PATTERN, Permission, Plan, ProjectDto, Provider, Question, QuestionFor, QuestionForEnum, RATING_PATTERN, RESUME_PARSER_PATTERN, Rating, RatingTypeEnum, RecommendationWeightageConfig, RefreshDto, RefreshToken, ResetPasswordDto, ResetPasswordTokenValidationDto, 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 };
|
|
3322
|
+
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, ModeOfWorkDto, NOTIFICATION_PATTERN, NatureOfWork, NatureOfWorkDto, NotificationRMQAdapter, NotificationTCPAdapter, ONBOARDING_PATTERN, ONBOARDING_QUESTION_PATTERN, OTP_PATTERN, OnboardingStepEnum, Otp, PERMISSION_PATTERN, PLAN_PATTERN, PROFILE_PATTERN, Permission, Plan, ProjectDto, Provider, Question, QuestionFor, QuestionForEnum, RATING_PATTERN, RESUME_PARSER_PATTERN, Rating, RatingTypeEnum, RecommendationWeightageConfig, RefreshDto, RefreshToken, 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
|
@@ -1082,6 +1082,8 @@ declare class AiInterview extends BaseEntity {
|
|
|
1082
1082
|
expiredAt: Date;
|
|
1083
1083
|
status: AiInterviewStatusEnum;
|
|
1084
1084
|
resultStatus: ResultStatusEnum;
|
|
1085
|
+
isRescheduled: boolean;
|
|
1086
|
+
rescheduledAt: Date;
|
|
1085
1087
|
iframeResponse: string;
|
|
1086
1088
|
interviewInsight: string;
|
|
1087
1089
|
isF2fInterviewScheduled: boolean;
|
|
@@ -2918,6 +2920,12 @@ declare const F2F_INTERVIEW_PATTERN: {
|
|
|
2918
2920
|
createF2FInterviewRescheduleRequest: string;
|
|
2919
2921
|
rejectF2FInterviewRescheduleRequest: string;
|
|
2920
2922
|
};
|
|
2923
|
+
declare const AI_INTERVIEW_PATTERN: {
|
|
2924
|
+
fetchAiInterviewRescheduleRequestsForClient: string;
|
|
2925
|
+
createAiInterviewRescheduleRequest: string;
|
|
2926
|
+
approveAiInterviewRescheduleRequest: string;
|
|
2927
|
+
rejectAiInterviewRescheduleRequest: string;
|
|
2928
|
+
};
|
|
2921
2929
|
declare const CALENDLY_PATTERN: {
|
|
2922
2930
|
handleCalendlyWebhook: string;
|
|
2923
2931
|
};
|
|
@@ -2967,6 +2975,15 @@ declare class CreateF2FInterviewRescheduleRequestDto {
|
|
|
2967
2975
|
freelancerRequestReason: string;
|
|
2968
2976
|
}
|
|
2969
2977
|
|
|
2978
|
+
declare class CreateAIInterviewRescheduleRequestDto {
|
|
2979
|
+
aiInterviewId: string;
|
|
2980
|
+
freelancerRequestReason: string;
|
|
2981
|
+
}
|
|
2982
|
+
|
|
2983
|
+
declare class RejectAIInterviewRescheduleRequestDto {
|
|
2984
|
+
clientRejectReason: string;
|
|
2985
|
+
}
|
|
2986
|
+
|
|
2970
2987
|
declare const CONTRACT_PATTERN: {
|
|
2971
2988
|
fetchContractsForClient: string;
|
|
2972
2989
|
fetchContractCountForClientAsPerStatus: string;
|
|
@@ -3302,4 +3319,4 @@ declare class RecommendationWeightageConfig extends BaseEntity {
|
|
|
3302
3319
|
isActive: boolean;
|
|
3303
3320
|
}
|
|
3304
3321
|
|
|
3305
|
-
export { ADMIN_FREELANCER_PATTERN, ADMIN_JOB_PATTERN, ADMIN_PERMISSION_PATTERN, ADMIN_ROLE_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, 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, ModeOfWorkDto, NOTIFICATION_PATTERN, NatureOfWork, NatureOfWorkDto, NotificationRMQAdapter, NotificationTCPAdapter, ONBOARDING_PATTERN, ONBOARDING_QUESTION_PATTERN, OTP_PATTERN, OnboardingStepEnum, Otp, PERMISSION_PATTERN, PLAN_PATTERN, PROFILE_PATTERN, Permission, Plan, ProjectDto, Provider, Question, QuestionFor, QuestionForEnum, RATING_PATTERN, RESUME_PARSER_PATTERN, Rating, RatingTypeEnum, RecommendationWeightageConfig, RefreshDto, RefreshToken, ResetPasswordDto, ResetPasswordTokenValidationDto, 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 };
|
|
3322
|
+
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, ModeOfWorkDto, NOTIFICATION_PATTERN, NatureOfWork, NatureOfWorkDto, NotificationRMQAdapter, NotificationTCPAdapter, ONBOARDING_PATTERN, ONBOARDING_QUESTION_PATTERN, OTP_PATTERN, OnboardingStepEnum, Otp, PERMISSION_PATTERN, PLAN_PATTERN, PROFILE_PATTERN, Permission, Plan, ProjectDto, Provider, Question, QuestionFor, QuestionForEnum, RATING_PATTERN, RESUME_PARSER_PATTERN, Rating, RatingTypeEnum, RecommendationWeightageConfig, RefreshDto, RefreshToken, 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
|
@@ -31,6 +31,7 @@ __export(index_exports, {
|
|
|
31
31
|
ADMIN_JOB_PATTERN: () => ADMIN_JOB_PATTERN,
|
|
32
32
|
ADMIN_PERMISSION_PATTERN: () => ADMIN_PERMISSION_PATTERN,
|
|
33
33
|
ADMIN_ROLE_PATTERN: () => ADMIN_ROLE_PATTERN,
|
|
34
|
+
AI_INTERVIEW_PATTERN: () => AI_INTERVIEW_PATTERN,
|
|
34
35
|
ASSESSMENT_QUESTION_PATTERN: () => ASSESSMENT_QUESTION_PATTERN,
|
|
35
36
|
AUTHENTICATION_PATTERN: () => AUTHENTICATION_PATTERN,
|
|
36
37
|
AccountStatus: () => AccountStatus,
|
|
@@ -100,6 +101,7 @@ __export(index_exports, {
|
|
|
100
101
|
ContractTCPAdapter: () => ContractTCPAdapter,
|
|
101
102
|
ContractTypeEnum: () => ContractTypeEnum,
|
|
102
103
|
Country: () => Country,
|
|
104
|
+
CreateAIInterviewRescheduleRequestDto: () => CreateAIInterviewRescheduleRequestDto,
|
|
103
105
|
CreateAdminRoleDto: () => CreateAdminRoleDto,
|
|
104
106
|
CreateCheckoutSessionDto: () => CreateCheckoutSessionDto,
|
|
105
107
|
CreateClientDto: () => CreateClientDto,
|
|
@@ -259,6 +261,7 @@ __export(index_exports, {
|
|
|
259
261
|
RecommendationWeightageConfig: () => RecommendationWeightageConfig,
|
|
260
262
|
RefreshDto: () => RefreshDto,
|
|
261
263
|
RefreshToken: () => RefreshToken,
|
|
264
|
+
RejectAIInterviewRescheduleRequestDto: () => RejectAIInterviewRescheduleRequestDto,
|
|
262
265
|
ResetPasswordDto: () => ResetPasswordDto,
|
|
263
266
|
ResetPasswordTokenValidationDto: () => ResetPasswordTokenValidationDto,
|
|
264
267
|
ResultStatusEnum: () => ResultStatusEnum,
|
|
@@ -3204,6 +3207,12 @@ __decorateClass([
|
|
|
3204
3207
|
default: "NOT_EVALUATED" /* NOT_EVALUATED */
|
|
3205
3208
|
})
|
|
3206
3209
|
], AiInterview.prototype, "resultStatus", 2);
|
|
3210
|
+
__decorateClass([
|
|
3211
|
+
(0, import_typeorm16.Column)({ name: "is_rescheduled", type: "boolean", nullable: true })
|
|
3212
|
+
], AiInterview.prototype, "isRescheduled", 2);
|
|
3213
|
+
__decorateClass([
|
|
3214
|
+
(0, import_typeorm16.Column)({ name: "rescheduled_at", type: "timestamp", nullable: true })
|
|
3215
|
+
], AiInterview.prototype, "rescheduledAt", 2);
|
|
3207
3216
|
__decorateClass([
|
|
3208
3217
|
(0, import_typeorm16.Column)({ name: "iframe_response", type: "jsonb", nullable: true })
|
|
3209
3218
|
], AiInterview.prototype, "iframeResponse", 2);
|
|
@@ -7711,6 +7720,12 @@ var F2F_INTERVIEW_PATTERN = {
|
|
|
7711
7720
|
createF2FInterviewRescheduleRequest: "create.f2f.interview.reschedule.request",
|
|
7712
7721
|
rejectF2FInterviewRescheduleRequest: "reject.f2f.interview.reschedule.request"
|
|
7713
7722
|
};
|
|
7723
|
+
var AI_INTERVIEW_PATTERN = {
|
|
7724
|
+
fetchAiInterviewRescheduleRequestsForClient: "fetch.aiinterview.reschedule.requests.for.client",
|
|
7725
|
+
createAiInterviewRescheduleRequest: "create.aiinterview.reschedule.request",
|
|
7726
|
+
approveAiInterviewRescheduleRequest: "approve.aiinterview.reschedule.request",
|
|
7727
|
+
rejectAiInterviewRescheduleRequest: "reject.aiinterview.reschedule.request"
|
|
7728
|
+
};
|
|
7714
7729
|
var CALENDLY_PATTERN = {
|
|
7715
7730
|
handleCalendlyWebhook: "handle.calendly.webhook"
|
|
7716
7731
|
};
|
|
@@ -7831,6 +7846,25 @@ __decorateClass([
|
|
|
7831
7846
|
(0, import_class_validator72.IsString)({ message: "Freelancer reason must be a string." })
|
|
7832
7847
|
], CreateF2FInterviewRescheduleRequestDto.prototype, "freelancerRequestReason", 2);
|
|
7833
7848
|
|
|
7849
|
+
// src/modules/interview/dto/create-ai-interview-reschedule-request.dto.ts
|
|
7850
|
+
var import_class_validator73 = require("class-validator");
|
|
7851
|
+
var CreateAIInterviewRescheduleRequestDto = class {
|
|
7852
|
+
};
|
|
7853
|
+
__decorateClass([
|
|
7854
|
+
(0, import_class_validator73.IsNotEmpty)({ message: "AI Interview ID is required." })
|
|
7855
|
+
], CreateAIInterviewRescheduleRequestDto.prototype, "aiInterviewId", 2);
|
|
7856
|
+
__decorateClass([
|
|
7857
|
+
(0, import_class_validator73.IsString)({ message: "Freelancer reason must be a string." })
|
|
7858
|
+
], CreateAIInterviewRescheduleRequestDto.prototype, "freelancerRequestReason", 2);
|
|
7859
|
+
|
|
7860
|
+
// src/modules/interview/dto/reject-ai-interview-reschedule-request.dto.ts
|
|
7861
|
+
var import_class_validator74 = require("class-validator");
|
|
7862
|
+
var RejectAIInterviewRescheduleRequestDto = class {
|
|
7863
|
+
};
|
|
7864
|
+
__decorateClass([
|
|
7865
|
+
(0, import_class_validator74.IsString)({ message: "Client reject reason must be a string." })
|
|
7866
|
+
], RejectAIInterviewRescheduleRequestDto.prototype, "clientRejectReason", 2);
|
|
7867
|
+
|
|
7834
7868
|
// src/modules/contract/pattern/pattern.ts
|
|
7835
7869
|
var CONTRACT_PATTERN = {
|
|
7836
7870
|
fetchContractsForClient: "fetch.contract.for.client",
|
|
@@ -7852,43 +7886,43 @@ var CONTRACT_PATTERN = {
|
|
|
7852
7886
|
};
|
|
7853
7887
|
|
|
7854
7888
|
// src/modules/contract/dto/sign-contract-for-client.dto.ts
|
|
7855
|
-
var
|
|
7889
|
+
var import_class_validator75 = require("class-validator");
|
|
7856
7890
|
var import_class_transformer16 = require("class-transformer");
|
|
7857
7891
|
var SignContractForClientDto = class {
|
|
7858
7892
|
};
|
|
7859
7893
|
__decorateClass([
|
|
7860
|
-
(0,
|
|
7894
|
+
(0, import_class_validator75.IsNotEmpty)({ message: "Job Id is required." }),
|
|
7861
7895
|
(0, import_class_transformer16.Type)(() => Number),
|
|
7862
|
-
(0,
|
|
7896
|
+
(0, import_class_validator75.IsNumber)({}, { message: "Job ID must be a number." })
|
|
7863
7897
|
], SignContractForClientDto.prototype, "jobId", 2);
|
|
7864
7898
|
__decorateClass([
|
|
7865
|
-
(0,
|
|
7899
|
+
(0, import_class_validator75.IsNotEmpty)({ message: "Freelancer ID is required." }),
|
|
7866
7900
|
(0, import_class_transformer16.Type)(() => Number),
|
|
7867
|
-
(0,
|
|
7901
|
+
(0, import_class_validator75.IsNumber)({}, { message: "Freelancer ID must be a number." })
|
|
7868
7902
|
], SignContractForClientDto.prototype, "freelancerId", 2);
|
|
7869
7903
|
__decorateClass([
|
|
7870
|
-
(0,
|
|
7871
|
-
(0,
|
|
7904
|
+
(0, import_class_validator75.IsNotEmpty)({ message: "Contract type is required." }),
|
|
7905
|
+
(0, import_class_validator75.IsEnum)(ContractTypeEnum)
|
|
7872
7906
|
], SignContractForClientDto.prototype, "contractType", 2);
|
|
7873
7907
|
|
|
7874
7908
|
// src/modules/contract/dto/sign-contract-for-freelancer.dto.ts
|
|
7875
|
-
var
|
|
7909
|
+
var import_class_validator76 = require("class-validator");
|
|
7876
7910
|
var import_class_transformer17 = require("class-transformer");
|
|
7877
7911
|
var SignContractForFreelancerDto = class {
|
|
7878
7912
|
};
|
|
7879
7913
|
__decorateClass([
|
|
7880
|
-
(0,
|
|
7914
|
+
(0, import_class_validator76.IsNotEmpty)({ message: "Job Id is required." }),
|
|
7881
7915
|
(0, import_class_transformer17.Type)(() => Number),
|
|
7882
|
-
(0,
|
|
7916
|
+
(0, import_class_validator76.IsNumber)({}, { message: "Job ID must be a number." })
|
|
7883
7917
|
], SignContractForFreelancerDto.prototype, "jobId", 2);
|
|
7884
7918
|
__decorateClass([
|
|
7885
|
-
(0,
|
|
7919
|
+
(0, import_class_validator76.IsNotEmpty)({ message: "Client ID is required." }),
|
|
7886
7920
|
(0, import_class_transformer17.Type)(() => Number),
|
|
7887
|
-
(0,
|
|
7921
|
+
(0, import_class_validator76.IsNumber)({}, { message: "Client ID must be a number." })
|
|
7888
7922
|
], SignContractForFreelancerDto.prototype, "clientId", 2);
|
|
7889
7923
|
__decorateClass([
|
|
7890
|
-
(0,
|
|
7891
|
-
(0,
|
|
7924
|
+
(0, import_class_validator76.IsNotEmpty)({ message: "Contract type is required." }),
|
|
7925
|
+
(0, import_class_validator76.IsEnum)(ContractTypeEnum)
|
|
7892
7926
|
], SignContractForFreelancerDto.prototype, "contractType", 2);
|
|
7893
7927
|
|
|
7894
7928
|
// src/modules/stripe/pattern/pattern.ts
|
|
@@ -7906,11 +7940,11 @@ var STRIPE_PATTERN = {
|
|
|
7906
7940
|
};
|
|
7907
7941
|
|
|
7908
7942
|
// src/modules/stripe/dto/create-checkout-session.dto.ts
|
|
7909
|
-
var
|
|
7943
|
+
var import_class_validator77 = require("class-validator");
|
|
7910
7944
|
var CreateCheckoutSessionDto = class {
|
|
7911
7945
|
};
|
|
7912
7946
|
__decorateClass([
|
|
7913
|
-
(0,
|
|
7947
|
+
(0, import_class_validator77.IsNotEmpty)({ message: "Amount is required" })
|
|
7914
7948
|
], CreateCheckoutSessionDto.prototype, "amount", 2);
|
|
7915
7949
|
|
|
7916
7950
|
// src/modules/timesheet/pattern/pattern.ts
|
|
@@ -7931,99 +7965,99 @@ var TIMESHEET_CLIENT_PATTERN = {
|
|
|
7931
7965
|
};
|
|
7932
7966
|
|
|
7933
7967
|
// src/modules/timesheet/dto/create-freelancer-timesheet.dto.ts
|
|
7934
|
-
var
|
|
7968
|
+
var import_class_validator78 = require("class-validator");
|
|
7935
7969
|
var CreateFreelancerTimesheetDto = class {
|
|
7936
7970
|
};
|
|
7937
7971
|
__decorateClass([
|
|
7938
|
-
(0,
|
|
7939
|
-
(0,
|
|
7972
|
+
(0, import_class_validator78.IsNotEmpty)({ message: "Job id is required" }),
|
|
7973
|
+
(0, import_class_validator78.IsNumber)({}, { message: "Job id must be a number" })
|
|
7940
7974
|
], CreateFreelancerTimesheetDto.prototype, "jobId", 2);
|
|
7941
7975
|
__decorateClass([
|
|
7942
|
-
(0,
|
|
7943
|
-
(0,
|
|
7976
|
+
(0, import_class_validator78.IsNotEmpty)({ message: "start date is required" }),
|
|
7977
|
+
(0, import_class_validator78.IsDateString)()
|
|
7944
7978
|
], CreateFreelancerTimesheetDto.prototype, "startDate", 2);
|
|
7945
7979
|
__decorateClass([
|
|
7946
|
-
(0,
|
|
7947
|
-
(0,
|
|
7980
|
+
(0, import_class_validator78.IsNotEmpty)({ message: "end date is required" }),
|
|
7981
|
+
(0, import_class_validator78.IsDateString)()
|
|
7948
7982
|
], CreateFreelancerTimesheetDto.prototype, "endDate", 2);
|
|
7949
7983
|
__decorateClass([
|
|
7950
|
-
(0,
|
|
7951
|
-
(0,
|
|
7984
|
+
(0, import_class_validator78.IsNotEmpty)({ message: "start time is required" }),
|
|
7985
|
+
(0, import_class_validator78.Matches)(/^([01]\d|2[0-3]):([0-5]\d):([0-5]\d)$/, {
|
|
7952
7986
|
message: "startTime must be in HH:mm:ss format"
|
|
7953
7987
|
})
|
|
7954
7988
|
], CreateFreelancerTimesheetDto.prototype, "startTime", 2);
|
|
7955
7989
|
__decorateClass([
|
|
7956
|
-
(0,
|
|
7957
|
-
(0,
|
|
7990
|
+
(0, import_class_validator78.IsNotEmpty)({ message: "end time is required" }),
|
|
7991
|
+
(0, import_class_validator78.Matches)(/^([01]\d|2[0-3]):([0-5]\d):([0-5]\d)$/, {
|
|
7958
7992
|
message: "endTime must be in HH:mm:ss format"
|
|
7959
7993
|
})
|
|
7960
7994
|
], CreateFreelancerTimesheetDto.prototype, "endTime", 2);
|
|
7961
7995
|
__decorateClass([
|
|
7962
|
-
(0,
|
|
7963
|
-
(0,
|
|
7996
|
+
(0, import_class_validator78.IsOptional)(),
|
|
7997
|
+
(0, import_class_validator78.IsInt)()
|
|
7964
7998
|
], CreateFreelancerTimesheetDto.prototype, "taskId", 2);
|
|
7965
7999
|
__decorateClass([
|
|
7966
|
-
(0,
|
|
7967
|
-
(0,
|
|
8000
|
+
(0, import_class_validator78.IsOptional)(),
|
|
8001
|
+
(0, import_class_validator78.IsString)()
|
|
7968
8002
|
], CreateFreelancerTimesheetDto.prototype, "projectName", 2);
|
|
7969
8003
|
__decorateClass([
|
|
7970
|
-
(0,
|
|
7971
|
-
(0,
|
|
8004
|
+
(0, import_class_validator78.IsOptional)(),
|
|
8005
|
+
(0, import_class_validator78.IsString)()
|
|
7972
8006
|
], CreateFreelancerTimesheetDto.prototype, "deliverable", 2);
|
|
7973
8007
|
__decorateClass([
|
|
7974
|
-
(0,
|
|
7975
|
-
(0,
|
|
8008
|
+
(0, import_class_validator78.IsOptional)(),
|
|
8009
|
+
(0, import_class_validator78.IsString)()
|
|
7976
8010
|
], CreateFreelancerTimesheetDto.prototype, "taskName", 2);
|
|
7977
8011
|
__decorateClass([
|
|
7978
|
-
(0,
|
|
8012
|
+
(0, import_class_validator78.IsNotEmpty)({ message: "Description is required" })
|
|
7979
8013
|
], CreateFreelancerTimesheetDto.prototype, "description", 2);
|
|
7980
8014
|
|
|
7981
8015
|
// src/modules/timesheet/dto/update-freelancer-timesheet.dto.ts
|
|
7982
|
-
var
|
|
8016
|
+
var import_class_validator79 = require("class-validator");
|
|
7983
8017
|
var UpdateFreelancerTimesheetDto = class {
|
|
7984
8018
|
};
|
|
7985
8019
|
__decorateClass([
|
|
7986
|
-
(0,
|
|
7987
|
-
(0,
|
|
8020
|
+
(0, import_class_validator79.IsNotEmpty)({ message: "Job id is required" }),
|
|
8021
|
+
(0, import_class_validator79.IsNumber)({}, { message: "Job id must be a number" })
|
|
7988
8022
|
], UpdateFreelancerTimesheetDto.prototype, "jobId", 2);
|
|
7989
8023
|
__decorateClass([
|
|
7990
|
-
(0,
|
|
7991
|
-
(0,
|
|
8024
|
+
(0, import_class_validator79.IsNotEmpty)({ message: "start date is required" }),
|
|
8025
|
+
(0, import_class_validator79.IsDateString)()
|
|
7992
8026
|
], UpdateFreelancerTimesheetDto.prototype, "startDate", 2);
|
|
7993
8027
|
__decorateClass([
|
|
7994
|
-
(0,
|
|
7995
|
-
(0,
|
|
8028
|
+
(0, import_class_validator79.IsNotEmpty)({ message: "end date is required" }),
|
|
8029
|
+
(0, import_class_validator79.IsDateString)()
|
|
7996
8030
|
], UpdateFreelancerTimesheetDto.prototype, "endDate", 2);
|
|
7997
8031
|
__decorateClass([
|
|
7998
|
-
(0,
|
|
7999
|
-
(0,
|
|
8032
|
+
(0, import_class_validator79.IsNotEmpty)({ message: "start time is required" }),
|
|
8033
|
+
(0, import_class_validator79.Matches)(/^([01]\d|2[0-3]):([0-5]\d):([0-5]\d)$/, {
|
|
8000
8034
|
message: "startTime must be in HH:mm:ss format"
|
|
8001
8035
|
})
|
|
8002
8036
|
], UpdateFreelancerTimesheetDto.prototype, "startTime", 2);
|
|
8003
8037
|
__decorateClass([
|
|
8004
|
-
(0,
|
|
8005
|
-
(0,
|
|
8038
|
+
(0, import_class_validator79.IsNotEmpty)({ message: "end time is required" }),
|
|
8039
|
+
(0, import_class_validator79.Matches)(/^([01]\d|2[0-3]):([0-5]\d):([0-5]\d)$/, {
|
|
8006
8040
|
message: "endTime must be in HH:mm:ss format"
|
|
8007
8041
|
})
|
|
8008
8042
|
], UpdateFreelancerTimesheetDto.prototype, "endTime", 2);
|
|
8009
8043
|
__decorateClass([
|
|
8010
|
-
(0,
|
|
8011
|
-
(0,
|
|
8044
|
+
(0, import_class_validator79.IsOptional)(),
|
|
8045
|
+
(0, import_class_validator79.IsInt)()
|
|
8012
8046
|
], UpdateFreelancerTimesheetDto.prototype, "taskId", 2);
|
|
8013
8047
|
__decorateClass([
|
|
8014
|
-
(0,
|
|
8015
|
-
(0,
|
|
8048
|
+
(0, import_class_validator79.IsOptional)(),
|
|
8049
|
+
(0, import_class_validator79.IsString)()
|
|
8016
8050
|
], UpdateFreelancerTimesheetDto.prototype, "projectName", 2);
|
|
8017
8051
|
__decorateClass([
|
|
8018
|
-
(0,
|
|
8019
|
-
(0,
|
|
8052
|
+
(0, import_class_validator79.IsOptional)(),
|
|
8053
|
+
(0, import_class_validator79.IsString)()
|
|
8020
8054
|
], UpdateFreelancerTimesheetDto.prototype, "deliverable", 2);
|
|
8021
8055
|
__decorateClass([
|
|
8022
|
-
(0,
|
|
8023
|
-
(0,
|
|
8056
|
+
(0, import_class_validator79.IsOptional)(),
|
|
8057
|
+
(0, import_class_validator79.IsString)()
|
|
8024
8058
|
], UpdateFreelancerTimesheetDto.prototype, "taskName", 2);
|
|
8025
8059
|
__decorateClass([
|
|
8026
|
-
(0,
|
|
8060
|
+
(0, import_class_validator79.IsNotEmpty)({ message: "Description is required" })
|
|
8027
8061
|
], UpdateFreelancerTimesheetDto.prototype, "description", 2);
|
|
8028
8062
|
|
|
8029
8063
|
// src/modules/invoice/pattern/pattern.ts
|
|
@@ -8038,53 +8072,53 @@ var INVOICE_PATTERN = {
|
|
|
8038
8072
|
};
|
|
8039
8073
|
|
|
8040
8074
|
// src/modules/invoice/dto/update-invoice-status.dto.ts
|
|
8041
|
-
var
|
|
8075
|
+
var import_class_validator80 = require("class-validator");
|
|
8042
8076
|
var UpdateInvoiceStatusDto = class {
|
|
8043
8077
|
};
|
|
8044
8078
|
__decorateClass([
|
|
8045
|
-
(0,
|
|
8046
|
-
(0,
|
|
8079
|
+
(0, import_class_validator80.IsNotEmpty)({ message: "Please provide invoice status." }),
|
|
8080
|
+
(0, import_class_validator80.IsEnum)(InvoiceStatusEnum, {
|
|
8047
8081
|
message: "Status must be one of: APPROVED, REJECTED"
|
|
8048
8082
|
})
|
|
8049
8083
|
], UpdateInvoiceStatusDto.prototype, "status", 2);
|
|
8050
8084
|
|
|
8051
8085
|
// src/modules/dispute/dto/create-dispute.dto.ts
|
|
8052
|
-
var
|
|
8086
|
+
var import_class_validator81 = require("class-validator");
|
|
8053
8087
|
var import_class_transformer18 = require("class-transformer");
|
|
8054
8088
|
var CreateDisputeDto = class {
|
|
8055
8089
|
};
|
|
8056
8090
|
__decorateClass([
|
|
8057
|
-
(0,
|
|
8058
|
-
(0,
|
|
8091
|
+
(0, import_class_validator81.ValidateIf)((o) => o.initiatorType === "FREELANCER" /* FREELANCER */),
|
|
8092
|
+
(0, import_class_validator81.IsNumber)({}, { message: "Client id must be a number" }),
|
|
8059
8093
|
(0, import_class_transformer18.Type)(() => Number)
|
|
8060
8094
|
], CreateDisputeDto.prototype, "clientId", 2);
|
|
8061
8095
|
__decorateClass([
|
|
8062
|
-
(0,
|
|
8063
|
-
(0,
|
|
8096
|
+
(0, import_class_validator81.ValidateIf)((o) => o.initiatorType === "CLIENT" /* CLIENT */),
|
|
8097
|
+
(0, import_class_validator81.IsNumber)({}, { message: "Freelancer id must be a number" }),
|
|
8064
8098
|
(0, import_class_transformer18.Type)(() => Number)
|
|
8065
8099
|
], CreateDisputeDto.prototype, "freelancerId", 2);
|
|
8066
8100
|
__decorateClass([
|
|
8067
|
-
(0,
|
|
8068
|
-
(0,
|
|
8069
|
-
(0,
|
|
8101
|
+
(0, import_class_validator81.IsNotEmpty)({ message: "Please select dispute type." }),
|
|
8102
|
+
(0, import_class_validator81.IsString)(),
|
|
8103
|
+
(0, import_class_validator81.IsIn)(["JOB", "INVOICE"])
|
|
8070
8104
|
], CreateDisputeDto.prototype, "disputeType", 2);
|
|
8071
8105
|
__decorateClass([
|
|
8072
|
-
(0,
|
|
8073
|
-
(0,
|
|
8106
|
+
(0, import_class_validator81.IsNotEmpty)({ message: "Please provide initiator type." }),
|
|
8107
|
+
(0, import_class_validator81.IsString)()
|
|
8074
8108
|
], CreateDisputeDto.prototype, "initiatorType", 2);
|
|
8075
8109
|
__decorateClass([
|
|
8076
|
-
(0,
|
|
8077
|
-
(0,
|
|
8078
|
-
(0,
|
|
8110
|
+
(0, import_class_validator81.IsNotEmpty)({ message: "Please enter description." }),
|
|
8111
|
+
(0, import_class_validator81.IsString)({ message: "Description must be a string" }),
|
|
8112
|
+
(0, import_class_validator81.MaxLength)(500, { message: "Description must not exceed 500 characters" })
|
|
8079
8113
|
], CreateDisputeDto.prototype, "description", 2);
|
|
8080
8114
|
__decorateClass([
|
|
8081
|
-
(0,
|
|
8082
|
-
(0,
|
|
8083
|
-
(0,
|
|
8115
|
+
(0, import_class_validator81.IsOptional)(),
|
|
8116
|
+
(0, import_class_validator81.IsString)({ message: "Comment must be a string" }),
|
|
8117
|
+
(0, import_class_validator81.MaxLength)(500, { message: "Comment must not exceed 500 characters" })
|
|
8084
8118
|
], CreateDisputeDto.prototype, "comment", 2);
|
|
8085
8119
|
__decorateClass([
|
|
8086
|
-
(0,
|
|
8087
|
-
(0,
|
|
8120
|
+
(0, import_class_validator81.IsOptional)(),
|
|
8121
|
+
(0, import_class_validator81.IsObject)({ message: "Dynamic fields must be a valid object" }),
|
|
8088
8122
|
(0, import_class_transformer18.Transform)(({ value }) => {
|
|
8089
8123
|
if (typeof value === "string") {
|
|
8090
8124
|
try {
|
|
@@ -8098,14 +8132,14 @@ __decorateClass([
|
|
|
8098
8132
|
], CreateDisputeDto.prototype, "dynamicFields", 2);
|
|
8099
8133
|
|
|
8100
8134
|
// src/modules/senseloaf/dto/ai-interview-question-generate.dto.ts
|
|
8101
|
-
var
|
|
8135
|
+
var import_class_validator82 = require("class-validator");
|
|
8102
8136
|
var AiInterviewQuestionGenerateDto = class {
|
|
8103
8137
|
};
|
|
8104
8138
|
__decorateClass([
|
|
8105
|
-
(0,
|
|
8139
|
+
(0, import_class_validator82.IsNotEmpty)({ message: "Please enter job description." })
|
|
8106
8140
|
], AiInterviewQuestionGenerateDto.prototype, "jobDescription", 2);
|
|
8107
8141
|
__decorateClass([
|
|
8108
|
-
(0,
|
|
8142
|
+
(0, import_class_validator82.IsNotEmpty)({ message: "Please enter number of questions." })
|
|
8109
8143
|
], AiInterviewQuestionGenerateDto.prototype, "numQuestions", 2);
|
|
8110
8144
|
|
|
8111
8145
|
// src/adapters/tcp/user.tcp.adapter.ts
|
|
@@ -9103,6 +9137,7 @@ RecommendationWeightageConfig = __decorateClass([
|
|
|
9103
9137
|
ADMIN_JOB_PATTERN,
|
|
9104
9138
|
ADMIN_PERMISSION_PATTERN,
|
|
9105
9139
|
ADMIN_ROLE_PATTERN,
|
|
9140
|
+
AI_INTERVIEW_PATTERN,
|
|
9106
9141
|
ASSESSMENT_QUESTION_PATTERN,
|
|
9107
9142
|
AUTHENTICATION_PATTERN,
|
|
9108
9143
|
AccountStatus,
|
|
@@ -9172,6 +9207,7 @@ RecommendationWeightageConfig = __decorateClass([
|
|
|
9172
9207
|
ContractTCPAdapter,
|
|
9173
9208
|
ContractTypeEnum,
|
|
9174
9209
|
Country,
|
|
9210
|
+
CreateAIInterviewRescheduleRequestDto,
|
|
9175
9211
|
CreateAdminRoleDto,
|
|
9176
9212
|
CreateCheckoutSessionDto,
|
|
9177
9213
|
CreateClientDto,
|
|
@@ -9331,6 +9367,7 @@ RecommendationWeightageConfig = __decorateClass([
|
|
|
9331
9367
|
RecommendationWeightageConfig,
|
|
9332
9368
|
RefreshDto,
|
|
9333
9369
|
RefreshToken,
|
|
9370
|
+
RejectAIInterviewRescheduleRequestDto,
|
|
9334
9371
|
ResetPasswordDto,
|
|
9335
9372
|
ResetPasswordTokenValidationDto,
|
|
9336
9373
|
ResultStatusEnum,
|
package/dist/index.mjs
CHANGED
|
@@ -3088,6 +3088,12 @@ __decorateClass([
|
|
|
3088
3088
|
default: "NOT_EVALUATED" /* NOT_EVALUATED */
|
|
3089
3089
|
})
|
|
3090
3090
|
], AiInterview.prototype, "resultStatus", 2);
|
|
3091
|
+
__decorateClass([
|
|
3092
|
+
Column16({ name: "is_rescheduled", type: "boolean", nullable: true })
|
|
3093
|
+
], AiInterview.prototype, "isRescheduled", 2);
|
|
3094
|
+
__decorateClass([
|
|
3095
|
+
Column16({ name: "rescheduled_at", type: "timestamp", nullable: true })
|
|
3096
|
+
], AiInterview.prototype, "rescheduledAt", 2);
|
|
3091
3097
|
__decorateClass([
|
|
3092
3098
|
Column16({ name: "iframe_response", type: "jsonb", nullable: true })
|
|
3093
3099
|
], AiInterview.prototype, "iframeResponse", 2);
|
|
@@ -7834,6 +7840,12 @@ var F2F_INTERVIEW_PATTERN = {
|
|
|
7834
7840
|
createF2FInterviewRescheduleRequest: "create.f2f.interview.reschedule.request",
|
|
7835
7841
|
rejectF2FInterviewRescheduleRequest: "reject.f2f.interview.reschedule.request"
|
|
7836
7842
|
};
|
|
7843
|
+
var AI_INTERVIEW_PATTERN = {
|
|
7844
|
+
fetchAiInterviewRescheduleRequestsForClient: "fetch.aiinterview.reschedule.requests.for.client",
|
|
7845
|
+
createAiInterviewRescheduleRequest: "create.aiinterview.reschedule.request",
|
|
7846
|
+
approveAiInterviewRescheduleRequest: "approve.aiinterview.reschedule.request",
|
|
7847
|
+
rejectAiInterviewRescheduleRequest: "reject.aiinterview.reschedule.request"
|
|
7848
|
+
};
|
|
7837
7849
|
var CALENDLY_PATTERN = {
|
|
7838
7850
|
handleCalendlyWebhook: "handle.calendly.webhook"
|
|
7839
7851
|
};
|
|
@@ -7977,6 +7989,30 @@ __decorateClass([
|
|
|
7977
7989
|
IsString44({ message: "Freelancer reason must be a string." })
|
|
7978
7990
|
], CreateF2FInterviewRescheduleRequestDto.prototype, "freelancerRequestReason", 2);
|
|
7979
7991
|
|
|
7992
|
+
// src/modules/interview/dto/create-ai-interview-reschedule-request.dto.ts
|
|
7993
|
+
import {
|
|
7994
|
+
IsString as IsString45,
|
|
7995
|
+
IsNotEmpty as IsNotEmpty63
|
|
7996
|
+
} from "class-validator";
|
|
7997
|
+
var CreateAIInterviewRescheduleRequestDto = class {
|
|
7998
|
+
};
|
|
7999
|
+
__decorateClass([
|
|
8000
|
+
IsNotEmpty63({ message: "AI Interview ID is required." })
|
|
8001
|
+
], CreateAIInterviewRescheduleRequestDto.prototype, "aiInterviewId", 2);
|
|
8002
|
+
__decorateClass([
|
|
8003
|
+
IsString45({ message: "Freelancer reason must be a string." })
|
|
8004
|
+
], CreateAIInterviewRescheduleRequestDto.prototype, "freelancerRequestReason", 2);
|
|
8005
|
+
|
|
8006
|
+
// src/modules/interview/dto/reject-ai-interview-reschedule-request.dto.ts
|
|
8007
|
+
import {
|
|
8008
|
+
IsString as IsString46
|
|
8009
|
+
} from "class-validator";
|
|
8010
|
+
var RejectAIInterviewRescheduleRequestDto = class {
|
|
8011
|
+
};
|
|
8012
|
+
__decorateClass([
|
|
8013
|
+
IsString46({ message: "Client reject reason must be a string." })
|
|
8014
|
+
], RejectAIInterviewRescheduleRequestDto.prototype, "clientRejectReason", 2);
|
|
8015
|
+
|
|
7980
8016
|
// src/modules/contract/pattern/pattern.ts
|
|
7981
8017
|
var CONTRACT_PATTERN = {
|
|
7982
8018
|
fetchContractsForClient: "fetch.contract.for.client",
|
|
@@ -7998,42 +8034,42 @@ var CONTRACT_PATTERN = {
|
|
|
7998
8034
|
};
|
|
7999
8035
|
|
|
8000
8036
|
// src/modules/contract/dto/sign-contract-for-client.dto.ts
|
|
8001
|
-
import { IsEnum as IsEnum27, IsNotEmpty as
|
|
8037
|
+
import { IsEnum as IsEnum27, IsNotEmpty as IsNotEmpty64, IsNumber as IsNumber12 } from "class-validator";
|
|
8002
8038
|
import { Type as Type14 } from "class-transformer";
|
|
8003
8039
|
var SignContractForClientDto = class {
|
|
8004
8040
|
};
|
|
8005
8041
|
__decorateClass([
|
|
8006
|
-
|
|
8042
|
+
IsNotEmpty64({ message: "Job Id is required." }),
|
|
8007
8043
|
Type14(() => Number),
|
|
8008
8044
|
IsNumber12({}, { message: "Job ID must be a number." })
|
|
8009
8045
|
], SignContractForClientDto.prototype, "jobId", 2);
|
|
8010
8046
|
__decorateClass([
|
|
8011
|
-
|
|
8047
|
+
IsNotEmpty64({ message: "Freelancer ID is required." }),
|
|
8012
8048
|
Type14(() => Number),
|
|
8013
8049
|
IsNumber12({}, { message: "Freelancer ID must be a number." })
|
|
8014
8050
|
], SignContractForClientDto.prototype, "freelancerId", 2);
|
|
8015
8051
|
__decorateClass([
|
|
8016
|
-
|
|
8052
|
+
IsNotEmpty64({ message: "Contract type is required." }),
|
|
8017
8053
|
IsEnum27(ContractTypeEnum)
|
|
8018
8054
|
], SignContractForClientDto.prototype, "contractType", 2);
|
|
8019
8055
|
|
|
8020
8056
|
// src/modules/contract/dto/sign-contract-for-freelancer.dto.ts
|
|
8021
|
-
import { IsEnum as IsEnum28, IsNotEmpty as
|
|
8057
|
+
import { IsEnum as IsEnum28, IsNotEmpty as IsNotEmpty65, IsNumber as IsNumber13 } from "class-validator";
|
|
8022
8058
|
import { Type as Type15 } from "class-transformer";
|
|
8023
8059
|
var SignContractForFreelancerDto = class {
|
|
8024
8060
|
};
|
|
8025
8061
|
__decorateClass([
|
|
8026
|
-
|
|
8062
|
+
IsNotEmpty65({ message: "Job Id is required." }),
|
|
8027
8063
|
Type15(() => Number),
|
|
8028
8064
|
IsNumber13({}, { message: "Job ID must be a number." })
|
|
8029
8065
|
], SignContractForFreelancerDto.prototype, "jobId", 2);
|
|
8030
8066
|
__decorateClass([
|
|
8031
|
-
|
|
8067
|
+
IsNotEmpty65({ message: "Client ID is required." }),
|
|
8032
8068
|
Type15(() => Number),
|
|
8033
8069
|
IsNumber13({}, { message: "Client ID must be a number." })
|
|
8034
8070
|
], SignContractForFreelancerDto.prototype, "clientId", 2);
|
|
8035
8071
|
__decorateClass([
|
|
8036
|
-
|
|
8072
|
+
IsNotEmpty65({ message: "Contract type is required." }),
|
|
8037
8073
|
IsEnum28(ContractTypeEnum)
|
|
8038
8074
|
], SignContractForFreelancerDto.prototype, "contractType", 2);
|
|
8039
8075
|
|
|
@@ -8053,12 +8089,12 @@ var STRIPE_PATTERN = {
|
|
|
8053
8089
|
|
|
8054
8090
|
// src/modules/stripe/dto/create-checkout-session.dto.ts
|
|
8055
8091
|
import {
|
|
8056
|
-
IsNotEmpty as
|
|
8092
|
+
IsNotEmpty as IsNotEmpty66
|
|
8057
8093
|
} from "class-validator";
|
|
8058
8094
|
var CreateCheckoutSessionDto = class {
|
|
8059
8095
|
};
|
|
8060
8096
|
__decorateClass([
|
|
8061
|
-
|
|
8097
|
+
IsNotEmpty66({ message: "Amount is required" })
|
|
8062
8098
|
], CreateCheckoutSessionDto.prototype, "amount", 2);
|
|
8063
8099
|
|
|
8064
8100
|
// src/modules/timesheet/pattern/pattern.ts
|
|
@@ -8082,112 +8118,112 @@ var TIMESHEET_CLIENT_PATTERN = {
|
|
|
8082
8118
|
import {
|
|
8083
8119
|
IsDateString as IsDateString7,
|
|
8084
8120
|
IsInt as IsInt10,
|
|
8085
|
-
IsNotEmpty as
|
|
8086
|
-
IsOptional as
|
|
8087
|
-
IsString as
|
|
8121
|
+
IsNotEmpty as IsNotEmpty67,
|
|
8122
|
+
IsOptional as IsOptional43,
|
|
8123
|
+
IsString as IsString47,
|
|
8088
8124
|
Matches as Matches13,
|
|
8089
8125
|
IsNumber as IsNumber14
|
|
8090
8126
|
} from "class-validator";
|
|
8091
8127
|
var CreateFreelancerTimesheetDto = class {
|
|
8092
8128
|
};
|
|
8093
8129
|
__decorateClass([
|
|
8094
|
-
|
|
8130
|
+
IsNotEmpty67({ message: "Job id is required" }),
|
|
8095
8131
|
IsNumber14({}, { message: "Job id must be a number" })
|
|
8096
8132
|
], CreateFreelancerTimesheetDto.prototype, "jobId", 2);
|
|
8097
8133
|
__decorateClass([
|
|
8098
|
-
|
|
8134
|
+
IsNotEmpty67({ message: "start date is required" }),
|
|
8099
8135
|
IsDateString7()
|
|
8100
8136
|
], CreateFreelancerTimesheetDto.prototype, "startDate", 2);
|
|
8101
8137
|
__decorateClass([
|
|
8102
|
-
|
|
8138
|
+
IsNotEmpty67({ message: "end date is required" }),
|
|
8103
8139
|
IsDateString7()
|
|
8104
8140
|
], CreateFreelancerTimesheetDto.prototype, "endDate", 2);
|
|
8105
8141
|
__decorateClass([
|
|
8106
|
-
|
|
8142
|
+
IsNotEmpty67({ message: "start time is required" }),
|
|
8107
8143
|
Matches13(/^([01]\d|2[0-3]):([0-5]\d):([0-5]\d)$/, {
|
|
8108
8144
|
message: "startTime must be in HH:mm:ss format"
|
|
8109
8145
|
})
|
|
8110
8146
|
], CreateFreelancerTimesheetDto.prototype, "startTime", 2);
|
|
8111
8147
|
__decorateClass([
|
|
8112
|
-
|
|
8148
|
+
IsNotEmpty67({ message: "end time is required" }),
|
|
8113
8149
|
Matches13(/^([01]\d|2[0-3]):([0-5]\d):([0-5]\d)$/, {
|
|
8114
8150
|
message: "endTime must be in HH:mm:ss format"
|
|
8115
8151
|
})
|
|
8116
8152
|
], CreateFreelancerTimesheetDto.prototype, "endTime", 2);
|
|
8117
8153
|
__decorateClass([
|
|
8118
|
-
|
|
8154
|
+
IsOptional43(),
|
|
8119
8155
|
IsInt10()
|
|
8120
8156
|
], CreateFreelancerTimesheetDto.prototype, "taskId", 2);
|
|
8121
8157
|
__decorateClass([
|
|
8122
|
-
|
|
8123
|
-
|
|
8158
|
+
IsOptional43(),
|
|
8159
|
+
IsString47()
|
|
8124
8160
|
], CreateFreelancerTimesheetDto.prototype, "projectName", 2);
|
|
8125
8161
|
__decorateClass([
|
|
8126
|
-
|
|
8127
|
-
|
|
8162
|
+
IsOptional43(),
|
|
8163
|
+
IsString47()
|
|
8128
8164
|
], CreateFreelancerTimesheetDto.prototype, "deliverable", 2);
|
|
8129
8165
|
__decorateClass([
|
|
8130
|
-
|
|
8131
|
-
|
|
8166
|
+
IsOptional43(),
|
|
8167
|
+
IsString47()
|
|
8132
8168
|
], CreateFreelancerTimesheetDto.prototype, "taskName", 2);
|
|
8133
8169
|
__decorateClass([
|
|
8134
|
-
|
|
8170
|
+
IsNotEmpty67({ message: "Description is required" })
|
|
8135
8171
|
], CreateFreelancerTimesheetDto.prototype, "description", 2);
|
|
8136
8172
|
|
|
8137
8173
|
// src/modules/timesheet/dto/update-freelancer-timesheet.dto.ts
|
|
8138
8174
|
import {
|
|
8139
8175
|
IsDateString as IsDateString8,
|
|
8140
8176
|
IsInt as IsInt11,
|
|
8141
|
-
IsNotEmpty as
|
|
8142
|
-
IsOptional as
|
|
8143
|
-
IsString as
|
|
8177
|
+
IsNotEmpty as IsNotEmpty68,
|
|
8178
|
+
IsOptional as IsOptional44,
|
|
8179
|
+
IsString as IsString48,
|
|
8144
8180
|
Matches as Matches14,
|
|
8145
8181
|
IsNumber as IsNumber15
|
|
8146
8182
|
} from "class-validator";
|
|
8147
8183
|
var UpdateFreelancerTimesheetDto = class {
|
|
8148
8184
|
};
|
|
8149
8185
|
__decorateClass([
|
|
8150
|
-
|
|
8186
|
+
IsNotEmpty68({ message: "Job id is required" }),
|
|
8151
8187
|
IsNumber15({}, { message: "Job id must be a number" })
|
|
8152
8188
|
], UpdateFreelancerTimesheetDto.prototype, "jobId", 2);
|
|
8153
8189
|
__decorateClass([
|
|
8154
|
-
|
|
8190
|
+
IsNotEmpty68({ message: "start date is required" }),
|
|
8155
8191
|
IsDateString8()
|
|
8156
8192
|
], UpdateFreelancerTimesheetDto.prototype, "startDate", 2);
|
|
8157
8193
|
__decorateClass([
|
|
8158
|
-
|
|
8194
|
+
IsNotEmpty68({ message: "end date is required" }),
|
|
8159
8195
|
IsDateString8()
|
|
8160
8196
|
], UpdateFreelancerTimesheetDto.prototype, "endDate", 2);
|
|
8161
8197
|
__decorateClass([
|
|
8162
|
-
|
|
8198
|
+
IsNotEmpty68({ message: "start time is required" }),
|
|
8163
8199
|
Matches14(/^([01]\d|2[0-3]):([0-5]\d):([0-5]\d)$/, {
|
|
8164
8200
|
message: "startTime must be in HH:mm:ss format"
|
|
8165
8201
|
})
|
|
8166
8202
|
], UpdateFreelancerTimesheetDto.prototype, "startTime", 2);
|
|
8167
8203
|
__decorateClass([
|
|
8168
|
-
|
|
8204
|
+
IsNotEmpty68({ message: "end time is required" }),
|
|
8169
8205
|
Matches14(/^([01]\d|2[0-3]):([0-5]\d):([0-5]\d)$/, {
|
|
8170
8206
|
message: "endTime must be in HH:mm:ss format"
|
|
8171
8207
|
})
|
|
8172
8208
|
], UpdateFreelancerTimesheetDto.prototype, "endTime", 2);
|
|
8173
8209
|
__decorateClass([
|
|
8174
|
-
|
|
8210
|
+
IsOptional44(),
|
|
8175
8211
|
IsInt11()
|
|
8176
8212
|
], UpdateFreelancerTimesheetDto.prototype, "taskId", 2);
|
|
8177
8213
|
__decorateClass([
|
|
8178
|
-
|
|
8179
|
-
|
|
8214
|
+
IsOptional44(),
|
|
8215
|
+
IsString48()
|
|
8180
8216
|
], UpdateFreelancerTimesheetDto.prototype, "projectName", 2);
|
|
8181
8217
|
__decorateClass([
|
|
8182
|
-
|
|
8183
|
-
|
|
8218
|
+
IsOptional44(),
|
|
8219
|
+
IsString48()
|
|
8184
8220
|
], UpdateFreelancerTimesheetDto.prototype, "deliverable", 2);
|
|
8185
8221
|
__decorateClass([
|
|
8186
|
-
|
|
8187
|
-
|
|
8222
|
+
IsOptional44(),
|
|
8223
|
+
IsString48()
|
|
8188
8224
|
], UpdateFreelancerTimesheetDto.prototype, "taskName", 2);
|
|
8189
8225
|
__decorateClass([
|
|
8190
|
-
|
|
8226
|
+
IsNotEmpty68({ message: "Description is required" })
|
|
8191
8227
|
], UpdateFreelancerTimesheetDto.prototype, "description", 2);
|
|
8192
8228
|
|
|
8193
8229
|
// src/modules/invoice/pattern/pattern.ts
|
|
@@ -8202,11 +8238,11 @@ var INVOICE_PATTERN = {
|
|
|
8202
8238
|
};
|
|
8203
8239
|
|
|
8204
8240
|
// src/modules/invoice/dto/update-invoice-status.dto.ts
|
|
8205
|
-
import { IsEnum as IsEnum31, IsNotEmpty as
|
|
8241
|
+
import { IsEnum as IsEnum31, IsNotEmpty as IsNotEmpty69 } from "class-validator";
|
|
8206
8242
|
var UpdateInvoiceStatusDto = class {
|
|
8207
8243
|
};
|
|
8208
8244
|
__decorateClass([
|
|
8209
|
-
|
|
8245
|
+
IsNotEmpty69({ message: "Please provide invoice status." }),
|
|
8210
8246
|
IsEnum31(InvoiceStatusEnum, {
|
|
8211
8247
|
message: "Status must be one of: APPROVED, REJECTED"
|
|
8212
8248
|
})
|
|
@@ -8214,10 +8250,10 @@ __decorateClass([
|
|
|
8214
8250
|
|
|
8215
8251
|
// src/modules/dispute/dto/create-dispute.dto.ts
|
|
8216
8252
|
import {
|
|
8217
|
-
IsString as
|
|
8218
|
-
IsNotEmpty as
|
|
8253
|
+
IsString as IsString49,
|
|
8254
|
+
IsNotEmpty as IsNotEmpty70,
|
|
8219
8255
|
IsIn as IsIn4,
|
|
8220
|
-
IsOptional as
|
|
8256
|
+
IsOptional as IsOptional45,
|
|
8221
8257
|
MaxLength as MaxLength21,
|
|
8222
8258
|
IsObject,
|
|
8223
8259
|
IsNumber as IsNumber16,
|
|
@@ -8237,26 +8273,26 @@ __decorateClass([
|
|
|
8237
8273
|
Type16(() => Number)
|
|
8238
8274
|
], CreateDisputeDto.prototype, "freelancerId", 2);
|
|
8239
8275
|
__decorateClass([
|
|
8240
|
-
|
|
8241
|
-
|
|
8276
|
+
IsNotEmpty70({ message: "Please select dispute type." }),
|
|
8277
|
+
IsString49(),
|
|
8242
8278
|
IsIn4(["JOB", "INVOICE"])
|
|
8243
8279
|
], CreateDisputeDto.prototype, "disputeType", 2);
|
|
8244
8280
|
__decorateClass([
|
|
8245
|
-
|
|
8246
|
-
|
|
8281
|
+
IsNotEmpty70({ message: "Please provide initiator type." }),
|
|
8282
|
+
IsString49()
|
|
8247
8283
|
], CreateDisputeDto.prototype, "initiatorType", 2);
|
|
8248
8284
|
__decorateClass([
|
|
8249
|
-
|
|
8250
|
-
|
|
8285
|
+
IsNotEmpty70({ message: "Please enter description." }),
|
|
8286
|
+
IsString49({ message: "Description must be a string" }),
|
|
8251
8287
|
MaxLength21(500, { message: "Description must not exceed 500 characters" })
|
|
8252
8288
|
], CreateDisputeDto.prototype, "description", 2);
|
|
8253
8289
|
__decorateClass([
|
|
8254
|
-
|
|
8255
|
-
|
|
8290
|
+
IsOptional45(),
|
|
8291
|
+
IsString49({ message: "Comment must be a string" }),
|
|
8256
8292
|
MaxLength21(500, { message: "Comment must not exceed 500 characters" })
|
|
8257
8293
|
], CreateDisputeDto.prototype, "comment", 2);
|
|
8258
8294
|
__decorateClass([
|
|
8259
|
-
|
|
8295
|
+
IsOptional45(),
|
|
8260
8296
|
IsObject({ message: "Dynamic fields must be a valid object" }),
|
|
8261
8297
|
Transform4(({ value }) => {
|
|
8262
8298
|
if (typeof value === "string") {
|
|
@@ -8272,15 +8308,15 @@ __decorateClass([
|
|
|
8272
8308
|
|
|
8273
8309
|
// src/modules/senseloaf/dto/ai-interview-question-generate.dto.ts
|
|
8274
8310
|
import {
|
|
8275
|
-
IsNotEmpty as
|
|
8311
|
+
IsNotEmpty as IsNotEmpty71
|
|
8276
8312
|
} from "class-validator";
|
|
8277
8313
|
var AiInterviewQuestionGenerateDto = class {
|
|
8278
8314
|
};
|
|
8279
8315
|
__decorateClass([
|
|
8280
|
-
|
|
8316
|
+
IsNotEmpty71({ message: "Please enter job description." })
|
|
8281
8317
|
], AiInterviewQuestionGenerateDto.prototype, "jobDescription", 2);
|
|
8282
8318
|
__decorateClass([
|
|
8283
|
-
|
|
8319
|
+
IsNotEmpty71({ message: "Please enter number of questions." })
|
|
8284
8320
|
], AiInterviewQuestionGenerateDto.prototype, "numQuestions", 2);
|
|
8285
8321
|
|
|
8286
8322
|
// src/adapters/tcp/user.tcp.adapter.ts
|
|
@@ -9296,6 +9332,7 @@ export {
|
|
|
9296
9332
|
ADMIN_JOB_PATTERN,
|
|
9297
9333
|
ADMIN_PERMISSION_PATTERN,
|
|
9298
9334
|
ADMIN_ROLE_PATTERN,
|
|
9335
|
+
AI_INTERVIEW_PATTERN,
|
|
9299
9336
|
ASSESSMENT_QUESTION_PATTERN,
|
|
9300
9337
|
AUTHENTICATION_PATTERN,
|
|
9301
9338
|
AccountStatus,
|
|
@@ -9365,6 +9402,7 @@ export {
|
|
|
9365
9402
|
ContractTCPAdapter,
|
|
9366
9403
|
ContractTypeEnum,
|
|
9367
9404
|
Country,
|
|
9405
|
+
CreateAIInterviewRescheduleRequestDto,
|
|
9368
9406
|
CreateAdminRoleDto,
|
|
9369
9407
|
CreateCheckoutSessionDto,
|
|
9370
9408
|
CreateClientDto,
|
|
@@ -9524,6 +9562,7 @@ export {
|
|
|
9524
9562
|
RecommendationWeightageConfig,
|
|
9525
9563
|
RefreshDto,
|
|
9526
9564
|
RefreshToken,
|
|
9565
|
+
RejectAIInterviewRescheduleRequestDto,
|
|
9527
9566
|
ResetPasswordDto,
|
|
9528
9567
|
ResetPasswordTokenValidationDto,
|
|
9529
9568
|
ResultStatusEnum,
|
|
@@ -2,3 +2,5 @@ export * from './interview-invite.dto';
|
|
|
2
2
|
export * from './create-f2f-interview.dto';
|
|
3
3
|
export * from './create-f2f-interview-direct.dto';
|
|
4
4
|
export * from './create-f2f-interview-reschedule-request.dto';
|
|
5
|
+
export * from './create-ai-interview-reschedule-request.dto';
|
|
6
|
+
export * from './reject-ai-interview-reschedule-request.dto';
|
|
@@ -10,6 +10,12 @@ export declare const F2F_INTERVIEW_PATTERN: {
|
|
|
10
10
|
createF2FInterviewRescheduleRequest: string;
|
|
11
11
|
rejectF2FInterviewRescheduleRequest: string;
|
|
12
12
|
};
|
|
13
|
+
export declare const AI_INTERVIEW_PATTERN: {
|
|
14
|
+
fetchAiInterviewRescheduleRequestsForClient: string;
|
|
15
|
+
createAiInterviewRescheduleRequest: string;
|
|
16
|
+
approveAiInterviewRescheduleRequest: string;
|
|
17
|
+
rejectAiInterviewRescheduleRequest: string;
|
|
18
|
+
};
|
|
13
19
|
export declare const CALENDLY_PATTERN: {
|
|
14
20
|
handleCalendlyWebhook: string;
|
|
15
21
|
};
|