@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.
- package/dist/index.d.mts +261 -1
- package/dist/index.d.ts +261 -1
- package/dist/index.js +341 -24
- package/dist/index.mjs +325 -24
- package/dist/modules/authentication/pattern/pattern.d.ts +10 -0
- package/dist/modules/bank/pattern/pattern.d.ts +3 -0
- package/dist/modules/commission/index.d.ts +1 -0
- package/dist/modules/commission/pattern/pattern.d.ts +3 -0
- package/dist/modules/contract/pattern/pattern.d.ts +14 -0
- package/dist/modules/dispute/index.d.ts +1 -0
- package/dist/modules/dispute/pattern/pattern.d.ts +5 -0
- package/dist/modules/freelancer-admin/pattern/pattern.d.ts +5 -0
- package/dist/modules/hiring/index.d.ts +1 -0
- package/dist/modules/hiring/pattern/pattern.d.ts +5 -0
- package/dist/modules/index.d.ts +7 -0
- package/dist/modules/interview/pattern/pattern.d.ts +47 -0
- package/dist/modules/invoice/pattern/pattern.d.ts +5 -0
- package/dist/modules/job/dto/job-basic-information-v2.dto.d.ts +5 -0
- package/dist/modules/job/pattern/pattern.d.ts +34 -0
- package/dist/modules/job-admin/dto/admin-job-basic-information-v2.dto.d.ts +5 -0
- package/dist/modules/llm/index.d.ts +1 -0
- package/dist/modules/llm/pattern/pattern.d.ts +3 -0
- package/dist/modules/notification/pattern/pattern.d.ts +4 -0
- package/dist/modules/onboarding/pattern/pattern.d.ts +11 -0
- package/dist/modules/question/pattern/pattern.d.ts +4 -0
- package/dist/modules/resume-parser/pattern/pattern.d.ts +3 -0
- package/dist/modules/senseloaf/index.d.ts +1 -0
- package/dist/modules/senseloaf/pattern/pattern.d.ts +5 -0
- package/dist/modules/skill/index.d.ts +1 -0
- package/dist/modules/skill/pattern/pattern.d.ts +4 -0
- package/dist/modules/stripe/pattern/pattern.d.ts +6 -0
- package/dist/modules/timesheet/pattern/pattern.d.ts +15 -0
- package/dist/modules/user/client-candidate-preference/index.d.ts +1 -0
- package/dist/modules/user/client-candidate-preference/pattern/pattern.d.ts +7 -0
- package/dist/modules/user/client-profile/pattern/pattern.d.ts +6 -0
- package/dist/modules/user/freelancer-profile/pattern/pattern.d.ts +26 -0
- package/dist/modules/user/freelancer-skill/pattern/pattern.d.ts +1 -0
- package/dist/modules/user/signature/index.d.ts +1 -0
- package/dist/modules/user/signature/pattern/pattern.d.ts +4 -0
- package/dist/modules/user/subadmin/pattern/pattern.d.ts +1 -0
- package/dist/modules/wallet/index.d.ts +1 -0
- package/dist/modules/wallet/pattern/pattern.d.ts +10 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -66,8 +66,10 @@ __export(index_exports, {
|
|
|
66
66
|
CALENDLY_PATTERN: () => CALENDLY_PATTERN,
|
|
67
67
|
CITY_PATTERN: () => CITY_PATTERN,
|
|
68
68
|
CLIENT_ADMIN_PATTERNS: () => CLIENT_ADMIN_PATTERNS,
|
|
69
|
+
CLIENT_CANDIDATE_PREFERENCE_PATTERN: () => CLIENT_CANDIDATE_PREFERENCE_PATTERN,
|
|
69
70
|
CLIENT_PROFILE_PATTERN: () => CLIENT_PROFILE_PATTERN,
|
|
70
71
|
CMS_PATTERNS: () => CMS_PATTERNS,
|
|
72
|
+
COMMISSION_PATTERN: () => COMMISSION_PATTERN,
|
|
71
73
|
COMPANY_MEMBERS_PATTERNS: () => COMPANY_MEMBERS_PATTERNS,
|
|
72
74
|
COMPANY_ROLES_PATTERNS: () => COMPANY_ROLES_PATTERNS,
|
|
73
75
|
CONTRACT_PATTERN: () => CONTRACT_PATTERN,
|
|
@@ -120,6 +122,7 @@ __export(index_exports, {
|
|
|
120
122
|
CreateQuestionDto: () => CreateQuestionDto,
|
|
121
123
|
CreateRatingDto: () => CreateRatingDto,
|
|
122
124
|
CreateSubAdminDto: () => CreateSubAdminDto,
|
|
125
|
+
DISPUTE_PATTERN: () => DISPUTE_PATTERN,
|
|
123
126
|
Dispute: () => Dispute,
|
|
124
127
|
DisputeStatusEnum: () => DisputeStatusEnum,
|
|
125
128
|
DocumentType: () => DocumentType,
|
|
@@ -140,6 +143,7 @@ __export(index_exports, {
|
|
|
140
143
|
F2fInterviewRescheduleRequestStatusEnum: () => F2fInterviewRescheduleRequestStatusEnum,
|
|
141
144
|
F2fInterviewScheduleStatusEnum: () => F2fInterviewScheduleStatusEnum,
|
|
142
145
|
F2fInterviewStatusEnum: () => F2fInterviewStatusEnum,
|
|
146
|
+
FREELANCER_ASSESSMENT_REQUEST_PATTERN: () => FREELANCER_ASSESSMENT_REQUEST_PATTERN,
|
|
143
147
|
FREELANCER_DECLARATION_PATTERN: () => FREELANCER_DECLARATION_PATTERN,
|
|
144
148
|
FREELANCER_EDUCATION_PATTERN: () => FREELANCER_EDUCATION_PATTERN,
|
|
145
149
|
FREELANCER_EXPERIENCE_PATTERN: () => FREELANCER_EXPERIENCE_PATTERN,
|
|
@@ -178,10 +182,12 @@ __export(index_exports, {
|
|
|
178
182
|
FreelancerUploadResumeDto: () => FreelancerUploadResumeDto,
|
|
179
183
|
FreelancerWorkShowcaseDto: () => FreelancerWorkShowcaseDto,
|
|
180
184
|
FromUsOn: () => FromUsOn,
|
|
185
|
+
HIRING_PATTERN: () => HIRING_PATTERN,
|
|
181
186
|
HiredFreelancerNatureOfWorkEnum: () => HiredFreelancerNatureOfWorkEnum,
|
|
182
187
|
Hiring: () => Hiring,
|
|
183
188
|
HiringCommissionTypeEnum: () => HiringCommissionTypeEnum,
|
|
184
189
|
INTERVIEW_INVITE_PATTERN: () => INTERVIEW_INVITE_PATTERN,
|
|
190
|
+
INTERVIEW_PATTERN: () => INTERVIEW_PATTERN,
|
|
185
191
|
INVOICE_PATTERN: () => INVOICE_PATTERN,
|
|
186
192
|
InitiatorTypeEnum: () => InitiatorTypeEnum,
|
|
187
193
|
Interview: () => Interview,
|
|
@@ -196,6 +202,8 @@ __export(index_exports, {
|
|
|
196
202
|
InvoicePaymentStatusEnum: () => InvoicePaymentStatusEnum,
|
|
197
203
|
InvoiceStatusEnum: () => InvoiceStatusEnum,
|
|
198
204
|
InvoiceTypeEnum: () => InvoiceTypeEnum,
|
|
205
|
+
JOB_ADMIN_PATTERN: () => JOB_ADMIN_PATTERN,
|
|
206
|
+
JOB_APPLICATION_PATTERN: () => JOB_APPLICATION_PATTERN,
|
|
199
207
|
JOB_PATTERN: () => JOB_PATTERN,
|
|
200
208
|
JOB_ROLE_PATTERN: () => JOB_ROLE_PATTERN,
|
|
201
209
|
Job: () => Job,
|
|
@@ -225,6 +233,7 @@ __export(index_exports, {
|
|
|
225
233
|
JobTCPAdapter: () => JobTCPAdapter,
|
|
226
234
|
KindOfHire: () => KindOfHire,
|
|
227
235
|
LEAD_PATTERN: () => LEAD_PATTERN,
|
|
236
|
+
LLM_PATTERN: () => LLM_PATTERN,
|
|
228
237
|
Lead: () => Lead,
|
|
229
238
|
LoginDto: () => LoginDto,
|
|
230
239
|
LoginViaOtpDto: () => LoginViaOtpDto,
|
|
@@ -264,6 +273,9 @@ __export(index_exports, {
|
|
|
264
273
|
ResetPasswordDto: () => ResetPasswordDto,
|
|
265
274
|
ResetPasswordTokenValidationDto: () => ResetPasswordTokenValidationDto,
|
|
266
275
|
ResultStatusEnum: () => ResultStatusEnum,
|
|
276
|
+
SENSELOAF_PATTERN: () => SENSELOAF_PATTERN,
|
|
277
|
+
SIGNATURE_PATTERN: () => SIGNATURE_PATTERN,
|
|
278
|
+
SKILL_PATTERN: () => SKILL_PATTERN,
|
|
267
279
|
STATE_PATTERN: () => STATE_PATTERN,
|
|
268
280
|
STRIPE_PATTERN: () => STRIPE_PATTERN,
|
|
269
281
|
SUBADMIN_PATTERN: () => SUBADMIN_PATTERN,
|
|
@@ -286,6 +298,7 @@ __export(index_exports, {
|
|
|
286
298
|
SkillCatalog: () => SkillCatalog,
|
|
287
299
|
State: () => State,
|
|
288
300
|
Step: () => Step,
|
|
301
|
+
StepCompletedEnumV2: () => StepCompletedEnumV2,
|
|
289
302
|
StripeLog: () => StripeLog,
|
|
290
303
|
StripeTransaction: () => StripeTransaction,
|
|
291
304
|
StripeTransactionStatusEnum: () => StripeTransactionStatusEnum,
|
|
@@ -328,12 +341,15 @@ __export(index_exports, {
|
|
|
328
341
|
UserTCPAdapter: () => UserTCPAdapter,
|
|
329
342
|
VerifyGuestOtpDto: () => VerifyGuestOtpDto,
|
|
330
343
|
VerifyGuestOtpPurposeEnum: () => VerifyGuestOtpPurposeEnum,
|
|
344
|
+
WALLET_ADMIN_PATTERN: () => WALLET_ADMIN_PATTERN,
|
|
345
|
+
WALLET_PATTERN: () => WALLET_PATTERN,
|
|
331
346
|
Wallet: () => Wallet,
|
|
332
347
|
WalletAccountTypeEnum: () => WalletAccountTypeEnum,
|
|
333
348
|
WalletOnboardingStatusEnum: () => WalletOnboardingStatusEnum,
|
|
334
349
|
WalletTransaction: () => WalletTransaction,
|
|
335
350
|
WalletTransactionStatusEnum: () => WalletTransactionStatusEnum,
|
|
336
351
|
WalletTransactionTypeEnum: () => WalletTransactionTypeEnum,
|
|
352
|
+
ZOOM_PATTERN: () => ZOOM_PATTERN,
|
|
337
353
|
ZoomMeetingLog: () => ZoomMeetingLog,
|
|
338
354
|
typeOfExperienceDtoEnumV2: () => typeOfExperienceDtoEnumV2,
|
|
339
355
|
typeOfExperienceEnum: () => typeOfExperienceEnum
|
|
@@ -353,7 +369,17 @@ var AUTHENTICATION_PATTERN = {
|
|
|
353
369
|
handleForgotPassword: "handle.forgot.password",
|
|
354
370
|
handleResetPassword: "handle.reset.password",
|
|
355
371
|
handleValidateResetPasswordToken: "handle.validate.reset.password.token",
|
|
356
|
-
|
|
372
|
+
handleVerifyPermission: "handle.verify.permission",
|
|
373
|
+
handleValidateEmail: "handle.validate.email",
|
|
374
|
+
handleValidateEmailForLogin: "handle.validate.email.for.login",
|
|
375
|
+
handleValidateMobile: "handle.validate.mobile",
|
|
376
|
+
handleAdminLogin: "handle.admin.login",
|
|
377
|
+
handleSetPassword: "handle.set.password",
|
|
378
|
+
signUpWithLinkedIn: "signup.with.linkedin",
|
|
379
|
+
loginWithLinkedIn: "login.with.linkedin",
|
|
380
|
+
signUpWithGoogle: "signup.with.google",
|
|
381
|
+
loginWithGoogle: "login.with.google",
|
|
382
|
+
validateOnboardingToken: "validate.onboarding.token"
|
|
357
383
|
};
|
|
358
384
|
|
|
359
385
|
// src/modules/authentication/dto/login.dto.ts
|
|
@@ -602,7 +628,18 @@ var ONBOARDING_PATTERN = {
|
|
|
602
628
|
handleFreelancerWorkShowcase: "handle.freelancer.work.showcase",
|
|
603
629
|
handleClientAccountCreation: "handle.client.account.creation",
|
|
604
630
|
handleClientProfileQuestion: "handle.client.profile.question",
|
|
605
|
-
changeFreelancerPassword: "change.freelancer.password"
|
|
631
|
+
changeFreelancerPassword: "change.freelancer.password",
|
|
632
|
+
handleFetchClientProfileQuestion: "handle.fetch.client.profile.question",
|
|
633
|
+
verifyClientOnboardingToken: "verify.client.onboarding.token",
|
|
634
|
+
handleFetchFreelancerResume: "handle.fetch.freelancer.resume",
|
|
635
|
+
handleFreelancerResumeParsing: "handle.freelancer.resume.parsing",
|
|
636
|
+
initiateFreelancerMcqAssessment: "initiate.freelancer.mcq.assessment",
|
|
637
|
+
handleFetchAiAssessmentLink: "handle.fetch.ai.assessment.link",
|
|
638
|
+
skipFreelancerAiAssessment: "skip.freelancer.ai.assessment",
|
|
639
|
+
initiateFreelancerAiAssessment: "initiate.freelancer.ai.assessment",
|
|
640
|
+
captureAiAssessmentStatus: "capture.ai.assessment.status",
|
|
641
|
+
handleFetchFreelancerProfileQuestion: "handle.fetch.freelancer.profile.question",
|
|
642
|
+
handleFetchFreelancerDetails: "handle.fetch.freelancer.details"
|
|
606
643
|
};
|
|
607
644
|
|
|
608
645
|
// src/modules/onboarding/dto/freelancer-create-account.dto.ts
|
|
@@ -1013,7 +1050,10 @@ __decorateClass([
|
|
|
1013
1050
|
|
|
1014
1051
|
// src/modules/resume-parser/pattern/pattern.ts
|
|
1015
1052
|
var RESUME_PARSER_PATTERN = {
|
|
1016
|
-
handleResumeParsing: "handle.resume.parsing"
|
|
1053
|
+
handleResumeParsing: "handle.resume.parsing",
|
|
1054
|
+
handleResumeParsingByUrl: "handle.resume.parsing.by.url",
|
|
1055
|
+
handleResumeDataProcessing: "handle.resume.data.processing",
|
|
1056
|
+
handleCheckResumeEligibility: "handle.check.resume.eligibility"
|
|
1017
1057
|
};
|
|
1018
1058
|
|
|
1019
1059
|
// src/modules/user/subadmin/pattern/pattern.ts
|
|
@@ -1025,7 +1065,8 @@ var SUBADMIN_PATTERN = {
|
|
|
1025
1065
|
createSubAdmin: "create.subadmin",
|
|
1026
1066
|
updateSubAdminAccountStatus: "update.subadmin.account.status",
|
|
1027
1067
|
updateSubAdmin: "update.subadmin",
|
|
1028
|
-
deleteSubAdmin: "delete.subadmin"
|
|
1068
|
+
deleteSubAdmin: "delete.subadmin",
|
|
1069
|
+
fetchSubAdminCount: "fetch.sub.admin.count"
|
|
1029
1070
|
};
|
|
1030
1071
|
|
|
1031
1072
|
// src/modules/user/subadmin/dto/create-subadmin.dto.ts
|
|
@@ -1109,7 +1150,13 @@ var CLIENT_PROFILE_PATTERN = {
|
|
|
1109
1150
|
updateClientProfile: "update.client.profile",
|
|
1110
1151
|
updateClientLogo: "update.client.logo",
|
|
1111
1152
|
changeClientPassword: "change.client.password",
|
|
1112
|
-
uploadClientServiceAgreement: "upload.client.service.agreement"
|
|
1153
|
+
uploadClientServiceAgreement: "upload.client.service.agreement",
|
|
1154
|
+
fetchClientServiceAgreement: "fetch.client.service.agreement",
|
|
1155
|
+
generateClientServiceAgreement: "generate.client.service.agreement",
|
|
1156
|
+
esignClientServiceAgreementForClient: "esign.client.service.agreement.for.client",
|
|
1157
|
+
fetchClientServiceAgreementStatus: "fetch.client.service.agreement.status",
|
|
1158
|
+
fetchRecommendedFreelancers: "fetch.recommended.freelancers",
|
|
1159
|
+
fetchRecommendedFreelancersV2: "fetch.recommended.freelancers.v2"
|
|
1113
1160
|
};
|
|
1114
1161
|
|
|
1115
1162
|
// src/modules/user/client-profile/dto/update-client-profile.dto.ts
|
|
@@ -1194,7 +1241,11 @@ var ONBOARDING_QUESTION_PATTERN = {
|
|
|
1194
1241
|
fetchOnboardingQuestions: "fetch.onboarding.questions"
|
|
1195
1242
|
};
|
|
1196
1243
|
var ASSESSMENT_QUESTION_PATTERN = {
|
|
1197
|
-
fetchAssessmentQuestions: "fetch.assessment.questions"
|
|
1244
|
+
fetchAssessmentQuestions: "fetch.assessment.questions",
|
|
1245
|
+
handleAssessmentQuestionImport: "handle.assessment.question.import",
|
|
1246
|
+
handelAssessmentRecordAnswer: "handel.assessment.record.answer",
|
|
1247
|
+
handelAssessmentRecordAnswers: "handel.assessment.record.answers",
|
|
1248
|
+
fetchAssessmentSummary: "fetch.assessment.summary"
|
|
1198
1249
|
};
|
|
1199
1250
|
|
|
1200
1251
|
// src/modules/question/dto/create-question.dto.ts
|
|
@@ -1240,7 +1291,41 @@ var JOB_PATTERN = {
|
|
|
1240
1291
|
fetchJobDescription: "fetch.job.description",
|
|
1241
1292
|
updateJobDescription: "update.job.description",
|
|
1242
1293
|
updateJobStatus: "update.job.status",
|
|
1243
|
-
searchJobsByRoleAndSkills: "search.jobs.by.role.and.skills"
|
|
1294
|
+
searchJobsByRoleAndSkills: "search.jobs.by.role.and.skills",
|
|
1295
|
+
handleBulkRecommendationAdjustment: "handle.bulk.recommendation.adjustment",
|
|
1296
|
+
refreshJobFreelancerRecommendationView: "refresh.job.freelancer.recommendation.view",
|
|
1297
|
+
fetchJobConfig: "fetch.job.config",
|
|
1298
|
+
fetchJobRoleSuggestions: "fetch.job.role.suggestions",
|
|
1299
|
+
fetchJobCount: "fetch.job.count",
|
|
1300
|
+
fetchJobsDropdownForFilters: "fetch.jobs.dropdown.for.filters",
|
|
1301
|
+
fetchJobsDropdownForInterview: "fetch.jobs.dropdown.for.interview",
|
|
1302
|
+
fetchJobsDropdownForFreelancer: "fetch.jobs.dropdown.for.freelancer",
|
|
1303
|
+
fetchJobDetailForFreelancer: "fetch.job.detail.for.freelancer",
|
|
1304
|
+
fetchJobBasicInformationV2: "fetch.job.basic.information.v2",
|
|
1305
|
+
createJobBasicInformationV2: "create.job.basic.information.v2",
|
|
1306
|
+
updateJobBasicInformationV2: "update.job.basic.information.v2",
|
|
1307
|
+
deleteJob: "deleteJob",
|
|
1308
|
+
fetchRecommendedFreelancersForJobs: "fetch.recommended.freelancers.for.jobs",
|
|
1309
|
+
fetchRecommendedFreelancersForJob: "fetch.recommended.freelancers.for.job",
|
|
1310
|
+
fetchRecommendedFreelancersForJobV2: "fetch.recommended.freelancers.for.job.v2",
|
|
1311
|
+
handleJobViwedCountIncrement: "handle.job.viwed.count.increment",
|
|
1312
|
+
jobDataSetup: "job.data.Setup",
|
|
1313
|
+
fetchJobsForComparison: "fetch.jobs.for.comparison",
|
|
1314
|
+
fetchJobSkillDropdownForClient: "fetch.job.skill.dropdown.for.client"
|
|
1315
|
+
};
|
|
1316
|
+
var JOB_ADMIN_PATTERN = {
|
|
1317
|
+
adminFetchJobByIdV2: "admin.fetch.job.by.id.v2",
|
|
1318
|
+
adminExportJobsToCSV: "admin.export.jobs.to.csv",
|
|
1319
|
+
adminFetchJobDescription: "admin.fetch.job.description",
|
|
1320
|
+
adminUpdateJobDescription: "admin.update.job.description"
|
|
1321
|
+
};
|
|
1322
|
+
var JOB_APPLICATION_PATTERN = {
|
|
1323
|
+
fetchJobApplicationCountAsPerStatusByJobId: "fetch.job.application.count.as.per.status.by.job.id",
|
|
1324
|
+
fetchJobApplicationsByJobId: "fetch.job.applications.by.job.id",
|
|
1325
|
+
fetchJobApplicants: "fetch.job.applicants",
|
|
1326
|
+
createJobApplication: "create.job.application",
|
|
1327
|
+
changeJobApplicationStatus: "change.job.application.status",
|
|
1328
|
+
changeJobApplicationStatusInBulk: "change.job.application.status.bulk"
|
|
1244
1329
|
};
|
|
1245
1330
|
|
|
1246
1331
|
// src/modules/job/dto/job-basic-information.dto.ts
|
|
@@ -1483,6 +1568,11 @@ var typeOfExperienceDtoEnumV2 = /* @__PURE__ */ ((typeOfExperienceDtoEnumV22) =>
|
|
|
1483
1568
|
typeOfExperienceDtoEnumV22["RANGE"] = "RANGE";
|
|
1484
1569
|
return typeOfExperienceDtoEnumV22;
|
|
1485
1570
|
})(typeOfExperienceDtoEnumV2 || {});
|
|
1571
|
+
var StepCompletedEnumV2 = /* @__PURE__ */ ((StepCompletedEnumV22) => {
|
|
1572
|
+
StepCompletedEnumV22["BASIC_INFORMATION"] = "BASIC_INFORMATION";
|
|
1573
|
+
StepCompletedEnumV22["JOB_DESCRIPTION"] = "JOB_DESCRIPTION";
|
|
1574
|
+
return StepCompletedEnumV22;
|
|
1575
|
+
})(StepCompletedEnumV2 || {});
|
|
1486
1576
|
var JobLocationDto = class {
|
|
1487
1577
|
};
|
|
1488
1578
|
__decorateClass([
|
|
@@ -1627,6 +1717,14 @@ __decorateClass([
|
|
|
1627
1717
|
(0, import_class_validator38.IsOptional)(),
|
|
1628
1718
|
(0, import_class_validator38.IsString)({ message: "Business industry must be a string" })
|
|
1629
1719
|
], JobBasicInformationV2Dto.prototype, "businessIndustry", 2);
|
|
1720
|
+
__decorateClass([
|
|
1721
|
+
(0, import_class_validator38.IsOptional)(),
|
|
1722
|
+
(0, import_class_validator38.IsEnum)(StepCompletedEnumV2, {
|
|
1723
|
+
message: `Type of stepCompleted must be one of: ${Object.values(
|
|
1724
|
+
StepCompletedEnumV2
|
|
1725
|
+
).join(", ")}`
|
|
1726
|
+
})
|
|
1727
|
+
], JobBasicInformationV2Dto.prototype, "stepCompleted", 2);
|
|
1630
1728
|
__decorateClass([
|
|
1631
1729
|
(0, import_class_validator38.IsOptional)(),
|
|
1632
1730
|
(0, import_class_validator38.IsString)({ message: "Additional comment must be a string" }),
|
|
@@ -1642,7 +1740,33 @@ var PROFILE_PATTERN = {
|
|
|
1642
1740
|
changeFreelancerPassword: "change.freelancer.password",
|
|
1643
1741
|
uploadFreelancerProfilePic: "upload.freelancer.profilepic",
|
|
1644
1742
|
updateFreelancerProfile: "update.freelancer.profile",
|
|
1645
|
-
uploadFreelancerServiceAgreement: "upload.freelancer.service.agreement"
|
|
1743
|
+
uploadFreelancerServiceAgreement: "upload.freelancer.service.agreement",
|
|
1744
|
+
fetchFreelancerServiceAgreement: "fetch.freelancer.service.agreement",
|
|
1745
|
+
generateFreelancerServiceAgreement: "generate.freelancer.service.agreement",
|
|
1746
|
+
esignFreelancerServiceAgreementForClient: "esign.freelancer.service.agreement.for.client",
|
|
1747
|
+
freelancerResumeDataMappingDev: "freelancer.resume.data.papping.dev",
|
|
1748
|
+
freelancerMcqScoreMappingDev: "freelancer.mcq.score.mapping.dev",
|
|
1749
|
+
fetchFreelancerDropdown: "fetch.freelancer.dropdown",
|
|
1750
|
+
fetchFreelancerDesignationDropdown: "fetch.freelancer.designation.dropdown",
|
|
1751
|
+
deleteFreelancerProfilePic: "delete.freelancer.profile.pic",
|
|
1752
|
+
fetchRecommendedJobsForFreelancer: "fetch.recommended.jobs.for.freelancer",
|
|
1753
|
+
fetchRecommendedClientsDropdownForFreelancerV2: "fetch.recommended.clients.dropdown.for.freelancer.v2",
|
|
1754
|
+
fetchRecommendedJobsDropdownForFreelancerV2: "fetch.recommended.jobs.dropdown.for.freelancer.v2",
|
|
1755
|
+
fetchRecommendedJobsForFreelancerV2: "fetch.recommended.jobs.for.freelancer.v2",
|
|
1756
|
+
fetchAppliedJobsOfFreelancer: "fetch.applied.jobs.of.freelancer",
|
|
1757
|
+
fetchAppliedJobsDropdownForFreelancer: "fetch.applied.jobs.dropdown.for.freelancer",
|
|
1758
|
+
countOfActiveFreelancers: "count.of.active.freelancers",
|
|
1759
|
+
markFollowedOnLinkedIn: "mark.followed.on.linkedin",
|
|
1760
|
+
fetchFreelancerResumeByUuId: "fetch.freelancer.resume.by.uuid",
|
|
1761
|
+
freelancerDataSetup: "freelancer.data.setup",
|
|
1762
|
+
freelancerEmailAndMobileMasking: "freelancer.email.and.mobile.masking",
|
|
1763
|
+
fetchClientInfoForChat: "fetch.client.info.for.chat",
|
|
1764
|
+
fetchAiAssessmentDetails: "fetch.ai.assessment.details",
|
|
1765
|
+
captureAiAssessmentResult: "capture.ai.assessment.result"
|
|
1766
|
+
};
|
|
1767
|
+
var FREELANCER_ASSESSMENT_REQUEST_PATTERN = {
|
|
1768
|
+
fetchAssessmentRequestsForFreelancer: "fetch.assessment.requests.for.freelancer",
|
|
1769
|
+
createFreelancerAssessmentRequest: "create.freelancer.assessment.request"
|
|
1646
1770
|
};
|
|
1647
1771
|
|
|
1648
1772
|
// src/modules/user/freelancer-profile/dto/freelancer-change-password.dto.ts
|
|
@@ -1794,7 +1918,10 @@ __decorateClass([
|
|
|
1794
1918
|
var BANK_PATTERN = {
|
|
1795
1919
|
addFreelancerBankDetails: "add.freelancer.bankdetails",
|
|
1796
1920
|
fetchFreelancerBankDetails: "fetch.freelancer.bank.details",
|
|
1797
|
-
updateFreelancerBankDetails: "update.freelancer.bank.details"
|
|
1921
|
+
updateFreelancerBankDetails: "update.freelancer.bank.details",
|
|
1922
|
+
deleteBankAccount: "delete.bank.account",
|
|
1923
|
+
fetchBankAccounts: "fetch.bank.accounts",
|
|
1924
|
+
setBankAccountPrimary: "set.bank.account.primary"
|
|
1798
1925
|
};
|
|
1799
1926
|
|
|
1800
1927
|
// src/modules/bank/dto/freelancer-bank-details.dto.ts
|
|
@@ -1893,7 +2020,11 @@ __decorateClass([
|
|
|
1893
2020
|
// src/modules/notification/pattern/pattern.ts
|
|
1894
2021
|
var NOTIFICATION_PATTERN = {
|
|
1895
2022
|
handleAccountVerificationNotification: "handle.account.verification.notification",
|
|
1896
|
-
handleResetLinkNotification: "handle.reset.link.notification"
|
|
2023
|
+
handleResetLinkNotification: "handle.reset.link.notification",
|
|
2024
|
+
handleBusinessAccountCreatedNotification: "handle.business.account.created.notification",
|
|
2025
|
+
handleBusinessAccountSetPasswordNotification: "handle.business.account.set.password.notification",
|
|
2026
|
+
handleFreelancerAccountSetPasswordNotification: "handle.freelancer.account.set.password.notification",
|
|
2027
|
+
handleSendBulkInterviewInvites: "handle.send.bulk.interview.invites"
|
|
1897
2028
|
};
|
|
1898
2029
|
|
|
1899
2030
|
// src/modules/rating/pattern/pattern.ts
|
|
@@ -6730,7 +6861,8 @@ var PERMISSION_PATTERN = {
|
|
|
6730
6861
|
// src/modules/user/freelancer-skill/pattern/pattern.ts
|
|
6731
6862
|
var FREELANCER_SKILL_PATTERN = {
|
|
6732
6863
|
fetchFreelancerSkill: "fetch.freelancer.skill",
|
|
6733
|
-
saveFreelancerSkill: "save.freelancer.skill"
|
|
6864
|
+
saveFreelancerSkill: "save.freelancer.skill",
|
|
6865
|
+
fetchFreelancersSkillDropdown: "fetch.freelancers.skill.dropdown"
|
|
6734
6866
|
};
|
|
6735
6867
|
|
|
6736
6868
|
// src/modules/user/freelancer-skill/dto/freelancer-skill.dto.ts
|
|
@@ -6778,7 +6910,12 @@ var ADMIN_FREELANCER_PATTERN = {
|
|
|
6778
6910
|
adminCreateFreelancer: "admin.create.freelancer",
|
|
6779
6911
|
adminUpdateFreelancer: "admin.update.freelancer",
|
|
6780
6912
|
adminDeleteFreelancer: "admin.delete.freelancer",
|
|
6781
|
-
fetchFreelancerGraphCount: "fetch.freelancer.graph.count"
|
|
6913
|
+
fetchFreelancerGraphCount: "fetch.freelancer.graph.count",
|
|
6914
|
+
adminExportFreelancerV2: "admin.export.freelancer.v2",
|
|
6915
|
+
sendAiAssessmentLink: "send.ai.assessment.link",
|
|
6916
|
+
fetchAIassessmentsForAdmin: "fetch.ai.assessments.for.admin",
|
|
6917
|
+
fetchAiAssessmentRequestsForAdmin: "fetch.ai.assessment.requests.for.admin",
|
|
6918
|
+
updateAssessmentRequestStatus: "update.assessment.request.status"
|
|
6782
6919
|
};
|
|
6783
6920
|
|
|
6784
6921
|
// src/modules/freelancer-admin/dto/create-freelancer.dto.ts
|
|
@@ -7207,6 +7344,15 @@ __decorateClass([
|
|
|
7207
7344
|
])
|
|
7208
7345
|
], FreelancerDeclarationDto.prototype, "declarationAccepted", 2);
|
|
7209
7346
|
|
|
7347
|
+
// src/modules/user/client-candidate-preference/pattern/pattern.ts
|
|
7348
|
+
var CLIENT_CANDIDATE_PREFERENCE_PATTERN = {
|
|
7349
|
+
fetchClientPreferredCandidate: "fetch.client.preferred.candidate",
|
|
7350
|
+
markCandidateAsNotSuitable: "mark.candidate.as.not.suitable",
|
|
7351
|
+
markCandidateAsNotSuitableInBulk: "mark.candidate.as.not.suitable.in.bulk",
|
|
7352
|
+
markCandidateAsShortlisted: "mark.candidate.as.shortlisted",
|
|
7353
|
+
markCandidateAsShortlistedInBulk: "mark.candidate.as.shortlisted.in.bulk"
|
|
7354
|
+
};
|
|
7355
|
+
|
|
7210
7356
|
// src/modules/cms/pattern/pattern.ts
|
|
7211
7357
|
var CMS_PATTERNS = {
|
|
7212
7358
|
fetchCms: "cms.fetch",
|
|
@@ -7497,6 +7643,11 @@ var typeOfExperienceAdminEnumDto = /* @__PURE__ */ ((typeOfExperienceAdminEnumDt
|
|
|
7497
7643
|
typeOfExperienceAdminEnumDto2["RANGE"] = "RANGE";
|
|
7498
7644
|
return typeOfExperienceAdminEnumDto2;
|
|
7499
7645
|
})(typeOfExperienceAdminEnumDto || {});
|
|
7646
|
+
var AdminStepCompletedEnumV2 = /* @__PURE__ */ ((AdminStepCompletedEnumV22) => {
|
|
7647
|
+
AdminStepCompletedEnumV22["BASIC_INFORMATION"] = "BASIC_INFORMATION";
|
|
7648
|
+
AdminStepCompletedEnumV22["JOB_DESCRIPTION"] = "JOB_DESCRIPTION";
|
|
7649
|
+
return AdminStepCompletedEnumV22;
|
|
7650
|
+
})(AdminStepCompletedEnumV2 || {});
|
|
7500
7651
|
var JobLocationAdminDto = class {
|
|
7501
7652
|
};
|
|
7502
7653
|
__decorateClass([
|
|
@@ -7648,6 +7799,14 @@ __decorateClass([
|
|
|
7648
7799
|
__decorateClass([
|
|
7649
7800
|
(0, import_class_validator64.IsOptional)()
|
|
7650
7801
|
], AdminJobBasicInformationV2Dto.prototype, "jobRoleCanonicalName", 2);
|
|
7802
|
+
__decorateClass([
|
|
7803
|
+
(0, import_class_validator64.IsOptional)(),
|
|
7804
|
+
(0, import_class_validator64.IsEnum)(AdminStepCompletedEnumV2, {
|
|
7805
|
+
message: `Type of stepCompleted must be one of: ${Object.values(
|
|
7806
|
+
AdminStepCompletedEnumV2
|
|
7807
|
+
).join(", ")}`
|
|
7808
|
+
})
|
|
7809
|
+
], AdminJobBasicInformationV2Dto.prototype, "stepCompleted", 2);
|
|
7651
7810
|
|
|
7652
7811
|
// src/modules/lead/pattern/pattern.ts
|
|
7653
7812
|
var LEAD_PATTERN = {
|
|
@@ -7750,7 +7909,9 @@ var ADMIN_PERMISSION_PATTERN = {
|
|
|
7750
7909
|
|
|
7751
7910
|
// src/modules/interview/pattern/pattern.ts
|
|
7752
7911
|
var INTERVIEW_INVITE_PATTERN = {
|
|
7753
|
-
sendInterviewInvite: "send.interview.invite"
|
|
7912
|
+
sendInterviewInvite: "send.interview.invite",
|
|
7913
|
+
fetchInvitedFreelancerForClient: "fetch.invited.freelancer.for.client",
|
|
7914
|
+
fetchInterviewInvite: "fetch.interview.invite"
|
|
7754
7915
|
};
|
|
7755
7916
|
var F2F_INTERVIEW_PATTERN = {
|
|
7756
7917
|
fetchBookings: "fetch.bookings",
|
|
@@ -7759,17 +7920,62 @@ var F2F_INTERVIEW_PATTERN = {
|
|
|
7759
7920
|
fetchInterviewsByCandidateId: "fetch.interviews.by.candidate.id",
|
|
7760
7921
|
createF2FInterview: "create.f2f.interview",
|
|
7761
7922
|
createF2FInterviewRescheduleRequest: "create.f2f.interview.reschedule.request",
|
|
7762
|
-
rejectF2FInterviewRescheduleRequest: "reject.f2f.interview.reschedule.request"
|
|
7923
|
+
rejectF2FInterviewRescheduleRequest: "reject.f2f.interview.reschedule.request",
|
|
7924
|
+
fetchF2FInterviewsForClient: "fetch.f2f.interviews.for.client",
|
|
7925
|
+
fetchInterviewedFreelancerForClient: "fetch.interviewed.freelancer.for.client",
|
|
7926
|
+
createF2FInterviewDirect: "create.f2f.interview.direct",
|
|
7927
|
+
approveF2FInterviewRescheduleRequest: "approve.f2f.interview.reschedule.request",
|
|
7928
|
+
fetchF2FInterviewByUuidWithJobDetailsForClient: "fetch.f2f.interview.by.uuid.with.job.details.for.client",
|
|
7929
|
+
fetchF2FInterviewByUuidWithJobDetailsForFreelancer: "fetch.f2F.interview.by.uuid.with.job.details.for.freelancer",
|
|
7930
|
+
fetchF2FInterviewByUuidWithJobDetails: "fetch.f2f.interview.by.uuid.with.job.details"
|
|
7763
7931
|
};
|
|
7764
7932
|
var AI_INTERVIEW_PATTERN = {
|
|
7933
|
+
fetchAiInterviewDetailPublic: "fetch.aiinterview.detail.public",
|
|
7934
|
+
markAiInterviewAsInProgressPublic: "mark.aiinterview.as.inprogress.public",
|
|
7935
|
+
markAiInterviewAsExpiredPublic: "mark.aiinterview.as.expired.public",
|
|
7936
|
+
captureAiInterviewResultPublic: "capture.aiinterview.result.public",
|
|
7937
|
+
fetchAiInterviewforClient: "fetch.aiinterview.for.client",
|
|
7938
|
+
fetchAiInterviewforFreelancer: "fetch.aiinterview.for.freelancer",
|
|
7939
|
+
fetchAiInterviewByUuidWithJobDetailsForFreelancer: "fetch.aiinterview.by.uuid.with.job.details.for.freelancer",
|
|
7940
|
+
fetchRescheduleRequestsForFreelancerAiInterview: "fetch.reschedule.requests.for.freelancer.aiinterview",
|
|
7941
|
+
fetchRescheduleRequestsForClientAiInterview: "fetch.reschedule.requests.for.client.aiinterview",
|
|
7942
|
+
fetchAiInterviewAnalysisForClient: "fetch.aiinterview.analysis.for.client",
|
|
7765
7943
|
fetchAiInterviewRescheduleRequestsForClient: "fetch.aiinterview.reschedule.requests.for.client",
|
|
7766
7944
|
createAiInterviewRescheduleRequest: "create.aiinterview.reschedule.request",
|
|
7767
7945
|
approveAiInterviewRescheduleRequest: "approve.aiinterview.reschedule.request",
|
|
7768
|
-
rejectAiInterviewRescheduleRequest: "reject.aiinterview.reschedule.request"
|
|
7946
|
+
rejectAiInterviewRescheduleRequest: "reject.aiinterview.reschedule.request",
|
|
7947
|
+
handleAiInterviewAuthentication: "handle.aiinterview.authentication",
|
|
7948
|
+
handleAiInterviewQuestionGeneration: "handle.aiinterview.question.generation",
|
|
7949
|
+
handleAiInterviewTemplateGeneration: "handle.aiinterview.template.generation",
|
|
7950
|
+
handleAiInterviewLinkGeneration: "handle.aiinterview.link.generation",
|
|
7951
|
+
handleAiInterviewInsights: "handle.ai.interview.insights"
|
|
7769
7952
|
};
|
|
7770
7953
|
var CALENDLY_PATTERN = {
|
|
7771
7954
|
handleCalendlyWebhook: "handle.calendly.webhook"
|
|
7772
7955
|
};
|
|
7956
|
+
var ZOOM_PATTERN = {
|
|
7957
|
+
handleZoomWebhook: "handle.zoom.webhook",
|
|
7958
|
+
handleTestZoomWebhook: "handle.test.zoom.webhook",
|
|
7959
|
+
handleZoomRecordingSettlement: "handle.zoom.recording.settlement"
|
|
7960
|
+
};
|
|
7961
|
+
var INTERVIEW_PATTERN = {
|
|
7962
|
+
fetchInterviews: "fetch.interviews",
|
|
7963
|
+
fetchInterviewDetail: "fetch.interview.detail",
|
|
7964
|
+
fetchInterviewType: "fetch.interview.type",
|
|
7965
|
+
fetchInterviewBasicInformation: "fetch.interview.basic.information",
|
|
7966
|
+
createInterviewBasicInformation: "create.interview.basic.information",
|
|
7967
|
+
updateInterviewBasicInformation: "update.interview.basic.information",
|
|
7968
|
+
fetchInterviewTypeInformation: "fetch.interview.type.information",
|
|
7969
|
+
updateInterviewTypeInformation: "update.interview.type.information",
|
|
7970
|
+
fetchInterviewSkills: "fetch.interview.skills",
|
|
7971
|
+
createInterviewSkills: "create.interview.skills",
|
|
7972
|
+
fetchInterviewQuestions: "fetch.interview.questions",
|
|
7973
|
+
createInterviewQuestions: "create.interview.questions",
|
|
7974
|
+
fetchInterviewSetting: "fetch.interview.setting",
|
|
7975
|
+
updateInterviewSetting: "update.interview.setting",
|
|
7976
|
+
markInterviewAsPublished: "mark.interview.as.published",
|
|
7977
|
+
deleteInterview: "delete.interview"
|
|
7978
|
+
};
|
|
7773
7979
|
|
|
7774
7980
|
// src/modules/interview/dto/interview-invite.dto.ts
|
|
7775
7981
|
var import_class_validator69 = require("class-validator");
|
|
@@ -7908,6 +8114,20 @@ __decorateClass([
|
|
|
7908
8114
|
|
|
7909
8115
|
// src/modules/contract/pattern/pattern.ts
|
|
7910
8116
|
var CONTRACT_PATTERN = {
|
|
8117
|
+
generateContract: "generate.contract",
|
|
8118
|
+
fetchHiredFreelancerForClient: "fetch.hired.freelancer.for.client",
|
|
8119
|
+
esignContractForClient: "esign.contract.for.client",
|
|
8120
|
+
markContractViewedByFreelancer: "mark.contract.viewed.by.freelancer",
|
|
8121
|
+
esignContractForFreelancer: "esign.contract.for.freelancer",
|
|
8122
|
+
fetchFreelancerDropdownForClient: "fetch.freelancer.dropdown.for.client",
|
|
8123
|
+
fetchClientDropdownForFreelancer: "fetch.client.dropdown.for.freelancer",
|
|
8124
|
+
escrowFundForContract: "escrow.fund.for.contract",
|
|
8125
|
+
markContractAsActive: "mark.contract.as.active",
|
|
8126
|
+
fetchActiveContractsForFreelancer: "fetch.active.contracts.for.freelancer",
|
|
8127
|
+
fetchHiredFreelancerForGroupCreation: "fetch.hired.freelancer.for.group.creation",
|
|
8128
|
+
fetchActiveContractFreelancerCount: "fetch.active.contract.freelancer.count",
|
|
8129
|
+
fetchJobsDropDownForContractFilters: "fetch.jobs.dropdown.for.contract.filters",
|
|
8130
|
+
fetchOfferedJobsForFreelancer: "fetch.offered.jobs.for.freelancer",
|
|
7911
8131
|
fetchContractsForClient: "fetch.contract.for.client",
|
|
7912
8132
|
fetchContractCountForClientAsPerStatus: "fetch.contract.count.for.client.as.per.status",
|
|
7913
8133
|
fetchContractsForFreelancer: "fetch.contract.for.freelancer",
|
|
@@ -7977,7 +8197,13 @@ var STRIPE_PATTERN = {
|
|
|
7977
8197
|
createPayout: "create.payout",
|
|
7978
8198
|
getConnectedAccounts: "get.connected.accounts",
|
|
7979
8199
|
getTransferHistory: "get.transfer.history",
|
|
7980
|
-
fetchTransactions: "fetch.transactions"
|
|
8200
|
+
fetchTransactions: "fetch.transactions",
|
|
8201
|
+
handleStripeWebhookTestEvent: "handle.stripe.webhook.test.event",
|
|
8202
|
+
createClientCustomerAccount: "create.client.customer.account",
|
|
8203
|
+
preCheckoutCalculation: "pre.checkout.calculation",
|
|
8204
|
+
clientAddFund: "client.add.fund",
|
|
8205
|
+
getFreelancerAccountBalance: "get.freelancer.account.balance",
|
|
8206
|
+
getBalanceTransactionsForFreelancer: "get.balance.transactions.for.freelancer"
|
|
7981
8207
|
};
|
|
7982
8208
|
|
|
7983
8209
|
// src/modules/stripe/dto/create-checkout-session.dto.ts
|
|
@@ -7998,11 +8224,26 @@ var TIMESHEET_FREELANCER_PATTERN = {
|
|
|
7998
8224
|
submitTimesheetForFreelancer: "submit.timesheet.for.freelancer",
|
|
7999
8225
|
fetchMissingTimesheetsForFreelancer: "fetch.missing.timesheets.for.freelancer",
|
|
8000
8226
|
fetchSubmitedTimesheetsForFreelancer: "fetch.submited.timesheets.for.freelancer",
|
|
8001
|
-
fetchTimesheetsForResubmitForFreelancer: "fetch.timesheets.for.resubmit.for.freelancer"
|
|
8227
|
+
fetchTimesheetsForResubmitForFreelancer: "fetch.timesheets.for.resubmit.for.freelancer",
|
|
8228
|
+
fetchTimesheetsByDateRangeAndJobIdForFreelancer: "fetch.timesheets.by.date.range.and.job.id.for.freelancer",
|
|
8229
|
+
fetchWeeklyCardSummeryByJobIdForFreelancer: "fetch.weekly.card.summery.by.job.id.for.freelancer",
|
|
8230
|
+
fetchCardSummeryByTimesheetLineIdForFreelancer: "fetch.card.summery.by.timesheet.line.id.for.freelancer",
|
|
8231
|
+
fetchApprovedTimesheetsForFreelancer: "fetch.approved.timesheets.for.freelancer",
|
|
8232
|
+
fetchPendingApprovalTimesheetsForFreelancer: "fetch.pending.approval.timesheets.for.freelancer",
|
|
8233
|
+
fetchAllSubmittedTimesheetsForFreelancer: "fetch.all.submitted.timesheets.for.freelancer",
|
|
8234
|
+
checkTimesheetSubmissionStatusForFreelancer: "check.timesheet.submission.status.for.freelancer",
|
|
8235
|
+
fetchSubmissionHistoryForFreelancer: "fetch.submission.history.for.freelancer",
|
|
8236
|
+
resubmitTimesheetForFreelancer: "resubmit.timesheet.for.freelancer",
|
|
8237
|
+
createMissingTimesheetLine: "create.missing.timesheet.line",
|
|
8238
|
+
fetchClientDropDownForFreelancer: "fetch.client.dropdown.for.freelancer",
|
|
8239
|
+
fetchJobsDropDownForFreelancer: "fetch.jobs.dropdown.for.freelancer"
|
|
8002
8240
|
};
|
|
8003
8241
|
var TIMESHEET_CLIENT_PATTERN = {
|
|
8004
8242
|
approveFreelancerTimesheetForClient: "approve.freelancer.timesheet.for.client",
|
|
8005
|
-
rejectFreelancerTimesheetForClient: "reject.freelancer.timesheet.for.client"
|
|
8243
|
+
rejectFreelancerTimesheetForClient: "reject.freelancer.timesheet.for.client",
|
|
8244
|
+
fetchAllSubmittedTimesheetsForClient: "fetch.all.submitted.timesheets.for.client",
|
|
8245
|
+
fetchAllSendBackTimesheetsForClient: "fetch.all.send.back.timesheets.for.client",
|
|
8246
|
+
fetchAllPendingApprovalTimesheetsForClient: "fetch.all.pending.approval.timesheets.for.client"
|
|
8006
8247
|
};
|
|
8007
8248
|
|
|
8008
8249
|
// src/modules/timesheet/dto/create-freelancer-timesheet.dto.ts
|
|
@@ -8104,12 +8345,17 @@ __decorateClass([
|
|
|
8104
8345
|
// src/modules/invoice/pattern/pattern.ts
|
|
8105
8346
|
var INVOICE_PATTERN = {
|
|
8106
8347
|
createInvoice: "invoice.create",
|
|
8107
|
-
fetchInvoicesForFreelancer: "fetch.
|
|
8108
|
-
fetchInvoicesForClient: "fetch.
|
|
8109
|
-
fetchInvoiceById: "fetch.
|
|
8110
|
-
updateInvoiceStatus: "update.
|
|
8111
|
-
fetchAnalyticsForClient: "fetch.
|
|
8112
|
-
fetchAnalyticsForFreelancer: "fetch.
|
|
8348
|
+
fetchInvoicesForFreelancer: "fetch.invoices.for.freelancer",
|
|
8349
|
+
fetchInvoicesForClient: "fetch.invoices.for.client",
|
|
8350
|
+
fetchInvoiceById: "fetch.invoice.by.id",
|
|
8351
|
+
updateInvoiceStatus: "update.invoice.status",
|
|
8352
|
+
fetchAnalyticsForClient: "fetch.analytics.for.client",
|
|
8353
|
+
fetchAnalyticsForFreelancer: "fetch.analytics.for.freelancer",
|
|
8354
|
+
fetchFreelancerDropdownForClient: "fetch.freelancer.dropdown.for.client",
|
|
8355
|
+
fetchInvoicesSummeryForClient: "fetch.invoices.summery.for.client",
|
|
8356
|
+
fetchDashboardAnalyticsForClient: "fetch.dashboard.analytics.for.client",
|
|
8357
|
+
fetchPaymentDetailsByInvoiceId: "fetch.payment.details.by.invoiceId",
|
|
8358
|
+
fetchInvoiceReportsForClient: "fetch.invoicer.reports.for.client"
|
|
8113
8359
|
};
|
|
8114
8360
|
|
|
8115
8361
|
// src/modules/invoice/dto/update-invoice-status.dto.ts
|
|
@@ -8123,6 +8369,13 @@ __decorateClass([
|
|
|
8123
8369
|
})
|
|
8124
8370
|
], UpdateInvoiceStatusDto.prototype, "status", 2);
|
|
8125
8371
|
|
|
8372
|
+
// src/modules/dispute/pattern/pattern.ts
|
|
8373
|
+
var DISPUTE_PATTERN = {
|
|
8374
|
+
fetchDisputes: "fetch.disputes",
|
|
8375
|
+
fetchDisputeById: "fetch.dispute.by.id",
|
|
8376
|
+
createDispute: "create.dispute"
|
|
8377
|
+
};
|
|
8378
|
+
|
|
8126
8379
|
// src/modules/dispute/dto/create-dispute.dto.ts
|
|
8127
8380
|
var import_class_validator81 = require("class-validator");
|
|
8128
8381
|
var import_class_transformer18 = require("class-transformer");
|
|
@@ -8172,6 +8425,13 @@ __decorateClass([
|
|
|
8172
8425
|
})
|
|
8173
8426
|
], CreateDisputeDto.prototype, "dynamicFields", 2);
|
|
8174
8427
|
|
|
8428
|
+
// src/modules/senseloaf/pattern/pattern.ts
|
|
8429
|
+
var SENSELOAF_PATTERN = {
|
|
8430
|
+
handleAiAssessmentDetails: "handle.ai.assessment.details",
|
|
8431
|
+
handelAiAssessmentCreation: "handel.ai.assessment.creation",
|
|
8432
|
+
handleJdParsing: "handle.jd.parsing"
|
|
8433
|
+
};
|
|
8434
|
+
|
|
8175
8435
|
// src/modules/senseloaf/dto/ai-interview-question-generate.dto.ts
|
|
8176
8436
|
var import_class_validator82 = require("class-validator");
|
|
8177
8437
|
var AiInterviewQuestionGenerateDto = class {
|
|
@@ -8183,6 +8443,47 @@ __decorateClass([
|
|
|
8183
8443
|
(0, import_class_validator82.IsNotEmpty)({ message: "Please enter number of questions." })
|
|
8184
8444
|
], AiInterviewQuestionGenerateDto.prototype, "numQuestions", 2);
|
|
8185
8445
|
|
|
8446
|
+
// src/modules/commission/pattern/pattern.ts
|
|
8447
|
+
var COMMISSION_PATTERN = {
|
|
8448
|
+
fetchCommission: "fetch.commission"
|
|
8449
|
+
};
|
|
8450
|
+
|
|
8451
|
+
// src/modules/hiring/pattern/pattern.ts
|
|
8452
|
+
var HIRING_PATTERN = {
|
|
8453
|
+
fetchAllHiredFreelancerForClient: "fetch.all.hired.freelancer.for.client",
|
|
8454
|
+
fetchAllHiredClientForFreelancer: "fetch.all.hired.client.for.freelancer",
|
|
8455
|
+
createHiring: "create.hiring"
|
|
8456
|
+
};
|
|
8457
|
+
|
|
8458
|
+
// src/modules/llm/pattern/pattern.ts
|
|
8459
|
+
var LLM_PATTERN = {
|
|
8460
|
+
handleMcqGeneration: "handle.mcq.generation"
|
|
8461
|
+
};
|
|
8462
|
+
|
|
8463
|
+
// src/modules/skill/pattern/pattern.ts
|
|
8464
|
+
var SKILL_PATTERN = {
|
|
8465
|
+
fetchSkillsDropdown: "fetch.skills.dropdown",
|
|
8466
|
+
fetchSkillsDropdownV2: "fetch.skills.dropdown.v2"
|
|
8467
|
+
};
|
|
8468
|
+
|
|
8469
|
+
// src/modules/user/signature/pattern/pattern.ts
|
|
8470
|
+
var SIGNATURE_PATTERN = {
|
|
8471
|
+
fetchSignatures: "fetch.signatures",
|
|
8472
|
+
saveSignature: "save.signature"
|
|
8473
|
+
};
|
|
8474
|
+
|
|
8475
|
+
// src/modules/wallet/pattern/pattern.ts
|
|
8476
|
+
var WALLET_PATTERN = {
|
|
8477
|
+
fetchConnectAccountDetails: "fetch.connect.account.details",
|
|
8478
|
+
fetchWalletTransactions: "fetch.wallet.transactions",
|
|
8479
|
+
addTopupEscrowAmount: "add.topup.escrow.amount",
|
|
8480
|
+
debitCommissionFromClientForFTEHiring: "debit.commission.from.client.for.fte.hiring"
|
|
8481
|
+
};
|
|
8482
|
+
var WALLET_ADMIN_PATTERN = {
|
|
8483
|
+
fetchAdminWalletBalance: "fetch.admin.wallet.balance",
|
|
8484
|
+
fetchAdminWalletTransactions: "fetch.admin.wallet.transactions"
|
|
8485
|
+
};
|
|
8486
|
+
|
|
8186
8487
|
// src/adapters/tcp/user.tcp.adapter.ts
|
|
8187
8488
|
var import_dotenv = require("dotenv");
|
|
8188
8489
|
var import_microservices = require("@nestjs/microservices");
|
|
@@ -9213,8 +9514,10 @@ RecommendationWeightageConfig = __decorateClass([
|
|
|
9213
9514
|
CALENDLY_PATTERN,
|
|
9214
9515
|
CITY_PATTERN,
|
|
9215
9516
|
CLIENT_ADMIN_PATTERNS,
|
|
9517
|
+
CLIENT_CANDIDATE_PREFERENCE_PATTERN,
|
|
9216
9518
|
CLIENT_PROFILE_PATTERN,
|
|
9217
9519
|
CMS_PATTERNS,
|
|
9520
|
+
COMMISSION_PATTERN,
|
|
9218
9521
|
COMPANY_MEMBERS_PATTERNS,
|
|
9219
9522
|
COMPANY_ROLES_PATTERNS,
|
|
9220
9523
|
CONTRACT_PATTERN,
|
|
@@ -9267,6 +9570,7 @@ RecommendationWeightageConfig = __decorateClass([
|
|
|
9267
9570
|
CreateQuestionDto,
|
|
9268
9571
|
CreateRatingDto,
|
|
9269
9572
|
CreateSubAdminDto,
|
|
9573
|
+
DISPUTE_PATTERN,
|
|
9270
9574
|
Dispute,
|
|
9271
9575
|
DisputeStatusEnum,
|
|
9272
9576
|
DocumentType,
|
|
@@ -9287,6 +9591,7 @@ RecommendationWeightageConfig = __decorateClass([
|
|
|
9287
9591
|
F2fInterviewRescheduleRequestStatusEnum,
|
|
9288
9592
|
F2fInterviewScheduleStatusEnum,
|
|
9289
9593
|
F2fInterviewStatusEnum,
|
|
9594
|
+
FREELANCER_ASSESSMENT_REQUEST_PATTERN,
|
|
9290
9595
|
FREELANCER_DECLARATION_PATTERN,
|
|
9291
9596
|
FREELANCER_EDUCATION_PATTERN,
|
|
9292
9597
|
FREELANCER_EXPERIENCE_PATTERN,
|
|
@@ -9325,10 +9630,12 @@ RecommendationWeightageConfig = __decorateClass([
|
|
|
9325
9630
|
FreelancerUploadResumeDto,
|
|
9326
9631
|
FreelancerWorkShowcaseDto,
|
|
9327
9632
|
FromUsOn,
|
|
9633
|
+
HIRING_PATTERN,
|
|
9328
9634
|
HiredFreelancerNatureOfWorkEnum,
|
|
9329
9635
|
Hiring,
|
|
9330
9636
|
HiringCommissionTypeEnum,
|
|
9331
9637
|
INTERVIEW_INVITE_PATTERN,
|
|
9638
|
+
INTERVIEW_PATTERN,
|
|
9332
9639
|
INVOICE_PATTERN,
|
|
9333
9640
|
InitiatorTypeEnum,
|
|
9334
9641
|
Interview,
|
|
@@ -9343,6 +9650,8 @@ RecommendationWeightageConfig = __decorateClass([
|
|
|
9343
9650
|
InvoicePaymentStatusEnum,
|
|
9344
9651
|
InvoiceStatusEnum,
|
|
9345
9652
|
InvoiceTypeEnum,
|
|
9653
|
+
JOB_ADMIN_PATTERN,
|
|
9654
|
+
JOB_APPLICATION_PATTERN,
|
|
9346
9655
|
JOB_PATTERN,
|
|
9347
9656
|
JOB_ROLE_PATTERN,
|
|
9348
9657
|
Job,
|
|
@@ -9372,6 +9681,7 @@ RecommendationWeightageConfig = __decorateClass([
|
|
|
9372
9681
|
JobTCPAdapter,
|
|
9373
9682
|
KindOfHire,
|
|
9374
9683
|
LEAD_PATTERN,
|
|
9684
|
+
LLM_PATTERN,
|
|
9375
9685
|
Lead,
|
|
9376
9686
|
LoginDto,
|
|
9377
9687
|
LoginViaOtpDto,
|
|
@@ -9411,6 +9721,9 @@ RecommendationWeightageConfig = __decorateClass([
|
|
|
9411
9721
|
ResetPasswordDto,
|
|
9412
9722
|
ResetPasswordTokenValidationDto,
|
|
9413
9723
|
ResultStatusEnum,
|
|
9724
|
+
SENSELOAF_PATTERN,
|
|
9725
|
+
SIGNATURE_PATTERN,
|
|
9726
|
+
SKILL_PATTERN,
|
|
9414
9727
|
STATE_PATTERN,
|
|
9415
9728
|
STRIPE_PATTERN,
|
|
9416
9729
|
SUBADMIN_PATTERN,
|
|
@@ -9433,6 +9746,7 @@ RecommendationWeightageConfig = __decorateClass([
|
|
|
9433
9746
|
SkillCatalog,
|
|
9434
9747
|
State,
|
|
9435
9748
|
Step,
|
|
9749
|
+
StepCompletedEnumV2,
|
|
9436
9750
|
StripeLog,
|
|
9437
9751
|
StripeTransaction,
|
|
9438
9752
|
StripeTransactionStatusEnum,
|
|
@@ -9475,12 +9789,15 @@ RecommendationWeightageConfig = __decorateClass([
|
|
|
9475
9789
|
UserTCPAdapter,
|
|
9476
9790
|
VerifyGuestOtpDto,
|
|
9477
9791
|
VerifyGuestOtpPurposeEnum,
|
|
9792
|
+
WALLET_ADMIN_PATTERN,
|
|
9793
|
+
WALLET_PATTERN,
|
|
9478
9794
|
Wallet,
|
|
9479
9795
|
WalletAccountTypeEnum,
|
|
9480
9796
|
WalletOnboardingStatusEnum,
|
|
9481
9797
|
WalletTransaction,
|
|
9482
9798
|
WalletTransactionStatusEnum,
|
|
9483
9799
|
WalletTransactionTypeEnum,
|
|
9800
|
+
ZOOM_PATTERN,
|
|
9484
9801
|
ZoomMeetingLog,
|
|
9485
9802
|
typeOfExperienceDtoEnumV2,
|
|
9486
9803
|
typeOfExperienceEnum
|