@experts_hub/shared 1.0.196 → 1.0.198

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.
@@ -0,0 +1,13 @@
1
+ import { BaseEntity } from "./base.entity";
2
+ import { AssessmetQuestion } from "./assessment-question.entity";
3
+ export declare enum AnswerTypeEnum {
4
+ CORRECT = "CORRECT",
5
+ ACCEPTABLE = "ACCEPTABLE",
6
+ ELIMINATE = "ELIMINATE"
7
+ }
8
+ export declare class AssessmetQuestionOption extends BaseEntity {
9
+ text: string;
10
+ answerType: AnswerTypeEnum;
11
+ isActive: boolean;
12
+ question: AssessmetQuestion;
13
+ }
@@ -0,0 +1,12 @@
1
+ import { BaseEntity } from "./base.entity";
2
+ import { AssessmetQuestionOption } from "./assessment-question-option";
3
+ export declare enum QuestionForEnum {
4
+ ASSESSMENT = "ASSESSMENT",
5
+ INTERVIEW = "INTERVIEW"
6
+ }
7
+ export declare class AssessmetQuestion extends BaseEntity {
8
+ text: string;
9
+ questionFor: QuestionForEnum;
10
+ isActive: boolean;
11
+ options: AssessmetQuestionOption[];
12
+ }
@@ -35,3 +35,5 @@ export * from './company-members-roles.entity';
35
35
  export * from './country.entity';
36
36
  export * from './state.entity';
37
37
  export * from './city.entity';
38
+ export * from './assessment-question.entity';
39
+ export * from './assessment-question-option';
package/dist/index.d.mts CHANGED
@@ -1594,4 +1594,27 @@ declare class Country extends BaseEntity {
1594
1594
  isActive: boolean;
1595
1595
  }
1596
1596
 
1597
- export { AUTHENTICATION_PATTERN, AccountStatus, AccountType, ApplicationStatusEnum, AssessmentStatusEnum, BANK_PATTERN, BankAccountScope, BankAccountScopeEnum, BankAccountTypeEnum, BankDetail, BaseEntity, CLIENT_ADMIN_PATTERNS, CLIENT_PROFILE_PATTERN, CMS_PATTERNS, COMPANY_MEMBERS_PATTERNS, COMPANY_ROLES_PATTERNS, CaseStudyDto, City, ClientChangePasswordDto, ClientCreateAccountDto, ClientProfileQuestionDto, Cms, CompanyMemberRole, CompanyOnboardingStepEnum, CompanyProfile, CompanyRole, CompanyRolePermission, Country, CreateClientDto, CreateClientHiringModeEnum, CreateClientHiringTypeEnum, CreateCmsDto, CreateCompanyMemberDto, CreateCompanyRoleDto, CreateQuestionDto, CreateRatingDto, CreateSubAdminDto, DocumentType, DocumentTypeEnum, DurationTypeEnum, EducationDto, EmploymentType, ExperienceDto, FREELANCER_ADMIN_PATTERNS, FREELANCER_DECLARATION_PATTERN, FREELANCER_EDUCATION_PATTERN, FREELANCER_EXPERIENCE_PATTERN, FREELANCER_PROJECT_PATTERN, FREELANCER_SKILL_PATTERN, Feature, ForgotPasswordDto, FreelancerAssessment, FreelancerBankDetailsDto, FreelancerCaptureAiAssessmentStatusDto, FreelancerCaseStudy, FreelancerChangePasswordDto, FreelancerCoreSkill, FreelancerCreateAccountDto, FreelancerDeclaration, FreelancerDeclarationDto, FreelancerDevelopmentPreferenceDto, FreelancerEducation, FreelancerEducationDto, FreelancerExperience, FreelancerExperienceDto, FreelancerFramework, FreelancerInitiateAiAssessmentDto, FreelancerParseResumeDto, FreelancerProfile, FreelancerProfileQuestionDto, FreelancerProject, FreelancerProjectDto, FreelancerSkillDto, FreelancerTool, FreelancerUploadResumeDto, FreelancerWorkShowcaseDto, FromUsOn, type IAddRatingPayload, type IAttachPermissionsToClientResponse, type IAttachPermissionsToCompanyMemberResponse, type IAttachPermissionsToCompanyRoleResponse, type IAttachPermissionsToSubAdminResponse, type ICreateClientPayload, type ICreateClientResponse, type ICreateCompanyMemberPayload, type ICreateCompanyMemberResponse, type ICreateCompanyRolePayload, type ICreateCompanyRoleResponse, type ICreateRatingResponse, type ICreateSubAdminPayload, type ICreateSubAdminResponse, type IDeleteClientResponse, type IDeleteCompanyMemberResponse, type IDeleteCompanyRoleResponse, 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 IFetchPlanResponse, type IFetchQuestionQuery, type IFetchQuestionResponse, type IFetchRatingResponse, type IFetchSubAdminByIdQuery, type IFetchSubAdminByIdResponse, type IFetchSubAdminQuery, type IFetchSubAdminResponse, 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 IUpdateSubAdminAccountStatusPayload, type IUpdateSubAdminAccountStatusResponse, type IUpdateSubAdminPayload, type IUpdateSubAdminResponse, Interview, InterviewSkill, InterviewStatusEnum, JOB_PATTERN, JOB_ROLE_PATTERN, Job, JobAdditionalCommentDto, JobApplication, JobBasicInformationDto, JobDescriptionDto, JobIdParamDto, JobLocation, JobLocationEnum, JobRMQAdapter, JobRoles, JobSkill, JobStatus, JobStatusDto, JobStatusEnum, JobTCPAdapter, KindOfHire, LoginDto, LogoutDto, ModeOfHire, ModeOfWork, NOTIFICATION_PATTERN, NatureOfWork, NatureOfWorkDto, NotificationRMQAdapter, NotificationTCPAdapter, ONBOARDING_PATTERN, OTP_PATTERN, OnboardingStepEnum, Otp, PERMISSION_PATTERN, PLAN_PATTERN, PROFILE_PATTERN, Permission, Plan, ProjectDto, Provider, QUESTION_PATTERN, Question, QuestionFor, RATING_PATTERN, RESUME_PARSER_PATTERN, Rating, RatingTypeEnum, RefreshDto, RefreshToken, ResetPasswordDto, SUBADMIN_PATTERN, SYSTEM_PREFERENCES_PATTERN, ScopeEnum$2 as ScopeEnum, SendGuestOtpDto, SendGuestOtpPurposeEnum, SenseloafLog, SetPasswordDto, Skill, State, Step, SystemPreference, SystemPreferenceDto, SystemPreferenceKey, ToggleCompanyMemberVisibilityDto, ToggleCompanyRoleVisibilityDto, TypeOfEmploymentEnum, UpdateClientAccountStatusDto, UpdateClientDto, UpdateClientHiringModeEnum, UpdateClientHiringTypeEnum, UpdateCmsDto, UpdateCompanyMemberDto, UpdateCompanyProfileDto, UpdateCompanyRoleDto, UpdateFreelancerProfileDto, UpdateSubAdminAccountStatusDto, UpdateSubAdminDto, User, UserRMQAdapter, UserTCPAdapter, VerifyGuestOtpDto, VerifyGuestOtpPurposeEnum };
1597
+ declare enum AnswerTypeEnum {
1598
+ CORRECT = "CORRECT",
1599
+ ACCEPTABLE = "ACCEPTABLE",
1600
+ ELIMINATE = "ELIMINATE"
1601
+ }
1602
+ declare class AssessmetQuestionOption extends BaseEntity {
1603
+ text: string;
1604
+ answerType: AnswerTypeEnum;
1605
+ isActive: boolean;
1606
+ question: AssessmetQuestion;
1607
+ }
1608
+
1609
+ declare enum QuestionForEnum {
1610
+ ASSESSMENT = "ASSESSMENT",
1611
+ INTERVIEW = "INTERVIEW"
1612
+ }
1613
+ declare class AssessmetQuestion extends BaseEntity {
1614
+ text: string;
1615
+ questionFor: QuestionForEnum;
1616
+ isActive: boolean;
1617
+ options: AssessmetQuestionOption[];
1618
+ }
1619
+
1620
+ export { AUTHENTICATION_PATTERN, AccountStatus, AccountType, AnswerTypeEnum, ApplicationStatusEnum, AssessmentStatusEnum, AssessmetQuestion, AssessmetQuestionOption, BANK_PATTERN, BankAccountScope, BankAccountScopeEnum, BankAccountTypeEnum, BankDetail, BaseEntity, CLIENT_ADMIN_PATTERNS, CLIENT_PROFILE_PATTERN, CMS_PATTERNS, COMPANY_MEMBERS_PATTERNS, COMPANY_ROLES_PATTERNS, CaseStudyDto, City, ClientChangePasswordDto, ClientCreateAccountDto, ClientProfileQuestionDto, Cms, CompanyMemberRole, CompanyOnboardingStepEnum, CompanyProfile, CompanyRole, CompanyRolePermission, Country, CreateClientDto, CreateClientHiringModeEnum, CreateClientHiringTypeEnum, CreateCmsDto, CreateCompanyMemberDto, CreateCompanyRoleDto, CreateQuestionDto, CreateRatingDto, CreateSubAdminDto, DocumentType, DocumentTypeEnum, DurationTypeEnum, EducationDto, EmploymentType, ExperienceDto, FREELANCER_ADMIN_PATTERNS, FREELANCER_DECLARATION_PATTERN, FREELANCER_EDUCATION_PATTERN, FREELANCER_EXPERIENCE_PATTERN, FREELANCER_PROJECT_PATTERN, FREELANCER_SKILL_PATTERN, Feature, ForgotPasswordDto, FreelancerAssessment, FreelancerBankDetailsDto, FreelancerCaptureAiAssessmentStatusDto, FreelancerCaseStudy, FreelancerChangePasswordDto, FreelancerCoreSkill, FreelancerCreateAccountDto, FreelancerDeclaration, FreelancerDeclarationDto, FreelancerDevelopmentPreferenceDto, FreelancerEducation, FreelancerEducationDto, FreelancerExperience, FreelancerExperienceDto, FreelancerFramework, FreelancerInitiateAiAssessmentDto, FreelancerParseResumeDto, FreelancerProfile, FreelancerProfileQuestionDto, FreelancerProject, FreelancerProjectDto, FreelancerSkillDto, FreelancerTool, FreelancerUploadResumeDto, FreelancerWorkShowcaseDto, FromUsOn, type IAddRatingPayload, type IAttachPermissionsToClientResponse, type IAttachPermissionsToCompanyMemberResponse, type IAttachPermissionsToCompanyRoleResponse, type IAttachPermissionsToSubAdminResponse, type ICreateClientPayload, type ICreateClientResponse, type ICreateCompanyMemberPayload, type ICreateCompanyMemberResponse, type ICreateCompanyRolePayload, type ICreateCompanyRoleResponse, type ICreateRatingResponse, type ICreateSubAdminPayload, type ICreateSubAdminResponse, type IDeleteClientResponse, type IDeleteCompanyMemberResponse, type IDeleteCompanyRoleResponse, 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 IFetchPlanResponse, type IFetchQuestionQuery, type IFetchQuestionResponse, type IFetchRatingResponse, type IFetchSubAdminByIdQuery, type IFetchSubAdminByIdResponse, type IFetchSubAdminQuery, type IFetchSubAdminResponse, 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 IUpdateSubAdminAccountStatusPayload, type IUpdateSubAdminAccountStatusResponse, type IUpdateSubAdminPayload, type IUpdateSubAdminResponse, Interview, InterviewSkill, InterviewStatusEnum, JOB_PATTERN, JOB_ROLE_PATTERN, Job, JobAdditionalCommentDto, JobApplication, JobBasicInformationDto, JobDescriptionDto, JobIdParamDto, JobLocation, JobLocationEnum, JobRMQAdapter, JobRoles, JobSkill, JobStatus, JobStatusDto, JobStatusEnum, JobTCPAdapter, KindOfHire, LoginDto, LogoutDto, ModeOfHire, ModeOfWork, NOTIFICATION_PATTERN, NatureOfWork, NatureOfWorkDto, NotificationRMQAdapter, NotificationTCPAdapter, ONBOARDING_PATTERN, OTP_PATTERN, OnboardingStepEnum, Otp, PERMISSION_PATTERN, PLAN_PATTERN, PROFILE_PATTERN, Permission, Plan, ProjectDto, Provider, QUESTION_PATTERN, Question, QuestionFor, QuestionForEnum, RATING_PATTERN, RESUME_PARSER_PATTERN, Rating, RatingTypeEnum, RefreshDto, RefreshToken, ResetPasswordDto, SUBADMIN_PATTERN, SYSTEM_PREFERENCES_PATTERN, ScopeEnum$2 as ScopeEnum, SendGuestOtpDto, SendGuestOtpPurposeEnum, SenseloafLog, SetPasswordDto, Skill, State, Step, SystemPreference, SystemPreferenceDto, SystemPreferenceKey, ToggleCompanyMemberVisibilityDto, ToggleCompanyRoleVisibilityDto, TypeOfEmploymentEnum, UpdateClientAccountStatusDto, UpdateClientDto, UpdateClientHiringModeEnum, UpdateClientHiringTypeEnum, UpdateCmsDto, UpdateCompanyMemberDto, UpdateCompanyProfileDto, UpdateCompanyRoleDto, UpdateFreelancerProfileDto, UpdateSubAdminAccountStatusDto, UpdateSubAdminDto, User, UserRMQAdapter, UserTCPAdapter, VerifyGuestOtpDto, VerifyGuestOtpPurposeEnum };
package/dist/index.d.ts CHANGED
@@ -1594,4 +1594,27 @@ declare class Country extends BaseEntity {
1594
1594
  isActive: boolean;
1595
1595
  }
1596
1596
 
1597
- export { AUTHENTICATION_PATTERN, AccountStatus, AccountType, ApplicationStatusEnum, AssessmentStatusEnum, BANK_PATTERN, BankAccountScope, BankAccountScopeEnum, BankAccountTypeEnum, BankDetail, BaseEntity, CLIENT_ADMIN_PATTERNS, CLIENT_PROFILE_PATTERN, CMS_PATTERNS, COMPANY_MEMBERS_PATTERNS, COMPANY_ROLES_PATTERNS, CaseStudyDto, City, ClientChangePasswordDto, ClientCreateAccountDto, ClientProfileQuestionDto, Cms, CompanyMemberRole, CompanyOnboardingStepEnum, CompanyProfile, CompanyRole, CompanyRolePermission, Country, CreateClientDto, CreateClientHiringModeEnum, CreateClientHiringTypeEnum, CreateCmsDto, CreateCompanyMemberDto, CreateCompanyRoleDto, CreateQuestionDto, CreateRatingDto, CreateSubAdminDto, DocumentType, DocumentTypeEnum, DurationTypeEnum, EducationDto, EmploymentType, ExperienceDto, FREELANCER_ADMIN_PATTERNS, FREELANCER_DECLARATION_PATTERN, FREELANCER_EDUCATION_PATTERN, FREELANCER_EXPERIENCE_PATTERN, FREELANCER_PROJECT_PATTERN, FREELANCER_SKILL_PATTERN, Feature, ForgotPasswordDto, FreelancerAssessment, FreelancerBankDetailsDto, FreelancerCaptureAiAssessmentStatusDto, FreelancerCaseStudy, FreelancerChangePasswordDto, FreelancerCoreSkill, FreelancerCreateAccountDto, FreelancerDeclaration, FreelancerDeclarationDto, FreelancerDevelopmentPreferenceDto, FreelancerEducation, FreelancerEducationDto, FreelancerExperience, FreelancerExperienceDto, FreelancerFramework, FreelancerInitiateAiAssessmentDto, FreelancerParseResumeDto, FreelancerProfile, FreelancerProfileQuestionDto, FreelancerProject, FreelancerProjectDto, FreelancerSkillDto, FreelancerTool, FreelancerUploadResumeDto, FreelancerWorkShowcaseDto, FromUsOn, type IAddRatingPayload, type IAttachPermissionsToClientResponse, type IAttachPermissionsToCompanyMemberResponse, type IAttachPermissionsToCompanyRoleResponse, type IAttachPermissionsToSubAdminResponse, type ICreateClientPayload, type ICreateClientResponse, type ICreateCompanyMemberPayload, type ICreateCompanyMemberResponse, type ICreateCompanyRolePayload, type ICreateCompanyRoleResponse, type ICreateRatingResponse, type ICreateSubAdminPayload, type ICreateSubAdminResponse, type IDeleteClientResponse, type IDeleteCompanyMemberResponse, type IDeleteCompanyRoleResponse, 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 IFetchPlanResponse, type IFetchQuestionQuery, type IFetchQuestionResponse, type IFetchRatingResponse, type IFetchSubAdminByIdQuery, type IFetchSubAdminByIdResponse, type IFetchSubAdminQuery, type IFetchSubAdminResponse, 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 IUpdateSubAdminAccountStatusPayload, type IUpdateSubAdminAccountStatusResponse, type IUpdateSubAdminPayload, type IUpdateSubAdminResponse, Interview, InterviewSkill, InterviewStatusEnum, JOB_PATTERN, JOB_ROLE_PATTERN, Job, JobAdditionalCommentDto, JobApplication, JobBasicInformationDto, JobDescriptionDto, JobIdParamDto, JobLocation, JobLocationEnum, JobRMQAdapter, JobRoles, JobSkill, JobStatus, JobStatusDto, JobStatusEnum, JobTCPAdapter, KindOfHire, LoginDto, LogoutDto, ModeOfHire, ModeOfWork, NOTIFICATION_PATTERN, NatureOfWork, NatureOfWorkDto, NotificationRMQAdapter, NotificationTCPAdapter, ONBOARDING_PATTERN, OTP_PATTERN, OnboardingStepEnum, Otp, PERMISSION_PATTERN, PLAN_PATTERN, PROFILE_PATTERN, Permission, Plan, ProjectDto, Provider, QUESTION_PATTERN, Question, QuestionFor, RATING_PATTERN, RESUME_PARSER_PATTERN, Rating, RatingTypeEnum, RefreshDto, RefreshToken, ResetPasswordDto, SUBADMIN_PATTERN, SYSTEM_PREFERENCES_PATTERN, ScopeEnum$2 as ScopeEnum, SendGuestOtpDto, SendGuestOtpPurposeEnum, SenseloafLog, SetPasswordDto, Skill, State, Step, SystemPreference, SystemPreferenceDto, SystemPreferenceKey, ToggleCompanyMemberVisibilityDto, ToggleCompanyRoleVisibilityDto, TypeOfEmploymentEnum, UpdateClientAccountStatusDto, UpdateClientDto, UpdateClientHiringModeEnum, UpdateClientHiringTypeEnum, UpdateCmsDto, UpdateCompanyMemberDto, UpdateCompanyProfileDto, UpdateCompanyRoleDto, UpdateFreelancerProfileDto, UpdateSubAdminAccountStatusDto, UpdateSubAdminDto, User, UserRMQAdapter, UserTCPAdapter, VerifyGuestOtpDto, VerifyGuestOtpPurposeEnum };
1597
+ declare enum AnswerTypeEnum {
1598
+ CORRECT = "CORRECT",
1599
+ ACCEPTABLE = "ACCEPTABLE",
1600
+ ELIMINATE = "ELIMINATE"
1601
+ }
1602
+ declare class AssessmetQuestionOption extends BaseEntity {
1603
+ text: string;
1604
+ answerType: AnswerTypeEnum;
1605
+ isActive: boolean;
1606
+ question: AssessmetQuestion;
1607
+ }
1608
+
1609
+ declare enum QuestionForEnum {
1610
+ ASSESSMENT = "ASSESSMENT",
1611
+ INTERVIEW = "INTERVIEW"
1612
+ }
1613
+ declare class AssessmetQuestion extends BaseEntity {
1614
+ text: string;
1615
+ questionFor: QuestionForEnum;
1616
+ isActive: boolean;
1617
+ options: AssessmetQuestionOption[];
1618
+ }
1619
+
1620
+ export { AUTHENTICATION_PATTERN, AccountStatus, AccountType, AnswerTypeEnum, ApplicationStatusEnum, AssessmentStatusEnum, AssessmetQuestion, AssessmetQuestionOption, BANK_PATTERN, BankAccountScope, BankAccountScopeEnum, BankAccountTypeEnum, BankDetail, BaseEntity, CLIENT_ADMIN_PATTERNS, CLIENT_PROFILE_PATTERN, CMS_PATTERNS, COMPANY_MEMBERS_PATTERNS, COMPANY_ROLES_PATTERNS, CaseStudyDto, City, ClientChangePasswordDto, ClientCreateAccountDto, ClientProfileQuestionDto, Cms, CompanyMemberRole, CompanyOnboardingStepEnum, CompanyProfile, CompanyRole, CompanyRolePermission, Country, CreateClientDto, CreateClientHiringModeEnum, CreateClientHiringTypeEnum, CreateCmsDto, CreateCompanyMemberDto, CreateCompanyRoleDto, CreateQuestionDto, CreateRatingDto, CreateSubAdminDto, DocumentType, DocumentTypeEnum, DurationTypeEnum, EducationDto, EmploymentType, ExperienceDto, FREELANCER_ADMIN_PATTERNS, FREELANCER_DECLARATION_PATTERN, FREELANCER_EDUCATION_PATTERN, FREELANCER_EXPERIENCE_PATTERN, FREELANCER_PROJECT_PATTERN, FREELANCER_SKILL_PATTERN, Feature, ForgotPasswordDto, FreelancerAssessment, FreelancerBankDetailsDto, FreelancerCaptureAiAssessmentStatusDto, FreelancerCaseStudy, FreelancerChangePasswordDto, FreelancerCoreSkill, FreelancerCreateAccountDto, FreelancerDeclaration, FreelancerDeclarationDto, FreelancerDevelopmentPreferenceDto, FreelancerEducation, FreelancerEducationDto, FreelancerExperience, FreelancerExperienceDto, FreelancerFramework, FreelancerInitiateAiAssessmentDto, FreelancerParseResumeDto, FreelancerProfile, FreelancerProfileQuestionDto, FreelancerProject, FreelancerProjectDto, FreelancerSkillDto, FreelancerTool, FreelancerUploadResumeDto, FreelancerWorkShowcaseDto, FromUsOn, type IAddRatingPayload, type IAttachPermissionsToClientResponse, type IAttachPermissionsToCompanyMemberResponse, type IAttachPermissionsToCompanyRoleResponse, type IAttachPermissionsToSubAdminResponse, type ICreateClientPayload, type ICreateClientResponse, type ICreateCompanyMemberPayload, type ICreateCompanyMemberResponse, type ICreateCompanyRolePayload, type ICreateCompanyRoleResponse, type ICreateRatingResponse, type ICreateSubAdminPayload, type ICreateSubAdminResponse, type IDeleteClientResponse, type IDeleteCompanyMemberResponse, type IDeleteCompanyRoleResponse, 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 IFetchPlanResponse, type IFetchQuestionQuery, type IFetchQuestionResponse, type IFetchRatingResponse, type IFetchSubAdminByIdQuery, type IFetchSubAdminByIdResponse, type IFetchSubAdminQuery, type IFetchSubAdminResponse, 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 IUpdateSubAdminAccountStatusPayload, type IUpdateSubAdminAccountStatusResponse, type IUpdateSubAdminPayload, type IUpdateSubAdminResponse, Interview, InterviewSkill, InterviewStatusEnum, JOB_PATTERN, JOB_ROLE_PATTERN, Job, JobAdditionalCommentDto, JobApplication, JobBasicInformationDto, JobDescriptionDto, JobIdParamDto, JobLocation, JobLocationEnum, JobRMQAdapter, JobRoles, JobSkill, JobStatus, JobStatusDto, JobStatusEnum, JobTCPAdapter, KindOfHire, LoginDto, LogoutDto, ModeOfHire, ModeOfWork, NOTIFICATION_PATTERN, NatureOfWork, NatureOfWorkDto, NotificationRMQAdapter, NotificationTCPAdapter, ONBOARDING_PATTERN, OTP_PATTERN, OnboardingStepEnum, Otp, PERMISSION_PATTERN, PLAN_PATTERN, PROFILE_PATTERN, Permission, Plan, ProjectDto, Provider, QUESTION_PATTERN, Question, QuestionFor, QuestionForEnum, RATING_PATTERN, RESUME_PARSER_PATTERN, Rating, RatingTypeEnum, RefreshDto, RefreshToken, ResetPasswordDto, SUBADMIN_PATTERN, SYSTEM_PREFERENCES_PATTERN, ScopeEnum$2 as ScopeEnum, SendGuestOtpDto, SendGuestOtpPurposeEnum, SenseloafLog, SetPasswordDto, Skill, State, Step, SystemPreference, SystemPreferenceDto, SystemPreferenceKey, ToggleCompanyMemberVisibilityDto, ToggleCompanyRoleVisibilityDto, TypeOfEmploymentEnum, UpdateClientAccountStatusDto, UpdateClientDto, UpdateClientHiringModeEnum, UpdateClientHiringTypeEnum, UpdateCmsDto, UpdateCompanyMemberDto, UpdateCompanyProfileDto, UpdateCompanyRoleDto, UpdateFreelancerProfileDto, UpdateSubAdminAccountStatusDto, UpdateSubAdminDto, User, UserRMQAdapter, UserTCPAdapter, VerifyGuestOtpDto, VerifyGuestOtpPurposeEnum };
package/dist/index.js CHANGED
@@ -30,8 +30,11 @@ __export(index_exports, {
30
30
  AUTHENTICATION_PATTERN: () => AUTHENTICATION_PATTERN,
31
31
  AccountStatus: () => AccountStatus,
32
32
  AccountType: () => AccountType,
33
+ AnswerTypeEnum: () => AnswerTypeEnum,
33
34
  ApplicationStatusEnum: () => ApplicationStatusEnum,
34
35
  AssessmentStatusEnum: () => AssessmentStatusEnum,
36
+ AssessmetQuestion: () => AssessmetQuestion,
37
+ AssessmetQuestionOption: () => AssessmetQuestionOption,
35
38
  BANK_PATTERN: () => BANK_PATTERN,
36
39
  BankAccountScope: () => BankAccountScope,
37
40
  BankAccountScopeEnum: () => BankAccountScopeEnum,
@@ -148,6 +151,7 @@ __export(index_exports, {
148
151
  QUESTION_PATTERN: () => QUESTION_PATTERN,
149
152
  Question: () => Question,
150
153
  QuestionFor: () => QuestionFor,
154
+ QuestionForEnum: () => QuestionForEnum,
151
155
  RATING_PATTERN: () => RATING_PATTERN,
152
156
  RESUME_PARSER_PATTERN: () => RESUME_PARSER_PATTERN,
153
157
  Rating: () => Rating,
@@ -3777,13 +3781,79 @@ __decorateClass([
3777
3781
  Country = __decorateClass([
3778
3782
  (0, import_typeorm37.Entity)("countries")
3779
3783
  ], Country);
3784
+
3785
+ // src/entities/assessment-question.entity.ts
3786
+ var import_typeorm39 = require("typeorm");
3787
+
3788
+ // src/entities/assessment-question-option.ts
3789
+ var import_typeorm38 = require("typeorm");
3790
+ var AnswerTypeEnum = /* @__PURE__ */ ((AnswerTypeEnum2) => {
3791
+ AnswerTypeEnum2["CORRECT"] = "CORRECT";
3792
+ AnswerTypeEnum2["ACCEPTABLE"] = "ACCEPTABLE";
3793
+ AnswerTypeEnum2["ELIMINATE"] = "ELIMINATE";
3794
+ return AnswerTypeEnum2;
3795
+ })(AnswerTypeEnum || {});
3796
+ var AssessmetQuestionOption = class extends BaseEntity {
3797
+ };
3798
+ __decorateClass([
3799
+ (0, import_typeorm38.Column)({ name: "text", type: "varchar", nullable: true })
3800
+ ], AssessmetQuestionOption.prototype, "text", 2);
3801
+ __decorateClass([
3802
+ (0, import_typeorm38.Column)({
3803
+ name: "answer_type",
3804
+ type: "enum",
3805
+ enum: AnswerTypeEnum,
3806
+ default: "ELIMINATE" /* ELIMINATE */
3807
+ })
3808
+ ], AssessmetQuestionOption.prototype, "answerType", 2);
3809
+ __decorateClass([
3810
+ (0, import_typeorm38.Column)({ name: "is_active", type: "boolean", default: true })
3811
+ ], AssessmetQuestionOption.prototype, "isActive", 2);
3812
+ __decorateClass([
3813
+ (0, import_typeorm38.ManyToOne)(() => AssessmetQuestion, (assessmentQuestion) => assessmentQuestion.options)
3814
+ ], AssessmetQuestionOption.prototype, "question", 2);
3815
+ AssessmetQuestionOption = __decorateClass([
3816
+ (0, import_typeorm38.Entity)("assessment_question_options")
3817
+ ], AssessmetQuestionOption);
3818
+
3819
+ // src/entities/assessment-question.entity.ts
3820
+ var QuestionForEnum = /* @__PURE__ */ ((QuestionForEnum2) => {
3821
+ QuestionForEnum2["ASSESSMENT"] = "ASSESSMENT";
3822
+ QuestionForEnum2["INTERVIEW"] = "INTERVIEW";
3823
+ return QuestionForEnum2;
3824
+ })(QuestionForEnum || {});
3825
+ var AssessmetQuestion = class extends BaseEntity {
3826
+ };
3827
+ __decorateClass([
3828
+ (0, import_typeorm39.Column)({ name: "text", type: "varchar", nullable: true })
3829
+ ], AssessmetQuestion.prototype, "text", 2);
3830
+ __decorateClass([
3831
+ (0, import_typeorm39.Column)({
3832
+ name: "question_for",
3833
+ type: "enum",
3834
+ enum: QuestionForEnum,
3835
+ nullable: true
3836
+ })
3837
+ ], AssessmetQuestion.prototype, "questionFor", 2);
3838
+ __decorateClass([
3839
+ (0, import_typeorm39.Column)({ name: "is_active", type: "boolean", default: true })
3840
+ ], AssessmetQuestion.prototype, "isActive", 2);
3841
+ __decorateClass([
3842
+ (0, import_typeorm39.OneToMany)(() => AssessmetQuestionOption, (assessmentQuestionOption) => assessmentQuestionOption.question)
3843
+ ], AssessmetQuestion.prototype, "options", 2);
3844
+ AssessmetQuestion = __decorateClass([
3845
+ (0, import_typeorm39.Entity)("assessment_questions")
3846
+ ], AssessmetQuestion);
3780
3847
  // Annotate the CommonJS export names for ESM import in node:
3781
3848
  0 && (module.exports = {
3782
3849
  AUTHENTICATION_PATTERN,
3783
3850
  AccountStatus,
3784
3851
  AccountType,
3852
+ AnswerTypeEnum,
3785
3853
  ApplicationStatusEnum,
3786
3854
  AssessmentStatusEnum,
3855
+ AssessmetQuestion,
3856
+ AssessmetQuestionOption,
3787
3857
  BANK_PATTERN,
3788
3858
  BankAccountScope,
3789
3859
  BankAccountScopeEnum,
@@ -3900,6 +3970,7 @@ Country = __decorateClass([
3900
3970
  QUESTION_PATTERN,
3901
3971
  Question,
3902
3972
  QuestionFor,
3973
+ QuestionForEnum,
3903
3974
  RATING_PATTERN,
3904
3975
  RESUME_PARSER_PATTERN,
3905
3976
  Rating,
package/dist/index.mjs CHANGED
@@ -3883,12 +3883,78 @@ __decorateClass([
3883
3883
  Country = __decorateClass([
3884
3884
  Entity36("countries")
3885
3885
  ], Country);
3886
+
3887
+ // src/entities/assessment-question.entity.ts
3888
+ import { Entity as Entity38, Column as Column39, OneToMany as OneToMany15 } from "typeorm";
3889
+
3890
+ // src/entities/assessment-question-option.ts
3891
+ import { Entity as Entity37, Column as Column38, ManyToOne as ManyToOne29 } from "typeorm";
3892
+ var AnswerTypeEnum = /* @__PURE__ */ ((AnswerTypeEnum2) => {
3893
+ AnswerTypeEnum2["CORRECT"] = "CORRECT";
3894
+ AnswerTypeEnum2["ACCEPTABLE"] = "ACCEPTABLE";
3895
+ AnswerTypeEnum2["ELIMINATE"] = "ELIMINATE";
3896
+ return AnswerTypeEnum2;
3897
+ })(AnswerTypeEnum || {});
3898
+ var AssessmetQuestionOption = class extends BaseEntity {
3899
+ };
3900
+ __decorateClass([
3901
+ Column38({ name: "text", type: "varchar", nullable: true })
3902
+ ], AssessmetQuestionOption.prototype, "text", 2);
3903
+ __decorateClass([
3904
+ Column38({
3905
+ name: "answer_type",
3906
+ type: "enum",
3907
+ enum: AnswerTypeEnum,
3908
+ default: "ELIMINATE" /* ELIMINATE */
3909
+ })
3910
+ ], AssessmetQuestionOption.prototype, "answerType", 2);
3911
+ __decorateClass([
3912
+ Column38({ name: "is_active", type: "boolean", default: true })
3913
+ ], AssessmetQuestionOption.prototype, "isActive", 2);
3914
+ __decorateClass([
3915
+ ManyToOne29(() => AssessmetQuestion, (assessmentQuestion) => assessmentQuestion.options)
3916
+ ], AssessmetQuestionOption.prototype, "question", 2);
3917
+ AssessmetQuestionOption = __decorateClass([
3918
+ Entity37("assessment_question_options")
3919
+ ], AssessmetQuestionOption);
3920
+
3921
+ // src/entities/assessment-question.entity.ts
3922
+ var QuestionForEnum = /* @__PURE__ */ ((QuestionForEnum2) => {
3923
+ QuestionForEnum2["ASSESSMENT"] = "ASSESSMENT";
3924
+ QuestionForEnum2["INTERVIEW"] = "INTERVIEW";
3925
+ return QuestionForEnum2;
3926
+ })(QuestionForEnum || {});
3927
+ var AssessmetQuestion = class extends BaseEntity {
3928
+ };
3929
+ __decorateClass([
3930
+ Column39({ name: "text", type: "varchar", nullable: true })
3931
+ ], AssessmetQuestion.prototype, "text", 2);
3932
+ __decorateClass([
3933
+ Column39({
3934
+ name: "question_for",
3935
+ type: "enum",
3936
+ enum: QuestionForEnum,
3937
+ nullable: true
3938
+ })
3939
+ ], AssessmetQuestion.prototype, "questionFor", 2);
3940
+ __decorateClass([
3941
+ Column39({ name: "is_active", type: "boolean", default: true })
3942
+ ], AssessmetQuestion.prototype, "isActive", 2);
3943
+ __decorateClass([
3944
+ OneToMany15(() => AssessmetQuestionOption, (assessmentQuestionOption) => assessmentQuestionOption.question)
3945
+ ], AssessmetQuestion.prototype, "options", 2);
3946
+ AssessmetQuestion = __decorateClass([
3947
+ Entity38("assessment_questions")
3948
+ ], AssessmetQuestion);
3886
3949
  export {
3887
3950
  AUTHENTICATION_PATTERN,
3888
3951
  AccountStatus,
3889
3952
  AccountType,
3953
+ AnswerTypeEnum,
3890
3954
  ApplicationStatusEnum,
3891
3955
  AssessmentStatusEnum,
3956
+ AssessmetQuestion,
3957
+ AssessmetQuestionOption,
3892
3958
  BANK_PATTERN,
3893
3959
  BankAccountScope,
3894
3960
  BankAccountScopeEnum,
@@ -4005,6 +4071,7 @@ export {
4005
4071
  QUESTION_PATTERN,
4006
4072
  Question,
4007
4073
  QuestionFor,
4074
+ QuestionForEnum,
4008
4075
  RATING_PATTERN,
4009
4076
  RESUME_PARSER_PATTERN,
4010
4077
  Rating,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.196",
3
+ "version": "1.0.198",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",