@experts_hub/shared 1.0.731 → 1.0.732

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 CHANGED
@@ -2965,6 +2965,7 @@ declare const NOTIFICATION_PATTERN: {
2965
2965
  handleSetPasswordLinkNotification: string;
2966
2966
  handleLeadNotificationToAdmin: string;
2967
2967
  handleDailyFreelancerReportToStakeHolders: string;
2968
+ handleDailyFreelancerProfileReminderNotification: string;
2968
2969
  handleAiAssessmentLinkNotification: string;
2969
2970
  handleRecordingProcessingErrorNotification: string;
2970
2971
  handleResumeParserErrorNotification: string;
package/dist/index.d.ts CHANGED
@@ -2965,6 +2965,7 @@ declare const NOTIFICATION_PATTERN: {
2965
2965
  handleSetPasswordLinkNotification: string;
2966
2966
  handleLeadNotificationToAdmin: string;
2967
2967
  handleDailyFreelancerReportToStakeHolders: string;
2968
+ handleDailyFreelancerProfileReminderNotification: string;
2968
2969
  handleAiAssessmentLinkNotification: string;
2969
2970
  handleRecordingProcessingErrorNotification: string;
2970
2971
  handleResumeParserErrorNotification: string;
package/dist/index.js CHANGED
@@ -9017,6 +9017,7 @@ var NOTIFICATION_PATTERN = {
9017
9017
  handleSetPasswordLinkNotification: "handle.set.password.link.notification",
9018
9018
  handleLeadNotificationToAdmin: "handle.lead.notification.to.admin",
9019
9019
  handleDailyFreelancerReportToStakeHolders: "handle.daily.freelancer.report.to.stake.holders",
9020
+ handleDailyFreelancerProfileReminderNotification: "handle.daily.freelancer.profile.reminder.notification",
9020
9021
  handleAiAssessmentLinkNotification: "handle.ai.assessment.link.notification",
9021
9022
  handleRecordingProcessingErrorNotification: "handle.recording.processing.error.notification",
9022
9023
  handleResumeParserErrorNotification: "handle.resume.parser.error.notification",
package/dist/index.mjs CHANGED
@@ -8930,6 +8930,7 @@ var NOTIFICATION_PATTERN = {
8930
8930
  handleSetPasswordLinkNotification: "handle.set.password.link.notification",
8931
8931
  handleLeadNotificationToAdmin: "handle.lead.notification.to.admin",
8932
8932
  handleDailyFreelancerReportToStakeHolders: "handle.daily.freelancer.report.to.stake.holders",
8933
+ handleDailyFreelancerProfileReminderNotification: "handle.daily.freelancer.profile.reminder.notification",
8933
8934
  handleAiAssessmentLinkNotification: "handle.ai.assessment.link.notification",
8934
8935
  handleRecordingProcessingErrorNotification: "handle.recording.processing.error.notification",
8935
8936
  handleResumeParserErrorNotification: "handle.resume.parser.error.notification",
@@ -9,6 +9,7 @@ export declare const NOTIFICATION_PATTERN: {
9
9
  handleSetPasswordLinkNotification: string;
10
10
  handleLeadNotificationToAdmin: string;
11
11
  handleDailyFreelancerReportToStakeHolders: string;
12
+ handleDailyFreelancerProfileReminderNotification: string;
12
13
  handleAiAssessmentLinkNotification: string;
13
14
  handleRecordingProcessingErrorNotification: string;
14
15
  handleResumeParserErrorNotification: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.731",
3
+ "version": "1.0.732",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",