@experts_hub/shared 1.0.558 → 1.0.560

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.
Files changed (43) hide show
  1. package/dist/index.d.mts +261 -1
  2. package/dist/index.d.ts +261 -1
  3. package/dist/index.js +341 -24
  4. package/dist/index.mjs +325 -24
  5. package/dist/modules/authentication/pattern/pattern.d.ts +10 -0
  6. package/dist/modules/bank/pattern/pattern.d.ts +3 -0
  7. package/dist/modules/commission/index.d.ts +1 -0
  8. package/dist/modules/commission/pattern/pattern.d.ts +3 -0
  9. package/dist/modules/contract/pattern/pattern.d.ts +14 -0
  10. package/dist/modules/dispute/index.d.ts +1 -0
  11. package/dist/modules/dispute/pattern/pattern.d.ts +5 -0
  12. package/dist/modules/freelancer-admin/pattern/pattern.d.ts +5 -0
  13. package/dist/modules/hiring/index.d.ts +1 -0
  14. package/dist/modules/hiring/pattern/pattern.d.ts +5 -0
  15. package/dist/modules/index.d.ts +7 -0
  16. package/dist/modules/interview/pattern/pattern.d.ts +47 -0
  17. package/dist/modules/invoice/pattern/pattern.d.ts +5 -0
  18. package/dist/modules/job/dto/job-basic-information-v2.dto.d.ts +5 -0
  19. package/dist/modules/job/pattern/pattern.d.ts +34 -0
  20. package/dist/modules/job-admin/dto/admin-job-basic-information-v2.dto.d.ts +5 -0
  21. package/dist/modules/llm/index.d.ts +1 -0
  22. package/dist/modules/llm/pattern/pattern.d.ts +3 -0
  23. package/dist/modules/notification/pattern/pattern.d.ts +4 -0
  24. package/dist/modules/onboarding/pattern/pattern.d.ts +11 -0
  25. package/dist/modules/question/pattern/pattern.d.ts +4 -0
  26. package/dist/modules/resume-parser/pattern/pattern.d.ts +3 -0
  27. package/dist/modules/senseloaf/index.d.ts +1 -0
  28. package/dist/modules/senseloaf/pattern/pattern.d.ts +5 -0
  29. package/dist/modules/skill/index.d.ts +1 -0
  30. package/dist/modules/skill/pattern/pattern.d.ts +4 -0
  31. package/dist/modules/stripe/pattern/pattern.d.ts +6 -0
  32. package/dist/modules/timesheet/pattern/pattern.d.ts +15 -0
  33. package/dist/modules/user/client-candidate-preference/index.d.ts +1 -0
  34. package/dist/modules/user/client-candidate-preference/pattern/pattern.d.ts +7 -0
  35. package/dist/modules/user/client-profile/pattern/pattern.d.ts +6 -0
  36. package/dist/modules/user/freelancer-profile/pattern/pattern.d.ts +26 -0
  37. package/dist/modules/user/freelancer-skill/pattern/pattern.d.ts +1 -0
  38. package/dist/modules/user/signature/index.d.ts +1 -0
  39. package/dist/modules/user/signature/pattern/pattern.d.ts +4 -0
  40. package/dist/modules/user/subadmin/pattern/pattern.d.ts +1 -0
  41. package/dist/modules/wallet/index.d.ts +1 -0
  42. package/dist/modules/wallet/pattern/pattern.d.ts +10 -0
  43. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -22,7 +22,17 @@ var AUTHENTICATION_PATTERN = {
22
22
  handleForgotPassword: "handle.forgot.password",
23
23
  handleResetPassword: "handle.reset.password",
24
24
  handleValidateResetPasswordToken: "handle.validate.reset.password.token",
25
- handleSetPassword: "handle.set.password"
25
+ handleVerifyPermission: "handle.verify.permission",
26
+ handleValidateEmail: "handle.validate.email",
27
+ handleValidateEmailForLogin: "handle.validate.email.for.login",
28
+ handleValidateMobile: "handle.validate.mobile",
29
+ handleAdminLogin: "handle.admin.login",
30
+ handleSetPassword: "handle.set.password",
31
+ signUpWithLinkedIn: "signup.with.linkedin",
32
+ loginWithLinkedIn: "login.with.linkedin",
33
+ signUpWithGoogle: "signup.with.google",
34
+ loginWithGoogle: "login.with.google",
35
+ validateOnboardingToken: "validate.onboarding.token"
26
36
  };
27
37
 
28
38
  // src/modules/authentication/dto/login.dto.ts
@@ -289,7 +299,18 @@ var ONBOARDING_PATTERN = {
289
299
  handleFreelancerWorkShowcase: "handle.freelancer.work.showcase",
290
300
  handleClientAccountCreation: "handle.client.account.creation",
291
301
  handleClientProfileQuestion: "handle.client.profile.question",
292
- changeFreelancerPassword: "change.freelancer.password"
302
+ changeFreelancerPassword: "change.freelancer.password",
303
+ handleFetchClientProfileQuestion: "handle.fetch.client.profile.question",
304
+ verifyClientOnboardingToken: "verify.client.onboarding.token",
305
+ handleFetchFreelancerResume: "handle.fetch.freelancer.resume",
306
+ handleFreelancerResumeParsing: "handle.freelancer.resume.parsing",
307
+ initiateFreelancerMcqAssessment: "initiate.freelancer.mcq.assessment",
308
+ handleFetchAiAssessmentLink: "handle.fetch.ai.assessment.link",
309
+ skipFreelancerAiAssessment: "skip.freelancer.ai.assessment",
310
+ initiateFreelancerAiAssessment: "initiate.freelancer.ai.assessment",
311
+ captureAiAssessmentStatus: "capture.ai.assessment.status",
312
+ handleFetchFreelancerProfileQuestion: "handle.fetch.freelancer.profile.question",
313
+ handleFetchFreelancerDetails: "handle.fetch.freelancer.details"
293
314
  };
294
315
 
295
316
  // src/modules/onboarding/dto/freelancer-create-account.dto.ts
@@ -739,7 +760,10 @@ __decorateClass([
739
760
 
740
761
  // src/modules/resume-parser/pattern/pattern.ts
741
762
  var RESUME_PARSER_PATTERN = {
742
- handleResumeParsing: "handle.resume.parsing"
763
+ handleResumeParsing: "handle.resume.parsing",
764
+ handleResumeParsingByUrl: "handle.resume.parsing.by.url",
765
+ handleResumeDataProcessing: "handle.resume.data.processing",
766
+ handleCheckResumeEligibility: "handle.check.resume.eligibility"
743
767
  };
744
768
 
745
769
  // src/modules/user/subadmin/pattern/pattern.ts
@@ -751,7 +775,8 @@ var SUBADMIN_PATTERN = {
751
775
  createSubAdmin: "create.subadmin",
752
776
  updateSubAdminAccountStatus: "update.subadmin.account.status",
753
777
  updateSubAdmin: "update.subadmin",
754
- deleteSubAdmin: "delete.subadmin"
778
+ deleteSubAdmin: "delete.subadmin",
779
+ fetchSubAdminCount: "fetch.sub.admin.count"
755
780
  };
756
781
 
757
782
  // src/modules/user/subadmin/dto/create-subadmin.dto.ts
@@ -837,7 +862,13 @@ var CLIENT_PROFILE_PATTERN = {
837
862
  updateClientProfile: "update.client.profile",
838
863
  updateClientLogo: "update.client.logo",
839
864
  changeClientPassword: "change.client.password",
840
- uploadClientServiceAgreement: "upload.client.service.agreement"
865
+ uploadClientServiceAgreement: "upload.client.service.agreement",
866
+ fetchClientServiceAgreement: "fetch.client.service.agreement",
867
+ generateClientServiceAgreement: "generate.client.service.agreement",
868
+ esignClientServiceAgreementForClient: "esign.client.service.agreement.for.client",
869
+ fetchClientServiceAgreementStatus: "fetch.client.service.agreement.status",
870
+ fetchRecommendedFreelancers: "fetch.recommended.freelancers",
871
+ fetchRecommendedFreelancersV2: "fetch.recommended.freelancers.v2"
841
872
  };
842
873
 
843
874
  // src/modules/user/client-profile/dto/update-client-profile.dto.ts
@@ -936,7 +967,11 @@ var ONBOARDING_QUESTION_PATTERN = {
936
967
  fetchOnboardingQuestions: "fetch.onboarding.questions"
937
968
  };
938
969
  var ASSESSMENT_QUESTION_PATTERN = {
939
- fetchAssessmentQuestions: "fetch.assessment.questions"
970
+ fetchAssessmentQuestions: "fetch.assessment.questions",
971
+ handleAssessmentQuestionImport: "handle.assessment.question.import",
972
+ handelAssessmentRecordAnswer: "handel.assessment.record.answer",
973
+ handelAssessmentRecordAnswers: "handel.assessment.record.answers",
974
+ fetchAssessmentSummary: "fetch.assessment.summary"
940
975
  };
941
976
 
942
977
  // src/modules/question/dto/create-question.dto.ts
@@ -986,7 +1021,41 @@ var JOB_PATTERN = {
986
1021
  fetchJobDescription: "fetch.job.description",
987
1022
  updateJobDescription: "update.job.description",
988
1023
  updateJobStatus: "update.job.status",
989
- searchJobsByRoleAndSkills: "search.jobs.by.role.and.skills"
1024
+ searchJobsByRoleAndSkills: "search.jobs.by.role.and.skills",
1025
+ handleBulkRecommendationAdjustment: "handle.bulk.recommendation.adjustment",
1026
+ refreshJobFreelancerRecommendationView: "refresh.job.freelancer.recommendation.view",
1027
+ fetchJobConfig: "fetch.job.config",
1028
+ fetchJobRoleSuggestions: "fetch.job.role.suggestions",
1029
+ fetchJobCount: "fetch.job.count",
1030
+ fetchJobsDropdownForFilters: "fetch.jobs.dropdown.for.filters",
1031
+ fetchJobsDropdownForInterview: "fetch.jobs.dropdown.for.interview",
1032
+ fetchJobsDropdownForFreelancer: "fetch.jobs.dropdown.for.freelancer",
1033
+ fetchJobDetailForFreelancer: "fetch.job.detail.for.freelancer",
1034
+ fetchJobBasicInformationV2: "fetch.job.basic.information.v2",
1035
+ createJobBasicInformationV2: "create.job.basic.information.v2",
1036
+ updateJobBasicInformationV2: "update.job.basic.information.v2",
1037
+ deleteJob: "deleteJob",
1038
+ fetchRecommendedFreelancersForJobs: "fetch.recommended.freelancers.for.jobs",
1039
+ fetchRecommendedFreelancersForJob: "fetch.recommended.freelancers.for.job",
1040
+ fetchRecommendedFreelancersForJobV2: "fetch.recommended.freelancers.for.job.v2",
1041
+ handleJobViwedCountIncrement: "handle.job.viwed.count.increment",
1042
+ jobDataSetup: "job.data.Setup",
1043
+ fetchJobsForComparison: "fetch.jobs.for.comparison",
1044
+ fetchJobSkillDropdownForClient: "fetch.job.skill.dropdown.for.client"
1045
+ };
1046
+ var JOB_ADMIN_PATTERN = {
1047
+ adminFetchJobByIdV2: "admin.fetch.job.by.id.v2",
1048
+ adminExportJobsToCSV: "admin.export.jobs.to.csv",
1049
+ adminFetchJobDescription: "admin.fetch.job.description",
1050
+ adminUpdateJobDescription: "admin.update.job.description"
1051
+ };
1052
+ var JOB_APPLICATION_PATTERN = {
1053
+ fetchJobApplicationCountAsPerStatusByJobId: "fetch.job.application.count.as.per.status.by.job.id",
1054
+ fetchJobApplicationsByJobId: "fetch.job.applications.by.job.id",
1055
+ fetchJobApplicants: "fetch.job.applicants",
1056
+ createJobApplication: "create.job.application",
1057
+ changeJobApplicationStatus: "change.job.application.status",
1058
+ changeJobApplicationStatusInBulk: "change.job.application.status.bulk"
990
1059
  };
991
1060
 
992
1061
  // src/modules/job/dto/job-basic-information.dto.ts
@@ -1253,6 +1322,11 @@ var typeOfExperienceDtoEnumV2 = /* @__PURE__ */ ((typeOfExperienceDtoEnumV22) =>
1253
1322
  typeOfExperienceDtoEnumV22["RANGE"] = "RANGE";
1254
1323
  return typeOfExperienceDtoEnumV22;
1255
1324
  })(typeOfExperienceDtoEnumV2 || {});
1325
+ var StepCompletedEnumV2 = /* @__PURE__ */ ((StepCompletedEnumV22) => {
1326
+ StepCompletedEnumV22["BASIC_INFORMATION"] = "BASIC_INFORMATION";
1327
+ StepCompletedEnumV22["JOB_DESCRIPTION"] = "JOB_DESCRIPTION";
1328
+ return StepCompletedEnumV22;
1329
+ })(StepCompletedEnumV2 || {});
1256
1330
  var JobLocationDto = class {
1257
1331
  };
1258
1332
  __decorateClass([
@@ -1397,6 +1471,14 @@ __decorateClass([
1397
1471
  IsOptional15(),
1398
1472
  IsString15({ message: "Business industry must be a string" })
1399
1473
  ], JobBasicInformationV2Dto.prototype, "businessIndustry", 2);
1474
+ __decorateClass([
1475
+ IsOptional15(),
1476
+ IsEnum12(StepCompletedEnumV2, {
1477
+ message: `Type of stepCompleted must be one of: ${Object.values(
1478
+ StepCompletedEnumV2
1479
+ ).join(", ")}`
1480
+ })
1481
+ ], JobBasicInformationV2Dto.prototype, "stepCompleted", 2);
1400
1482
  __decorateClass([
1401
1483
  IsOptional15(),
1402
1484
  IsString15({ message: "Additional comment must be a string" }),
@@ -1412,7 +1494,33 @@ var PROFILE_PATTERN = {
1412
1494
  changeFreelancerPassword: "change.freelancer.password",
1413
1495
  uploadFreelancerProfilePic: "upload.freelancer.profilepic",
1414
1496
  updateFreelancerProfile: "update.freelancer.profile",
1415
- uploadFreelancerServiceAgreement: "upload.freelancer.service.agreement"
1497
+ uploadFreelancerServiceAgreement: "upload.freelancer.service.agreement",
1498
+ fetchFreelancerServiceAgreement: "fetch.freelancer.service.agreement",
1499
+ generateFreelancerServiceAgreement: "generate.freelancer.service.agreement",
1500
+ esignFreelancerServiceAgreementForClient: "esign.freelancer.service.agreement.for.client",
1501
+ freelancerResumeDataMappingDev: "freelancer.resume.data.papping.dev",
1502
+ freelancerMcqScoreMappingDev: "freelancer.mcq.score.mapping.dev",
1503
+ fetchFreelancerDropdown: "fetch.freelancer.dropdown",
1504
+ fetchFreelancerDesignationDropdown: "fetch.freelancer.designation.dropdown",
1505
+ deleteFreelancerProfilePic: "delete.freelancer.profile.pic",
1506
+ fetchRecommendedJobsForFreelancer: "fetch.recommended.jobs.for.freelancer",
1507
+ fetchRecommendedClientsDropdownForFreelancerV2: "fetch.recommended.clients.dropdown.for.freelancer.v2",
1508
+ fetchRecommendedJobsDropdownForFreelancerV2: "fetch.recommended.jobs.dropdown.for.freelancer.v2",
1509
+ fetchRecommendedJobsForFreelancerV2: "fetch.recommended.jobs.for.freelancer.v2",
1510
+ fetchAppliedJobsOfFreelancer: "fetch.applied.jobs.of.freelancer",
1511
+ fetchAppliedJobsDropdownForFreelancer: "fetch.applied.jobs.dropdown.for.freelancer",
1512
+ countOfActiveFreelancers: "count.of.active.freelancers",
1513
+ markFollowedOnLinkedIn: "mark.followed.on.linkedin",
1514
+ fetchFreelancerResumeByUuId: "fetch.freelancer.resume.by.uuid",
1515
+ freelancerDataSetup: "freelancer.data.setup",
1516
+ freelancerEmailAndMobileMasking: "freelancer.email.and.mobile.masking",
1517
+ fetchClientInfoForChat: "fetch.client.info.for.chat",
1518
+ fetchAiAssessmentDetails: "fetch.ai.assessment.details",
1519
+ captureAiAssessmentResult: "capture.ai.assessment.result"
1520
+ };
1521
+ var FREELANCER_ASSESSMENT_REQUEST_PATTERN = {
1522
+ fetchAssessmentRequestsForFreelancer: "fetch.assessment.requests.for.freelancer",
1523
+ createFreelancerAssessmentRequest: "create.freelancer.assessment.request"
1416
1524
  };
1417
1525
 
1418
1526
  // src/modules/user/freelancer-profile/dto/freelancer-change-password.dto.ts
@@ -1579,7 +1687,10 @@ __decorateClass([
1579
1687
  var BANK_PATTERN = {
1580
1688
  addFreelancerBankDetails: "add.freelancer.bankdetails",
1581
1689
  fetchFreelancerBankDetails: "fetch.freelancer.bank.details",
1582
- updateFreelancerBankDetails: "update.freelancer.bank.details"
1690
+ updateFreelancerBankDetails: "update.freelancer.bank.details",
1691
+ deleteBankAccount: "delete.bank.account",
1692
+ fetchBankAccounts: "fetch.bank.accounts",
1693
+ setBankAccountPrimary: "set.bank.account.primary"
1583
1694
  };
1584
1695
 
1585
1696
  // src/modules/bank/dto/freelancer-bank-details.dto.ts
@@ -1687,7 +1798,11 @@ __decorateClass([
1687
1798
  // src/modules/notification/pattern/pattern.ts
1688
1799
  var NOTIFICATION_PATTERN = {
1689
1800
  handleAccountVerificationNotification: "handle.account.verification.notification",
1690
- handleResetLinkNotification: "handle.reset.link.notification"
1801
+ handleResetLinkNotification: "handle.reset.link.notification",
1802
+ handleBusinessAccountCreatedNotification: "handle.business.account.created.notification",
1803
+ handleBusinessAccountSetPasswordNotification: "handle.business.account.set.password.notification",
1804
+ handleFreelancerAccountSetPasswordNotification: "handle.freelancer.account.set.password.notification",
1805
+ handleSendBulkInterviewInvites: "handle.send.bulk.interview.invites"
1691
1806
  };
1692
1807
 
1693
1808
  // src/modules/rating/pattern/pattern.ts
@@ -6766,7 +6881,8 @@ var PERMISSION_PATTERN = {
6766
6881
  // src/modules/user/freelancer-skill/pattern/pattern.ts
6767
6882
  var FREELANCER_SKILL_PATTERN = {
6768
6883
  fetchFreelancerSkill: "fetch.freelancer.skill",
6769
- saveFreelancerSkill: "save.freelancer.skill"
6884
+ saveFreelancerSkill: "save.freelancer.skill",
6885
+ fetchFreelancersSkillDropdown: "fetch.freelancers.skill.dropdown"
6770
6886
  };
6771
6887
 
6772
6888
  // src/modules/user/freelancer-skill/dto/freelancer-skill.dto.ts
@@ -6814,7 +6930,12 @@ var ADMIN_FREELANCER_PATTERN = {
6814
6930
  adminCreateFreelancer: "admin.create.freelancer",
6815
6931
  adminUpdateFreelancer: "admin.update.freelancer",
6816
6932
  adminDeleteFreelancer: "admin.delete.freelancer",
6817
- fetchFreelancerGraphCount: "fetch.freelancer.graph.count"
6933
+ fetchFreelancerGraphCount: "fetch.freelancer.graph.count",
6934
+ adminExportFreelancerV2: "admin.export.freelancer.v2",
6935
+ sendAiAssessmentLink: "send.ai.assessment.link",
6936
+ fetchAIassessmentsForAdmin: "fetch.ai.assessments.for.admin",
6937
+ fetchAiAssessmentRequestsForAdmin: "fetch.ai.assessment.requests.for.admin",
6938
+ updateAssessmentRequestStatus: "update.assessment.request.status"
6818
6939
  };
6819
6940
 
6820
6941
  // src/modules/freelancer-admin/dto/create-freelancer.dto.ts
@@ -7293,6 +7414,15 @@ __decorateClass([
7293
7414
  ])
7294
7415
  ], FreelancerDeclarationDto.prototype, "declarationAccepted", 2);
7295
7416
 
7417
+ // src/modules/user/client-candidate-preference/pattern/pattern.ts
7418
+ var CLIENT_CANDIDATE_PREFERENCE_PATTERN = {
7419
+ fetchClientPreferredCandidate: "fetch.client.preferred.candidate",
7420
+ markCandidateAsNotSuitable: "mark.candidate.as.not.suitable",
7421
+ markCandidateAsNotSuitableInBulk: "mark.candidate.as.not.suitable.in.bulk",
7422
+ markCandidateAsShortlisted: "mark.candidate.as.shortlisted",
7423
+ markCandidateAsShortlistedInBulk: "mark.candidate.as.shortlisted.in.bulk"
7424
+ };
7425
+
7296
7426
  // src/modules/cms/pattern/pattern.ts
7297
7427
  var CMS_PATTERNS = {
7298
7428
  fetchCms: "cms.fetch",
@@ -7618,6 +7748,11 @@ var typeOfExperienceAdminEnumDto = /* @__PURE__ */ ((typeOfExperienceAdminEnumDt
7618
7748
  typeOfExperienceAdminEnumDto2["RANGE"] = "RANGE";
7619
7749
  return typeOfExperienceAdminEnumDto2;
7620
7750
  })(typeOfExperienceAdminEnumDto || {});
7751
+ var AdminStepCompletedEnumV2 = /* @__PURE__ */ ((AdminStepCompletedEnumV22) => {
7752
+ AdminStepCompletedEnumV22["BASIC_INFORMATION"] = "BASIC_INFORMATION";
7753
+ AdminStepCompletedEnumV22["JOB_DESCRIPTION"] = "JOB_DESCRIPTION";
7754
+ return AdminStepCompletedEnumV22;
7755
+ })(AdminStepCompletedEnumV2 || {});
7621
7756
  var JobLocationAdminDto = class {
7622
7757
  };
7623
7758
  __decorateClass([
@@ -7769,6 +7904,14 @@ __decorateClass([
7769
7904
  __decorateClass([
7770
7905
  IsOptional36()
7771
7906
  ], AdminJobBasicInformationV2Dto.prototype, "jobRoleCanonicalName", 2);
7907
+ __decorateClass([
7908
+ IsOptional36(),
7909
+ IsEnum24(AdminStepCompletedEnumV2, {
7910
+ message: `Type of stepCompleted must be one of: ${Object.values(
7911
+ AdminStepCompletedEnumV2
7912
+ ).join(", ")}`
7913
+ })
7914
+ ], AdminJobBasicInformationV2Dto.prototype, "stepCompleted", 2);
7772
7915
 
7773
7916
  // src/modules/lead/pattern/pattern.ts
7774
7917
  var LEAD_PATTERN = {
@@ -7871,7 +8014,9 @@ var ADMIN_PERMISSION_PATTERN = {
7871
8014
 
7872
8015
  // src/modules/interview/pattern/pattern.ts
7873
8016
  var INTERVIEW_INVITE_PATTERN = {
7874
- sendInterviewInvite: "send.interview.invite"
8017
+ sendInterviewInvite: "send.interview.invite",
8018
+ fetchInvitedFreelancerForClient: "fetch.invited.freelancer.for.client",
8019
+ fetchInterviewInvite: "fetch.interview.invite"
7875
8020
  };
7876
8021
  var F2F_INTERVIEW_PATTERN = {
7877
8022
  fetchBookings: "fetch.bookings",
@@ -7880,17 +8025,62 @@ var F2F_INTERVIEW_PATTERN = {
7880
8025
  fetchInterviewsByCandidateId: "fetch.interviews.by.candidate.id",
7881
8026
  createF2FInterview: "create.f2f.interview",
7882
8027
  createF2FInterviewRescheduleRequest: "create.f2f.interview.reschedule.request",
7883
- rejectF2FInterviewRescheduleRequest: "reject.f2f.interview.reschedule.request"
8028
+ rejectF2FInterviewRescheduleRequest: "reject.f2f.interview.reschedule.request",
8029
+ fetchF2FInterviewsForClient: "fetch.f2f.interviews.for.client",
8030
+ fetchInterviewedFreelancerForClient: "fetch.interviewed.freelancer.for.client",
8031
+ createF2FInterviewDirect: "create.f2f.interview.direct",
8032
+ approveF2FInterviewRescheduleRequest: "approve.f2f.interview.reschedule.request",
8033
+ fetchF2FInterviewByUuidWithJobDetailsForClient: "fetch.f2f.interview.by.uuid.with.job.details.for.client",
8034
+ fetchF2FInterviewByUuidWithJobDetailsForFreelancer: "fetch.f2F.interview.by.uuid.with.job.details.for.freelancer",
8035
+ fetchF2FInterviewByUuidWithJobDetails: "fetch.f2f.interview.by.uuid.with.job.details"
7884
8036
  };
7885
8037
  var AI_INTERVIEW_PATTERN = {
8038
+ fetchAiInterviewDetailPublic: "fetch.aiinterview.detail.public",
8039
+ markAiInterviewAsInProgressPublic: "mark.aiinterview.as.inprogress.public",
8040
+ markAiInterviewAsExpiredPublic: "mark.aiinterview.as.expired.public",
8041
+ captureAiInterviewResultPublic: "capture.aiinterview.result.public",
8042
+ fetchAiInterviewforClient: "fetch.aiinterview.for.client",
8043
+ fetchAiInterviewforFreelancer: "fetch.aiinterview.for.freelancer",
8044
+ fetchAiInterviewByUuidWithJobDetailsForFreelancer: "fetch.aiinterview.by.uuid.with.job.details.for.freelancer",
8045
+ fetchRescheduleRequestsForFreelancerAiInterview: "fetch.reschedule.requests.for.freelancer.aiinterview",
8046
+ fetchRescheduleRequestsForClientAiInterview: "fetch.reschedule.requests.for.client.aiinterview",
8047
+ fetchAiInterviewAnalysisForClient: "fetch.aiinterview.analysis.for.client",
7886
8048
  fetchAiInterviewRescheduleRequestsForClient: "fetch.aiinterview.reschedule.requests.for.client",
7887
8049
  createAiInterviewRescheduleRequest: "create.aiinterview.reschedule.request",
7888
8050
  approveAiInterviewRescheduleRequest: "approve.aiinterview.reschedule.request",
7889
- rejectAiInterviewRescheduleRequest: "reject.aiinterview.reschedule.request"
8051
+ rejectAiInterviewRescheduleRequest: "reject.aiinterview.reschedule.request",
8052
+ handleAiInterviewAuthentication: "handle.aiinterview.authentication",
8053
+ handleAiInterviewQuestionGeneration: "handle.aiinterview.question.generation",
8054
+ handleAiInterviewTemplateGeneration: "handle.aiinterview.template.generation",
8055
+ handleAiInterviewLinkGeneration: "handle.aiinterview.link.generation",
8056
+ handleAiInterviewInsights: "handle.ai.interview.insights"
7890
8057
  };
7891
8058
  var CALENDLY_PATTERN = {
7892
8059
  handleCalendlyWebhook: "handle.calendly.webhook"
7893
8060
  };
8061
+ var ZOOM_PATTERN = {
8062
+ handleZoomWebhook: "handle.zoom.webhook",
8063
+ handleTestZoomWebhook: "handle.test.zoom.webhook",
8064
+ handleZoomRecordingSettlement: "handle.zoom.recording.settlement"
8065
+ };
8066
+ var INTERVIEW_PATTERN = {
8067
+ fetchInterviews: "fetch.interviews",
8068
+ fetchInterviewDetail: "fetch.interview.detail",
8069
+ fetchInterviewType: "fetch.interview.type",
8070
+ fetchInterviewBasicInformation: "fetch.interview.basic.information",
8071
+ createInterviewBasicInformation: "create.interview.basic.information",
8072
+ updateInterviewBasicInformation: "update.interview.basic.information",
8073
+ fetchInterviewTypeInformation: "fetch.interview.type.information",
8074
+ updateInterviewTypeInformation: "update.interview.type.information",
8075
+ fetchInterviewSkills: "fetch.interview.skills",
8076
+ createInterviewSkills: "create.interview.skills",
8077
+ fetchInterviewQuestions: "fetch.interview.questions",
8078
+ createInterviewQuestions: "create.interview.questions",
8079
+ fetchInterviewSetting: "fetch.interview.setting",
8080
+ updateInterviewSetting: "update.interview.setting",
8081
+ markInterviewAsPublished: "mark.interview.as.published",
8082
+ deleteInterview: "delete.interview"
8083
+ };
7894
8084
 
7895
8085
  // src/modules/interview/dto/interview-invite.dto.ts
7896
8086
  import {
@@ -8057,6 +8247,20 @@ __decorateClass([
8057
8247
 
8058
8248
  // src/modules/contract/pattern/pattern.ts
8059
8249
  var CONTRACT_PATTERN = {
8250
+ generateContract: "generate.contract",
8251
+ fetchHiredFreelancerForClient: "fetch.hired.freelancer.for.client",
8252
+ esignContractForClient: "esign.contract.for.client",
8253
+ markContractViewedByFreelancer: "mark.contract.viewed.by.freelancer",
8254
+ esignContractForFreelancer: "esign.contract.for.freelancer",
8255
+ fetchFreelancerDropdownForClient: "fetch.freelancer.dropdown.for.client",
8256
+ fetchClientDropdownForFreelancer: "fetch.client.dropdown.for.freelancer",
8257
+ escrowFundForContract: "escrow.fund.for.contract",
8258
+ markContractAsActive: "mark.contract.as.active",
8259
+ fetchActiveContractsForFreelancer: "fetch.active.contracts.for.freelancer",
8260
+ fetchHiredFreelancerForGroupCreation: "fetch.hired.freelancer.for.group.creation",
8261
+ fetchActiveContractFreelancerCount: "fetch.active.contract.freelancer.count",
8262
+ fetchJobsDropDownForContractFilters: "fetch.jobs.dropdown.for.contract.filters",
8263
+ fetchOfferedJobsForFreelancer: "fetch.offered.jobs.for.freelancer",
8060
8264
  fetchContractsForClient: "fetch.contract.for.client",
8061
8265
  fetchContractCountForClientAsPerStatus: "fetch.contract.count.for.client.as.per.status",
8062
8266
  fetchContractsForFreelancer: "fetch.contract.for.freelancer",
@@ -8126,7 +8330,13 @@ var STRIPE_PATTERN = {
8126
8330
  createPayout: "create.payout",
8127
8331
  getConnectedAccounts: "get.connected.accounts",
8128
8332
  getTransferHistory: "get.transfer.history",
8129
- fetchTransactions: "fetch.transactions"
8333
+ fetchTransactions: "fetch.transactions",
8334
+ handleStripeWebhookTestEvent: "handle.stripe.webhook.test.event",
8335
+ createClientCustomerAccount: "create.client.customer.account",
8336
+ preCheckoutCalculation: "pre.checkout.calculation",
8337
+ clientAddFund: "client.add.fund",
8338
+ getFreelancerAccountBalance: "get.freelancer.account.balance",
8339
+ getBalanceTransactionsForFreelancer: "get.balance.transactions.for.freelancer"
8130
8340
  };
8131
8341
 
8132
8342
  // src/modules/stripe/dto/create-checkout-session.dto.ts
@@ -8149,11 +8359,26 @@ var TIMESHEET_FREELANCER_PATTERN = {
8149
8359
  submitTimesheetForFreelancer: "submit.timesheet.for.freelancer",
8150
8360
  fetchMissingTimesheetsForFreelancer: "fetch.missing.timesheets.for.freelancer",
8151
8361
  fetchSubmitedTimesheetsForFreelancer: "fetch.submited.timesheets.for.freelancer",
8152
- fetchTimesheetsForResubmitForFreelancer: "fetch.timesheets.for.resubmit.for.freelancer"
8362
+ fetchTimesheetsForResubmitForFreelancer: "fetch.timesheets.for.resubmit.for.freelancer",
8363
+ fetchTimesheetsByDateRangeAndJobIdForFreelancer: "fetch.timesheets.by.date.range.and.job.id.for.freelancer",
8364
+ fetchWeeklyCardSummeryByJobIdForFreelancer: "fetch.weekly.card.summery.by.job.id.for.freelancer",
8365
+ fetchCardSummeryByTimesheetLineIdForFreelancer: "fetch.card.summery.by.timesheet.line.id.for.freelancer",
8366
+ fetchApprovedTimesheetsForFreelancer: "fetch.approved.timesheets.for.freelancer",
8367
+ fetchPendingApprovalTimesheetsForFreelancer: "fetch.pending.approval.timesheets.for.freelancer",
8368
+ fetchAllSubmittedTimesheetsForFreelancer: "fetch.all.submitted.timesheets.for.freelancer",
8369
+ checkTimesheetSubmissionStatusForFreelancer: "check.timesheet.submission.status.for.freelancer",
8370
+ fetchSubmissionHistoryForFreelancer: "fetch.submission.history.for.freelancer",
8371
+ resubmitTimesheetForFreelancer: "resubmit.timesheet.for.freelancer",
8372
+ createMissingTimesheetLine: "create.missing.timesheet.line",
8373
+ fetchClientDropDownForFreelancer: "fetch.client.dropdown.for.freelancer",
8374
+ fetchJobsDropDownForFreelancer: "fetch.jobs.dropdown.for.freelancer"
8153
8375
  };
8154
8376
  var TIMESHEET_CLIENT_PATTERN = {
8155
8377
  approveFreelancerTimesheetForClient: "approve.freelancer.timesheet.for.client",
8156
- rejectFreelancerTimesheetForClient: "reject.freelancer.timesheet.for.client"
8378
+ rejectFreelancerTimesheetForClient: "reject.freelancer.timesheet.for.client",
8379
+ fetchAllSubmittedTimesheetsForClient: "fetch.all.submitted.timesheets.for.client",
8380
+ fetchAllSendBackTimesheetsForClient: "fetch.all.send.back.timesheets.for.client",
8381
+ fetchAllPendingApprovalTimesheetsForClient: "fetch.all.pending.approval.timesheets.for.client"
8157
8382
  };
8158
8383
 
8159
8384
  // src/modules/timesheet/dto/create-freelancer-timesheet.dto.ts
@@ -8271,12 +8496,17 @@ __decorateClass([
8271
8496
  // src/modules/invoice/pattern/pattern.ts
8272
8497
  var INVOICE_PATTERN = {
8273
8498
  createInvoice: "invoice.create",
8274
- fetchInvoicesForFreelancer: "fetch.Invoices.For.Freelancer",
8275
- fetchInvoicesForClient: "fetch.Invoices.For.Client",
8276
- fetchInvoiceById: "fetch.Invoice.By.Id",
8277
- updateInvoiceStatus: "update.Invoice.Status",
8278
- fetchAnalyticsForClient: "fetch.Analytics.For.Client",
8279
- fetchAnalyticsForFreelancer: "fetch.Analytics.For.Freelancer"
8499
+ fetchInvoicesForFreelancer: "fetch.invoices.for.freelancer",
8500
+ fetchInvoicesForClient: "fetch.invoices.for.client",
8501
+ fetchInvoiceById: "fetch.invoice.by.id",
8502
+ updateInvoiceStatus: "update.invoice.status",
8503
+ fetchAnalyticsForClient: "fetch.analytics.for.client",
8504
+ fetchAnalyticsForFreelancer: "fetch.analytics.for.freelancer",
8505
+ fetchFreelancerDropdownForClient: "fetch.freelancer.dropdown.for.client",
8506
+ fetchInvoicesSummeryForClient: "fetch.invoices.summery.for.client",
8507
+ fetchDashboardAnalyticsForClient: "fetch.dashboard.analytics.for.client",
8508
+ fetchPaymentDetailsByInvoiceId: "fetch.payment.details.by.invoiceId",
8509
+ fetchInvoiceReportsForClient: "fetch.invoicer.reports.for.client"
8280
8510
  };
8281
8511
 
8282
8512
  // src/modules/invoice/dto/update-invoice-status.dto.ts
@@ -8290,6 +8520,13 @@ __decorateClass([
8290
8520
  })
8291
8521
  ], UpdateInvoiceStatusDto.prototype, "status", 2);
8292
8522
 
8523
+ // src/modules/dispute/pattern/pattern.ts
8524
+ var DISPUTE_PATTERN = {
8525
+ fetchDisputes: "fetch.disputes",
8526
+ fetchDisputeById: "fetch.dispute.by.id",
8527
+ createDispute: "create.dispute"
8528
+ };
8529
+
8293
8530
  // src/modules/dispute/dto/create-dispute.dto.ts
8294
8531
  import {
8295
8532
  IsString as IsString49,
@@ -8348,6 +8585,13 @@ __decorateClass([
8348
8585
  })
8349
8586
  ], CreateDisputeDto.prototype, "dynamicFields", 2);
8350
8587
 
8588
+ // src/modules/senseloaf/pattern/pattern.ts
8589
+ var SENSELOAF_PATTERN = {
8590
+ handleAiAssessmentDetails: "handle.ai.assessment.details",
8591
+ handelAiAssessmentCreation: "handel.ai.assessment.creation",
8592
+ handleJdParsing: "handle.jd.parsing"
8593
+ };
8594
+
8351
8595
  // src/modules/senseloaf/dto/ai-interview-question-generate.dto.ts
8352
8596
  import {
8353
8597
  IsNotEmpty as IsNotEmpty71
@@ -8361,6 +8605,47 @@ __decorateClass([
8361
8605
  IsNotEmpty71({ message: "Please enter number of questions." })
8362
8606
  ], AiInterviewQuestionGenerateDto.prototype, "numQuestions", 2);
8363
8607
 
8608
+ // src/modules/commission/pattern/pattern.ts
8609
+ var COMMISSION_PATTERN = {
8610
+ fetchCommission: "fetch.commission"
8611
+ };
8612
+
8613
+ // src/modules/hiring/pattern/pattern.ts
8614
+ var HIRING_PATTERN = {
8615
+ fetchAllHiredFreelancerForClient: "fetch.all.hired.freelancer.for.client",
8616
+ fetchAllHiredClientForFreelancer: "fetch.all.hired.client.for.freelancer",
8617
+ createHiring: "create.hiring"
8618
+ };
8619
+
8620
+ // src/modules/llm/pattern/pattern.ts
8621
+ var LLM_PATTERN = {
8622
+ handleMcqGeneration: "handle.mcq.generation"
8623
+ };
8624
+
8625
+ // src/modules/skill/pattern/pattern.ts
8626
+ var SKILL_PATTERN = {
8627
+ fetchSkillsDropdown: "fetch.skills.dropdown",
8628
+ fetchSkillsDropdownV2: "fetch.skills.dropdown.v2"
8629
+ };
8630
+
8631
+ // src/modules/user/signature/pattern/pattern.ts
8632
+ var SIGNATURE_PATTERN = {
8633
+ fetchSignatures: "fetch.signatures",
8634
+ saveSignature: "save.signature"
8635
+ };
8636
+
8637
+ // src/modules/wallet/pattern/pattern.ts
8638
+ var WALLET_PATTERN = {
8639
+ fetchConnectAccountDetails: "fetch.connect.account.details",
8640
+ fetchWalletTransactions: "fetch.wallet.transactions",
8641
+ addTopupEscrowAmount: "add.topup.escrow.amount",
8642
+ debitCommissionFromClientForFTEHiring: "debit.commission.from.client.for.fte.hiring"
8643
+ };
8644
+ var WALLET_ADMIN_PATTERN = {
8645
+ fetchAdminWalletBalance: "fetch.admin.wallet.balance",
8646
+ fetchAdminWalletTransactions: "fetch.admin.wallet.transactions"
8647
+ };
8648
+
8364
8649
  // src/adapters/tcp/user.tcp.adapter.ts
8365
8650
  import { config } from "dotenv";
8366
8651
  import { Transport } from "@nestjs/microservices";
@@ -9409,8 +9694,10 @@ export {
9409
9694
  CALENDLY_PATTERN,
9410
9695
  CITY_PATTERN,
9411
9696
  CLIENT_ADMIN_PATTERNS,
9697
+ CLIENT_CANDIDATE_PREFERENCE_PATTERN,
9412
9698
  CLIENT_PROFILE_PATTERN,
9413
9699
  CMS_PATTERNS,
9700
+ COMMISSION_PATTERN,
9414
9701
  COMPANY_MEMBERS_PATTERNS,
9415
9702
  COMPANY_ROLES_PATTERNS,
9416
9703
  CONTRACT_PATTERN,
@@ -9463,6 +9750,7 @@ export {
9463
9750
  CreateQuestionDto,
9464
9751
  CreateRatingDto,
9465
9752
  CreateSubAdminDto,
9753
+ DISPUTE_PATTERN,
9466
9754
  Dispute,
9467
9755
  DisputeStatusEnum,
9468
9756
  DocumentType,
@@ -9483,6 +9771,7 @@ export {
9483
9771
  F2fInterviewRescheduleRequestStatusEnum,
9484
9772
  F2fInterviewScheduleStatusEnum,
9485
9773
  F2fInterviewStatusEnum,
9774
+ FREELANCER_ASSESSMENT_REQUEST_PATTERN,
9486
9775
  FREELANCER_DECLARATION_PATTERN,
9487
9776
  FREELANCER_EDUCATION_PATTERN,
9488
9777
  FREELANCER_EXPERIENCE_PATTERN,
@@ -9521,10 +9810,12 @@ export {
9521
9810
  FreelancerUploadResumeDto,
9522
9811
  FreelancerWorkShowcaseDto,
9523
9812
  FromUsOn,
9813
+ HIRING_PATTERN,
9524
9814
  HiredFreelancerNatureOfWorkEnum,
9525
9815
  Hiring,
9526
9816
  HiringCommissionTypeEnum,
9527
9817
  INTERVIEW_INVITE_PATTERN,
9818
+ INTERVIEW_PATTERN,
9528
9819
  INVOICE_PATTERN,
9529
9820
  InitiatorTypeEnum,
9530
9821
  Interview,
@@ -9539,6 +9830,8 @@ export {
9539
9830
  InvoicePaymentStatusEnum,
9540
9831
  InvoiceStatusEnum,
9541
9832
  InvoiceTypeEnum,
9833
+ JOB_ADMIN_PATTERN,
9834
+ JOB_APPLICATION_PATTERN,
9542
9835
  JOB_PATTERN,
9543
9836
  JOB_ROLE_PATTERN,
9544
9837
  Job,
@@ -9568,6 +9861,7 @@ export {
9568
9861
  JobTCPAdapter,
9569
9862
  KindOfHire,
9570
9863
  LEAD_PATTERN,
9864
+ LLM_PATTERN,
9571
9865
  Lead,
9572
9866
  LoginDto,
9573
9867
  LoginViaOtpDto,
@@ -9607,6 +9901,9 @@ export {
9607
9901
  ResetPasswordDto,
9608
9902
  ResetPasswordTokenValidationDto,
9609
9903
  ResultStatusEnum,
9904
+ SENSELOAF_PATTERN,
9905
+ SIGNATURE_PATTERN,
9906
+ SKILL_PATTERN,
9610
9907
  STATE_PATTERN,
9611
9908
  STRIPE_PATTERN,
9612
9909
  SUBADMIN_PATTERN,
@@ -9629,6 +9926,7 @@ export {
9629
9926
  SkillCatalog,
9630
9927
  State,
9631
9928
  Step,
9929
+ StepCompletedEnumV2,
9632
9930
  StripeLog,
9633
9931
  StripeTransaction,
9634
9932
  StripeTransactionStatusEnum,
@@ -9671,12 +9969,15 @@ export {
9671
9969
  UserTCPAdapter,
9672
9970
  VerifyGuestOtpDto,
9673
9971
  VerifyGuestOtpPurposeEnum,
9972
+ WALLET_ADMIN_PATTERN,
9973
+ WALLET_PATTERN,
9674
9974
  Wallet,
9675
9975
  WalletAccountTypeEnum,
9676
9976
  WalletOnboardingStatusEnum,
9677
9977
  WalletTransaction,
9678
9978
  WalletTransactionStatusEnum,
9679
9979
  WalletTransactionTypeEnum,
9980
+ ZOOM_PATTERN,
9680
9981
  ZoomMeetingLog,
9681
9982
  typeOfExperienceDtoEnumV2,
9682
9983
  typeOfExperienceEnum
@@ -10,5 +10,15 @@ export declare const AUTHENTICATION_PATTERN: {
10
10
  handleForgotPassword: string;
11
11
  handleResetPassword: string;
12
12
  handleValidateResetPasswordToken: string;
13
+ handleVerifyPermission: string;
14
+ handleValidateEmail: string;
15
+ handleValidateEmailForLogin: string;
16
+ handleValidateMobile: string;
17
+ handleAdminLogin: string;
13
18
  handleSetPassword: string;
19
+ signUpWithLinkedIn: string;
20
+ loginWithLinkedIn: string;
21
+ signUpWithGoogle: string;
22
+ loginWithGoogle: string;
23
+ validateOnboardingToken: string;
14
24
  };
@@ -2,4 +2,7 @@ export declare const BANK_PATTERN: {
2
2
  addFreelancerBankDetails: string;
3
3
  fetchFreelancerBankDetails: string;
4
4
  updateFreelancerBankDetails: string;
5
+ deleteBankAccount: string;
6
+ fetchBankAccounts: string;
7
+ setBankAccountPrimary: string;
5
8
  };
@@ -0,0 +1 @@
1
+ export * from './pattern/pattern';
@@ -0,0 +1,3 @@
1
+ export declare const COMMISSION_PATTERN: {
2
+ fetchCommission: string;
3
+ };
@@ -1,4 +1,18 @@
1
1
  export declare const CONTRACT_PATTERN: {
2
+ generateContract: string;
3
+ fetchHiredFreelancerForClient: string;
4
+ esignContractForClient: string;
5
+ markContractViewedByFreelancer: string;
6
+ esignContractForFreelancer: string;
7
+ fetchFreelancerDropdownForClient: string;
8
+ fetchClientDropdownForFreelancer: string;
9
+ escrowFundForContract: string;
10
+ markContractAsActive: string;
11
+ fetchActiveContractsForFreelancer: string;
12
+ fetchHiredFreelancerForGroupCreation: string;
13
+ fetchActiveContractFreelancerCount: string;
14
+ fetchJobsDropDownForContractFilters: string;
15
+ fetchOfferedJobsForFreelancer: string;
2
16
  fetchContractsForClient: string;
3
17
  fetchContractCountForClientAsPerStatus: string;
4
18
  fetchContractsForFreelancer: string;
@@ -1 +1,2 @@
1
+ export * from './pattern/pattern';
1
2
  export * from './dto';
@@ -0,0 +1,5 @@
1
+ export declare const DISPUTE_PATTERN: {
2
+ fetchDisputes: string;
3
+ fetchDisputeById: string;
4
+ createDispute: string;
5
+ };