@experts_hub/shared 1.0.575 → 1.0.576
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +3 -1
- package/dist/index.mjs +3 -1
- package/dist/modules/notification/pattern/pattern.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -931,6 +931,8 @@ declare const NOTIFICATION_PATTERN: {
|
|
|
931
931
|
handleAiAssessmentLinkNotification: string;
|
|
932
932
|
handleRecordingProcessingErrorNotification: string;
|
|
933
933
|
handleResumeParserErrorNotification: string;
|
|
934
|
+
handleFreelancerExportReadyNotification: string;
|
|
935
|
+
handleFreelancerExportFailedNotification: string;
|
|
934
936
|
};
|
|
935
937
|
declare const SMS_PATTERN: {
|
|
936
938
|
sendTest: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -931,6 +931,8 @@ declare const NOTIFICATION_PATTERN: {
|
|
|
931
931
|
handleAiAssessmentLinkNotification: string;
|
|
932
932
|
handleRecordingProcessingErrorNotification: string;
|
|
933
933
|
handleResumeParserErrorNotification: string;
|
|
934
|
+
handleFreelancerExportReadyNotification: string;
|
|
935
|
+
handleFreelancerExportFailedNotification: string;
|
|
934
936
|
};
|
|
935
937
|
declare const SMS_PATTERN: {
|
|
936
938
|
sendTest: string;
|
package/dist/index.js
CHANGED
|
@@ -2382,7 +2382,9 @@ var NOTIFICATION_PATTERN = {
|
|
|
2382
2382
|
handleDailyFreelancerReportToStakeHolders: "handle.daily.freelancer.report.to.stake.holders",
|
|
2383
2383
|
handleAiAssessmentLinkNotification: "handle.ai.assessment.link.notification",
|
|
2384
2384
|
handleRecordingProcessingErrorNotification: "handle.recording.processing.error.notification",
|
|
2385
|
-
handleResumeParserErrorNotification: "handle.resume.parser.error.notification"
|
|
2385
|
+
handleResumeParserErrorNotification: "handle.resume.parser.error.notification",
|
|
2386
|
+
handleFreelancerExportReadyNotification: "handle.freelancer.export.ready.notification",
|
|
2387
|
+
handleFreelancerExportFailedNotification: "handle.freelancer.export.failed.notification"
|
|
2386
2388
|
};
|
|
2387
2389
|
var SMS_PATTERN = {
|
|
2388
2390
|
sendTest: "sms.send.test",
|
package/dist/index.mjs
CHANGED
|
@@ -2104,7 +2104,9 @@ var NOTIFICATION_PATTERN = {
|
|
|
2104
2104
|
handleDailyFreelancerReportToStakeHolders: "handle.daily.freelancer.report.to.stake.holders",
|
|
2105
2105
|
handleAiAssessmentLinkNotification: "handle.ai.assessment.link.notification",
|
|
2106
2106
|
handleRecordingProcessingErrorNotification: "handle.recording.processing.error.notification",
|
|
2107
|
-
handleResumeParserErrorNotification: "handle.resume.parser.error.notification"
|
|
2107
|
+
handleResumeParserErrorNotification: "handle.resume.parser.error.notification",
|
|
2108
|
+
handleFreelancerExportReadyNotification: "handle.freelancer.export.ready.notification",
|
|
2109
|
+
handleFreelancerExportFailedNotification: "handle.freelancer.export.failed.notification"
|
|
2108
2110
|
};
|
|
2109
2111
|
var SMS_PATTERN = {
|
|
2110
2112
|
sendTest: "sms.send.test",
|
|
@@ -12,6 +12,8 @@ export declare const NOTIFICATION_PATTERN: {
|
|
|
12
12
|
handleAiAssessmentLinkNotification: string;
|
|
13
13
|
handleRecordingProcessingErrorNotification: string;
|
|
14
14
|
handleResumeParserErrorNotification: string;
|
|
15
|
+
handleFreelancerExportReadyNotification: string;
|
|
16
|
+
handleFreelancerExportFailedNotification: string;
|
|
15
17
|
};
|
|
16
18
|
export declare const SMS_PATTERN: {
|
|
17
19
|
sendTest: string;
|