@experts_hub/shared 1.0.130 → 1.0.133

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.
@@ -1,7 +1,7 @@
1
1
  export * from './base.entity';
2
2
  export * from './user.entity';
3
3
  export * from './refresh-token.entity';
4
- export * from './resume-parser-log.entity';
4
+ export * from './senseloaf-log.entity';
5
5
  export * from './question.entity';
6
6
  export * from './otp.entity';
7
7
  export * from './freelancer-profile.entity';
@@ -1,12 +1,14 @@
1
1
  import { User } from "./user.entity";
2
- export declare class ResumeParserLog {
2
+ export declare class SenseloafLog {
3
3
  id: number;
4
4
  userId: number;
5
+ type: string;
5
6
  endpoint: string;
6
7
  success: boolean;
7
8
  request: any;
8
9
  response: any;
9
10
  errorMessage: string;
11
+ scope: string;
10
12
  createdAt: Date;
11
13
  user: User;
12
14
  }
@@ -1,6 +1,6 @@
1
1
  import { BaseEntity } from "./base.entity";
2
2
  import { RefreshToken } from "./refresh-token.entity";
3
- import { ResumeParserLog } from "./resume-parser-log.entity";
3
+ import { SenseloafLog } from "./senseloaf-log.entity";
4
4
  import { Otp } from "./otp.entity";
5
5
  import { FreelancerProfile } from "./freelancer-profile.entity";
6
6
  import { CompanyProfile } from "./company-profile.entity";
@@ -58,7 +58,7 @@ export declare class User extends BaseEntity {
58
58
  googleId: string;
59
59
  gitLabsId: string;
60
60
  otps: Otp[];
61
- resumeParserLogs: ResumeParserLog[];
61
+ senseloafLogs: SenseloafLog[];
62
62
  freelancerProfile: FreelancerProfile;
63
63
  companyProfile: CompanyProfile;
64
64
  jobs: Job[];
package/dist/index.d.mts CHANGED
@@ -265,14 +265,16 @@ declare class RefreshToken {
265
265
  user: User;
266
266
  }
267
267
 
268
- declare class ResumeParserLog {
268
+ declare class SenseloafLog {
269
269
  id: number;
270
270
  userId: number;
271
+ type: string;
271
272
  endpoint: string;
272
273
  success: boolean;
273
274
  request: any;
274
275
  response: any;
275
276
  errorMessage: string;
277
+ scope: string;
276
278
  createdAt: Date;
277
279
  user: User;
278
280
  }
@@ -542,7 +544,7 @@ declare class User extends BaseEntity {
542
544
  googleId: string;
543
545
  gitLabsId: string;
544
546
  otps: Otp[];
545
- resumeParserLogs: ResumeParserLog[];
547
+ senseloafLogs: SenseloafLog[];
546
548
  freelancerProfile: FreelancerProfile;
547
549
  companyProfile: CompanyProfile;
548
550
  jobs: Job[];
@@ -698,6 +700,7 @@ declare const JOB_PATTERN: {
698
700
  fetchJobCountAsPerStatus: string;
699
701
  fetchJobsDropdown: string;
700
702
  fetchJobDetail: string;
703
+ handleJdUpload: string;
701
704
  fetchJobBasicInformation: string;
702
705
  createJobBasicInformation: string;
703
706
  updateJobBasicInformation: string;
@@ -1135,4 +1138,4 @@ declare class Plan extends BaseEntity {
1135
1138
  features: Feature[];
1136
1139
  }
1137
1140
 
1138
- export { AUTHENTICATION_PATTERN, AccountStatus, AccountType, ApplicationStatusEnum, BANK_PATTERN, BankAccountScope, BankAccountScopeEnum, BankAccountTypeEnum, BankDetail, BaseEntity, CLIENT_PROFILE_PATTERN, COMPANY_MEMBERS_PATTERNS, COMPANY_ROLES_PATTERNS, ClientChangePasswordDto, ClientCreateAccountDto, ClientProfileQuestionDto, CompanyProfile, CompanyRole, CreateCompanyMemberDto, CreateCompanyRoleDto, CreateExperienceDto, CreateFreelancerExperienceDto, CreateQuestionDto, CreateRatingDto, CreateSubAdminDto, DurationTypeEnum, EmploymentType, FREELANCER_EXPERIENCE_PATTERN, Feature, ForgotPasswordDto, FreelancerBankDetailsDto, FreelancerChangePasswordDto, FreelancerCreateAccountDto, FreelancerDevelopmentPreferenceDto, FreelancerExperience, FreelancerProfile, FreelancerProfileQuestionDto, FreelancerUploadResumeDto, FreelancerWorkShowcaseDto, FromUsOn, type IAddRatingPayload, type IAttachPermissionsToCompanyMemberResponse, type IAttachPermissionsToCompanyRoleResponse, type IAttachPermissionsToSubAdminResponse, type ICreateCompanyMemberPayload, type ICreateCompanyMemberResponse, type ICreateCompanyRolePayload, type ICreateCompanyRoleResponse, type ICreateRatingResponse, type ICreateSubAdminPayload, type ICreateSubAdminResponse, type IDeleteCompanyMemberResponse, type IDeleteCompanyRoleResponse, type IDeleteSubAdminResponse, type IFetchClientProfileQuery, type IFetchClientProfileResponse, 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 IUpdateClientLogoPayload, type IUpdateClientLogoResponse, type IUpdateClientPasswordPayload, type IUpdateClientProfilePayload, type IUpdateClientProfileResponse, type IUpdateCompanyMemberPayload, type IUpdateCompanyMemberResponse, type IUpdateCompanyRolePayload, type IUpdateCompanyRoleResponse, type IUpdateSubAdminAccountStatusPayload, type IUpdateSubAdminAccountStatusResponse, type IUpdateSubAdminPayload, type IUpdateSubAdminResponse, 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, PLAN_PATTERN, PROFILE_PATTERN, Plan, Provider, QUESTION_PATTERN, Question, QuestionFor, RATING_PATTERN, RESUME_PARSER_PATTERN, Rating, RatingTypeEnum, RefreshDto, RefreshToken, ResetPasswordDto, ResumeParserLog, SUBADMIN_PATTERN, SYSTEM_PREFERENCES_PATTERN, ScopeEnum$2 as ScopeEnum, Skill, Step, SystemPreference, SystemPreferenceDto, SystemPreferenceKey, ToggleCompanyMemberVisibilityDto, ToggleCompanyRoleVisibilityDto, TypeOfEmploymentEnum, UpdateCompanyMemberDto, UpdateCompanyProfileDto, UpdateCompanyRoleDto, UpdateExperienceDto, UpdateFreelancerExperienceDto, UpdateFreelancerProfileDto, UpdateSubAdminAccountStatusDto, UpdateSubAdminDto, User, UserRMQAdapter, UserTCPAdapter };
1141
+ export { AUTHENTICATION_PATTERN, AccountStatus, AccountType, ApplicationStatusEnum, BANK_PATTERN, BankAccountScope, BankAccountScopeEnum, BankAccountTypeEnum, BankDetail, BaseEntity, CLIENT_PROFILE_PATTERN, COMPANY_MEMBERS_PATTERNS, COMPANY_ROLES_PATTERNS, ClientChangePasswordDto, ClientCreateAccountDto, ClientProfileQuestionDto, CompanyProfile, CompanyRole, CreateCompanyMemberDto, CreateCompanyRoleDto, CreateExperienceDto, CreateFreelancerExperienceDto, CreateQuestionDto, CreateRatingDto, CreateSubAdminDto, DurationTypeEnum, EmploymentType, FREELANCER_EXPERIENCE_PATTERN, Feature, ForgotPasswordDto, FreelancerBankDetailsDto, FreelancerChangePasswordDto, FreelancerCreateAccountDto, FreelancerDevelopmentPreferenceDto, FreelancerExperience, FreelancerProfile, FreelancerProfileQuestionDto, FreelancerUploadResumeDto, FreelancerWorkShowcaseDto, FromUsOn, type IAddRatingPayload, type IAttachPermissionsToCompanyMemberResponse, type IAttachPermissionsToCompanyRoleResponse, type IAttachPermissionsToSubAdminResponse, type ICreateCompanyMemberPayload, type ICreateCompanyMemberResponse, type ICreateCompanyRolePayload, type ICreateCompanyRoleResponse, type ICreateRatingResponse, type ICreateSubAdminPayload, type ICreateSubAdminResponse, type IDeleteCompanyMemberResponse, type IDeleteCompanyRoleResponse, type IDeleteSubAdminResponse, type IFetchClientProfileQuery, type IFetchClientProfileResponse, 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 IUpdateClientLogoPayload, type IUpdateClientLogoResponse, type IUpdateClientPasswordPayload, type IUpdateClientProfilePayload, type IUpdateClientProfileResponse, type IUpdateCompanyMemberPayload, type IUpdateCompanyMemberResponse, type IUpdateCompanyRolePayload, type IUpdateCompanyRoleResponse, type IUpdateSubAdminAccountStatusPayload, type IUpdateSubAdminAccountStatusResponse, type IUpdateSubAdminPayload, type IUpdateSubAdminResponse, 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, PLAN_PATTERN, PROFILE_PATTERN, Plan, Provider, QUESTION_PATTERN, Question, QuestionFor, RATING_PATTERN, RESUME_PARSER_PATTERN, Rating, RatingTypeEnum, RefreshDto, RefreshToken, ResetPasswordDto, SUBADMIN_PATTERN, SYSTEM_PREFERENCES_PATTERN, ScopeEnum$2 as ScopeEnum, SenseloafLog, Skill, Step, SystemPreference, SystemPreferenceDto, SystemPreferenceKey, ToggleCompanyMemberVisibilityDto, ToggleCompanyRoleVisibilityDto, TypeOfEmploymentEnum, UpdateCompanyMemberDto, UpdateCompanyProfileDto, UpdateCompanyRoleDto, UpdateExperienceDto, UpdateFreelancerExperienceDto, UpdateFreelancerProfileDto, UpdateSubAdminAccountStatusDto, UpdateSubAdminDto, User, UserRMQAdapter, UserTCPAdapter };
package/dist/index.d.ts CHANGED
@@ -265,14 +265,16 @@ declare class RefreshToken {
265
265
  user: User;
266
266
  }
267
267
 
268
- declare class ResumeParserLog {
268
+ declare class SenseloafLog {
269
269
  id: number;
270
270
  userId: number;
271
+ type: string;
271
272
  endpoint: string;
272
273
  success: boolean;
273
274
  request: any;
274
275
  response: any;
275
276
  errorMessage: string;
277
+ scope: string;
276
278
  createdAt: Date;
277
279
  user: User;
278
280
  }
@@ -542,7 +544,7 @@ declare class User extends BaseEntity {
542
544
  googleId: string;
543
545
  gitLabsId: string;
544
546
  otps: Otp[];
545
- resumeParserLogs: ResumeParserLog[];
547
+ senseloafLogs: SenseloafLog[];
546
548
  freelancerProfile: FreelancerProfile;
547
549
  companyProfile: CompanyProfile;
548
550
  jobs: Job[];
@@ -698,6 +700,7 @@ declare const JOB_PATTERN: {
698
700
  fetchJobCountAsPerStatus: string;
699
701
  fetchJobsDropdown: string;
700
702
  fetchJobDetail: string;
703
+ handleJdUpload: string;
701
704
  fetchJobBasicInformation: string;
702
705
  createJobBasicInformation: string;
703
706
  updateJobBasicInformation: string;
@@ -1135,4 +1138,4 @@ declare class Plan extends BaseEntity {
1135
1138
  features: Feature[];
1136
1139
  }
1137
1140
 
1138
- export { AUTHENTICATION_PATTERN, AccountStatus, AccountType, ApplicationStatusEnum, BANK_PATTERN, BankAccountScope, BankAccountScopeEnum, BankAccountTypeEnum, BankDetail, BaseEntity, CLIENT_PROFILE_PATTERN, COMPANY_MEMBERS_PATTERNS, COMPANY_ROLES_PATTERNS, ClientChangePasswordDto, ClientCreateAccountDto, ClientProfileQuestionDto, CompanyProfile, CompanyRole, CreateCompanyMemberDto, CreateCompanyRoleDto, CreateExperienceDto, CreateFreelancerExperienceDto, CreateQuestionDto, CreateRatingDto, CreateSubAdminDto, DurationTypeEnum, EmploymentType, FREELANCER_EXPERIENCE_PATTERN, Feature, ForgotPasswordDto, FreelancerBankDetailsDto, FreelancerChangePasswordDto, FreelancerCreateAccountDto, FreelancerDevelopmentPreferenceDto, FreelancerExperience, FreelancerProfile, FreelancerProfileQuestionDto, FreelancerUploadResumeDto, FreelancerWorkShowcaseDto, FromUsOn, type IAddRatingPayload, type IAttachPermissionsToCompanyMemberResponse, type IAttachPermissionsToCompanyRoleResponse, type IAttachPermissionsToSubAdminResponse, type ICreateCompanyMemberPayload, type ICreateCompanyMemberResponse, type ICreateCompanyRolePayload, type ICreateCompanyRoleResponse, type ICreateRatingResponse, type ICreateSubAdminPayload, type ICreateSubAdminResponse, type IDeleteCompanyMemberResponse, type IDeleteCompanyRoleResponse, type IDeleteSubAdminResponse, type IFetchClientProfileQuery, type IFetchClientProfileResponse, 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 IUpdateClientLogoPayload, type IUpdateClientLogoResponse, type IUpdateClientPasswordPayload, type IUpdateClientProfilePayload, type IUpdateClientProfileResponse, type IUpdateCompanyMemberPayload, type IUpdateCompanyMemberResponse, type IUpdateCompanyRolePayload, type IUpdateCompanyRoleResponse, type IUpdateSubAdminAccountStatusPayload, type IUpdateSubAdminAccountStatusResponse, type IUpdateSubAdminPayload, type IUpdateSubAdminResponse, 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, PLAN_PATTERN, PROFILE_PATTERN, Plan, Provider, QUESTION_PATTERN, Question, QuestionFor, RATING_PATTERN, RESUME_PARSER_PATTERN, Rating, RatingTypeEnum, RefreshDto, RefreshToken, ResetPasswordDto, ResumeParserLog, SUBADMIN_PATTERN, SYSTEM_PREFERENCES_PATTERN, ScopeEnum$2 as ScopeEnum, Skill, Step, SystemPreference, SystemPreferenceDto, SystemPreferenceKey, ToggleCompanyMemberVisibilityDto, ToggleCompanyRoleVisibilityDto, TypeOfEmploymentEnum, UpdateCompanyMemberDto, UpdateCompanyProfileDto, UpdateCompanyRoleDto, UpdateExperienceDto, UpdateFreelancerExperienceDto, UpdateFreelancerProfileDto, UpdateSubAdminAccountStatusDto, UpdateSubAdminDto, User, UserRMQAdapter, UserTCPAdapter };
1141
+ export { AUTHENTICATION_PATTERN, AccountStatus, AccountType, ApplicationStatusEnum, BANK_PATTERN, BankAccountScope, BankAccountScopeEnum, BankAccountTypeEnum, BankDetail, BaseEntity, CLIENT_PROFILE_PATTERN, COMPANY_MEMBERS_PATTERNS, COMPANY_ROLES_PATTERNS, ClientChangePasswordDto, ClientCreateAccountDto, ClientProfileQuestionDto, CompanyProfile, CompanyRole, CreateCompanyMemberDto, CreateCompanyRoleDto, CreateExperienceDto, CreateFreelancerExperienceDto, CreateQuestionDto, CreateRatingDto, CreateSubAdminDto, DurationTypeEnum, EmploymentType, FREELANCER_EXPERIENCE_PATTERN, Feature, ForgotPasswordDto, FreelancerBankDetailsDto, FreelancerChangePasswordDto, FreelancerCreateAccountDto, FreelancerDevelopmentPreferenceDto, FreelancerExperience, FreelancerProfile, FreelancerProfileQuestionDto, FreelancerUploadResumeDto, FreelancerWorkShowcaseDto, FromUsOn, type IAddRatingPayload, type IAttachPermissionsToCompanyMemberResponse, type IAttachPermissionsToCompanyRoleResponse, type IAttachPermissionsToSubAdminResponse, type ICreateCompanyMemberPayload, type ICreateCompanyMemberResponse, type ICreateCompanyRolePayload, type ICreateCompanyRoleResponse, type ICreateRatingResponse, type ICreateSubAdminPayload, type ICreateSubAdminResponse, type IDeleteCompanyMemberResponse, type IDeleteCompanyRoleResponse, type IDeleteSubAdminResponse, type IFetchClientProfileQuery, type IFetchClientProfileResponse, 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 IUpdateClientLogoPayload, type IUpdateClientLogoResponse, type IUpdateClientPasswordPayload, type IUpdateClientProfilePayload, type IUpdateClientProfileResponse, type IUpdateCompanyMemberPayload, type IUpdateCompanyMemberResponse, type IUpdateCompanyRolePayload, type IUpdateCompanyRoleResponse, type IUpdateSubAdminAccountStatusPayload, type IUpdateSubAdminAccountStatusResponse, type IUpdateSubAdminPayload, type IUpdateSubAdminResponse, 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, PLAN_PATTERN, PROFILE_PATTERN, Plan, Provider, QUESTION_PATTERN, Question, QuestionFor, RATING_PATTERN, RESUME_PARSER_PATTERN, Rating, RatingTypeEnum, RefreshDto, RefreshToken, ResetPasswordDto, SUBADMIN_PATTERN, SYSTEM_PREFERENCES_PATTERN, ScopeEnum$2 as ScopeEnum, SenseloafLog, Skill, Step, SystemPreference, SystemPreferenceDto, SystemPreferenceKey, ToggleCompanyMemberVisibilityDto, ToggleCompanyRoleVisibilityDto, TypeOfEmploymentEnum, UpdateCompanyMemberDto, UpdateCompanyProfileDto, UpdateCompanyRoleDto, UpdateExperienceDto, UpdateFreelancerExperienceDto, UpdateFreelancerProfileDto, UpdateSubAdminAccountStatusDto, UpdateSubAdminDto, User, UserRMQAdapter, UserTCPAdapter };
package/dist/index.js CHANGED
@@ -112,10 +112,10 @@ __export(index_exports, {
112
112
  RefreshDto: () => RefreshDto,
113
113
  RefreshToken: () => RefreshToken,
114
114
  ResetPasswordDto: () => ResetPasswordDto,
115
- ResumeParserLog: () => ResumeParserLog,
116
115
  SUBADMIN_PATTERN: () => SUBADMIN_PATTERN,
117
116
  SYSTEM_PREFERENCES_PATTERN: () => SYSTEM_PREFERENCES_PATTERN,
118
117
  ScopeEnum: () => ScopeEnum,
118
+ SenseloafLog: () => SenseloafLog,
119
119
  Skill: () => Skill,
120
120
  Step: () => Step,
121
121
  SystemPreference: () => SystemPreference,
@@ -644,41 +644,47 @@ RefreshToken = __decorateClass([
644
644
  (0, import_typeorm2.Entity)("refresh_tokens")
645
645
  ], RefreshToken);
646
646
 
647
- // src/entities/resume-parser-log.entity.ts
647
+ // src/entities/senseloaf-log.entity.ts
648
648
  var import_typeorm3 = require("typeorm");
649
- var ResumeParserLog = class {
649
+ var SenseloafLog = class {
650
650
  };
651
651
  __decorateClass([
652
652
  (0, import_typeorm3.PrimaryGeneratedColumn)("increment", { type: "integer" })
653
- ], ResumeParserLog.prototype, "id", 2);
653
+ ], SenseloafLog.prototype, "id", 2);
654
654
  __decorateClass([
655
655
  (0, import_typeorm3.Column)({ name: "user_id", type: "integer", nullable: true })
656
- ], ResumeParserLog.prototype, "userId", 2);
656
+ ], SenseloafLog.prototype, "userId", 2);
657
+ __decorateClass([
658
+ (0, import_typeorm3.Column)({ name: "type", type: "varchar", nullable: true })
659
+ ], SenseloafLog.prototype, "type", 2);
657
660
  __decorateClass([
658
661
  (0, import_typeorm3.Column)({ name: "end_point", type: "varchar" })
659
- ], ResumeParserLog.prototype, "endpoint", 2);
662
+ ], SenseloafLog.prototype, "endpoint", 2);
660
663
  __decorateClass([
661
664
  (0, import_typeorm3.Column)({ name: "success", type: "boolean" })
662
- ], ResumeParserLog.prototype, "success", 2);
665
+ ], SenseloafLog.prototype, "success", 2);
663
666
  __decorateClass([
664
667
  (0, import_typeorm3.Column)({ name: "request", type: "jsonb", nullable: true })
665
- ], ResumeParserLog.prototype, "request", 2);
668
+ ], SenseloafLog.prototype, "request", 2);
666
669
  __decorateClass([
667
670
  (0, import_typeorm3.Column)({ name: "response", type: "jsonb", nullable: true })
668
- ], ResumeParserLog.prototype, "response", 2);
671
+ ], SenseloafLog.prototype, "response", 2);
669
672
  __decorateClass([
670
673
  (0, import_typeorm3.Column)({ name: "error_message", type: "text", nullable: true })
671
- ], ResumeParserLog.prototype, "errorMessage", 2);
674
+ ], SenseloafLog.prototype, "errorMessage", 2);
675
+ __decorateClass([
676
+ (0, import_typeorm3.Column)({ name: "scope", type: "varchar", nullable: true })
677
+ ], SenseloafLog.prototype, "scope", 2);
672
678
  __decorateClass([
673
679
  (0, import_typeorm3.CreateDateColumn)({ name: "created_at", type: "timestamp with time zone" })
674
- ], ResumeParserLog.prototype, "createdAt", 2);
680
+ ], SenseloafLog.prototype, "createdAt", 2);
675
681
  __decorateClass([
676
- (0, import_typeorm3.ManyToOne)(() => User, (user) => user.resumeParserLogs),
682
+ (0, import_typeorm3.ManyToOne)(() => User, (user) => user.senseloafLogs),
677
683
  (0, import_typeorm3.JoinColumn)({ name: "user_id" })
678
- ], ResumeParserLog.prototype, "user", 2);
679
- ResumeParserLog = __decorateClass([
680
- (0, import_typeorm3.Entity)("resume_parser_logs")
681
- ], ResumeParserLog);
684
+ ], SenseloafLog.prototype, "user", 2);
685
+ SenseloafLog = __decorateClass([
686
+ (0, import_typeorm3.Entity)("senseloaf_logs")
687
+ ], SenseloafLog);
682
688
 
683
689
  // src/entities/otp.entity.ts
684
690
  var import_typeorm4 = require("typeorm");
@@ -1503,8 +1509,8 @@ __decorateClass([
1503
1509
  (0, import_typeorm15.OneToMany)(() => Otp, (otp) => otp.user)
1504
1510
  ], User.prototype, "otps", 2);
1505
1511
  __decorateClass([
1506
- (0, import_typeorm15.OneToMany)(() => ResumeParserLog, (resumeParser) => resumeParser.user)
1507
- ], User.prototype, "resumeParserLogs", 2);
1512
+ (0, import_typeorm15.OneToMany)(() => SenseloafLog, (senseloafLog) => senseloafLog.user)
1513
+ ], User.prototype, "senseloafLogs", 2);
1508
1514
  __decorateClass([
1509
1515
  (0, import_typeorm15.OneToOne)(
1510
1516
  () => FreelancerProfile,
@@ -1741,6 +1747,7 @@ var JOB_PATTERN = {
1741
1747
  fetchJobCountAsPerStatus: "fetch.job.count.as.per.status",
1742
1748
  fetchJobsDropdown: "fetch.jobs.dropdown",
1743
1749
  fetchJobDetail: "fetch.job.details",
1750
+ handleJdUpload: "handle.jd.upload",
1744
1751
  fetchJobBasicInformation: "fetch.job.basic.information",
1745
1752
  createJobBasicInformation: "create.job.basic.information",
1746
1753
  updateJobBasicInformation: "update.job.basic.information",
@@ -2665,10 +2672,10 @@ Plan = __decorateClass([
2665
2672
  RefreshDto,
2666
2673
  RefreshToken,
2667
2674
  ResetPasswordDto,
2668
- ResumeParserLog,
2669
2675
  SUBADMIN_PATTERN,
2670
2676
  SYSTEM_PREFERENCES_PATTERN,
2671
2677
  ScopeEnum,
2678
+ SenseloafLog,
2672
2679
  Skill,
2673
2680
  Step,
2674
2681
  SystemPreference,
package/dist/index.mjs CHANGED
@@ -587,7 +587,7 @@ RefreshToken = __decorateClass([
587
587
  Entity("refresh_tokens")
588
588
  ], RefreshToken);
589
589
 
590
- // src/entities/resume-parser-log.entity.ts
590
+ // src/entities/senseloaf-log.entity.ts
591
591
  import {
592
592
  Entity as Entity2,
593
593
  PrimaryGeneratedColumn as PrimaryGeneratedColumn3,
@@ -596,39 +596,45 @@ import {
596
596
  ManyToOne as ManyToOne2,
597
597
  JoinColumn as JoinColumn2
598
598
  } from "typeorm";
599
- var ResumeParserLog = class {
599
+ var SenseloafLog = class {
600
600
  };
601
601
  __decorateClass([
602
602
  PrimaryGeneratedColumn3("increment", { type: "integer" })
603
- ], ResumeParserLog.prototype, "id", 2);
603
+ ], SenseloafLog.prototype, "id", 2);
604
604
  __decorateClass([
605
605
  Column3({ name: "user_id", type: "integer", nullable: true })
606
- ], ResumeParserLog.prototype, "userId", 2);
606
+ ], SenseloafLog.prototype, "userId", 2);
607
+ __decorateClass([
608
+ Column3({ name: "type", type: "varchar", nullable: true })
609
+ ], SenseloafLog.prototype, "type", 2);
607
610
  __decorateClass([
608
611
  Column3({ name: "end_point", type: "varchar" })
609
- ], ResumeParserLog.prototype, "endpoint", 2);
612
+ ], SenseloafLog.prototype, "endpoint", 2);
610
613
  __decorateClass([
611
614
  Column3({ name: "success", type: "boolean" })
612
- ], ResumeParserLog.prototype, "success", 2);
615
+ ], SenseloafLog.prototype, "success", 2);
613
616
  __decorateClass([
614
617
  Column3({ name: "request", type: "jsonb", nullable: true })
615
- ], ResumeParserLog.prototype, "request", 2);
618
+ ], SenseloafLog.prototype, "request", 2);
616
619
  __decorateClass([
617
620
  Column3({ name: "response", type: "jsonb", nullable: true })
618
- ], ResumeParserLog.prototype, "response", 2);
621
+ ], SenseloafLog.prototype, "response", 2);
619
622
  __decorateClass([
620
623
  Column3({ name: "error_message", type: "text", nullable: true })
621
- ], ResumeParserLog.prototype, "errorMessage", 2);
624
+ ], SenseloafLog.prototype, "errorMessage", 2);
625
+ __decorateClass([
626
+ Column3({ name: "scope", type: "varchar", nullable: true })
627
+ ], SenseloafLog.prototype, "scope", 2);
622
628
  __decorateClass([
623
629
  CreateDateColumn3({ name: "created_at", type: "timestamp with time zone" })
624
- ], ResumeParserLog.prototype, "createdAt", 2);
630
+ ], SenseloafLog.prototype, "createdAt", 2);
625
631
  __decorateClass([
626
- ManyToOne2(() => User, (user) => user.resumeParserLogs),
632
+ ManyToOne2(() => User, (user) => user.senseloafLogs),
627
633
  JoinColumn2({ name: "user_id" })
628
- ], ResumeParserLog.prototype, "user", 2);
629
- ResumeParserLog = __decorateClass([
630
- Entity2("resume_parser_logs")
631
- ], ResumeParserLog);
634
+ ], SenseloafLog.prototype, "user", 2);
635
+ SenseloafLog = __decorateClass([
636
+ Entity2("senseloaf_logs")
637
+ ], SenseloafLog);
632
638
 
633
639
  // src/entities/otp.entity.ts
634
640
  import {
@@ -1498,8 +1504,8 @@ __decorateClass([
1498
1504
  OneToMany6(() => Otp, (otp) => otp.user)
1499
1505
  ], User.prototype, "otps", 2);
1500
1506
  __decorateClass([
1501
- OneToMany6(() => ResumeParserLog, (resumeParser) => resumeParser.user)
1502
- ], User.prototype, "resumeParserLogs", 2);
1507
+ OneToMany6(() => SenseloafLog, (senseloafLog) => senseloafLog.user)
1508
+ ], User.prototype, "senseloafLogs", 2);
1503
1509
  __decorateClass([
1504
1510
  OneToOne(
1505
1511
  () => FreelancerProfile,
@@ -1746,6 +1752,7 @@ var JOB_PATTERN = {
1746
1752
  fetchJobCountAsPerStatus: "fetch.job.count.as.per.status",
1747
1753
  fetchJobsDropdown: "fetch.jobs.dropdown",
1748
1754
  fetchJobDetail: "fetch.job.details",
1755
+ handleJdUpload: "handle.jd.upload",
1749
1756
  fetchJobBasicInformation: "fetch.job.basic.information",
1750
1757
  createJobBasicInformation: "create.job.basic.information",
1751
1758
  updateJobBasicInformation: "update.job.basic.information",
@@ -2700,10 +2707,10 @@ export {
2700
2707
  RefreshDto,
2701
2708
  RefreshToken,
2702
2709
  ResetPasswordDto,
2703
- ResumeParserLog,
2704
2710
  SUBADMIN_PATTERN,
2705
2711
  SYSTEM_PREFERENCES_PATTERN,
2706
2712
  ScopeEnum,
2713
+ SenseloafLog,
2707
2714
  Skill,
2708
2715
  Step,
2709
2716
  SystemPreference,
@@ -6,6 +6,7 @@ export declare const JOB_PATTERN: {
6
6
  fetchJobCountAsPerStatus: string;
7
7
  fetchJobsDropdown: string;
8
8
  fetchJobDetail: string;
9
+ handleJdUpload: string;
9
10
  fetchJobBasicInformation: string;
10
11
  createJobBasicInformation: string;
11
12
  updateJobBasicInformation: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.130",
3
+ "version": "1.0.133",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",