@experts_hub/shared 1.0.581 → 1.0.583
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 +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +4 -1
- package/dist/index.mjs +4 -1
- package/dist/modules/notification/pattern/pattern.d.ts +3 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -934,6 +934,9 @@ declare const NOTIFICATION_PATTERN: {
|
|
|
934
934
|
handleFreelancerExportReadyNotification: string;
|
|
935
935
|
handleFreelancerExportFailedNotification: string;
|
|
936
936
|
handleAiInterviewResultErrorNotification: string;
|
|
937
|
+
handleAiInterviewRecordingErrorNotification: string;
|
|
938
|
+
handleAiAssessmentInterviewResultErrorNotification: string;
|
|
939
|
+
handleAiAssessmentInterviewRecordingErrorNotification: string;
|
|
937
940
|
};
|
|
938
941
|
declare const SMS_PATTERN: {
|
|
939
942
|
sendTest: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -934,6 +934,9 @@ declare const NOTIFICATION_PATTERN: {
|
|
|
934
934
|
handleFreelancerExportReadyNotification: string;
|
|
935
935
|
handleFreelancerExportFailedNotification: string;
|
|
936
936
|
handleAiInterviewResultErrorNotification: string;
|
|
937
|
+
handleAiInterviewRecordingErrorNotification: string;
|
|
938
|
+
handleAiAssessmentInterviewResultErrorNotification: string;
|
|
939
|
+
handleAiAssessmentInterviewRecordingErrorNotification: string;
|
|
937
940
|
};
|
|
938
941
|
declare const SMS_PATTERN: {
|
|
939
942
|
sendTest: string;
|
package/dist/index.js
CHANGED
|
@@ -2386,7 +2386,10 @@ var NOTIFICATION_PATTERN = {
|
|
|
2386
2386
|
handleResumeParserErrorNotification: "handle.resume.parser.error.notification",
|
|
2387
2387
|
handleFreelancerExportReadyNotification: "handle.freelancer.export.ready.notification",
|
|
2388
2388
|
handleFreelancerExportFailedNotification: "handle.freelancer.export.failed.notification",
|
|
2389
|
-
handleAiInterviewResultErrorNotification: "handle.ai.interview.result.error.notification"
|
|
2389
|
+
handleAiInterviewResultErrorNotification: "handle.ai.interview.result.error.notification",
|
|
2390
|
+
handleAiInterviewRecordingErrorNotification: "handle.ai.interview.recording.error.notification",
|
|
2391
|
+
handleAiAssessmentInterviewResultErrorNotification: "handle.ai.assessment.interview.result.error.notification",
|
|
2392
|
+
handleAiAssessmentInterviewRecordingErrorNotification: "handle.ai.assessment.interview.recording.error.notification"
|
|
2390
2393
|
};
|
|
2391
2394
|
var SMS_PATTERN = {
|
|
2392
2395
|
sendTest: "sms.send.test",
|
package/dist/index.mjs
CHANGED
|
@@ -2107,7 +2107,10 @@ var NOTIFICATION_PATTERN = {
|
|
|
2107
2107
|
handleResumeParserErrorNotification: "handle.resume.parser.error.notification",
|
|
2108
2108
|
handleFreelancerExportReadyNotification: "handle.freelancer.export.ready.notification",
|
|
2109
2109
|
handleFreelancerExportFailedNotification: "handle.freelancer.export.failed.notification",
|
|
2110
|
-
handleAiInterviewResultErrorNotification: "handle.ai.interview.result.error.notification"
|
|
2110
|
+
handleAiInterviewResultErrorNotification: "handle.ai.interview.result.error.notification",
|
|
2111
|
+
handleAiInterviewRecordingErrorNotification: "handle.ai.interview.recording.error.notification",
|
|
2112
|
+
handleAiAssessmentInterviewResultErrorNotification: "handle.ai.assessment.interview.result.error.notification",
|
|
2113
|
+
handleAiAssessmentInterviewRecordingErrorNotification: "handle.ai.assessment.interview.recording.error.notification"
|
|
2111
2114
|
};
|
|
2112
2115
|
var SMS_PATTERN = {
|
|
2113
2116
|
sendTest: "sms.send.test",
|
|
@@ -15,6 +15,9 @@ export declare const NOTIFICATION_PATTERN: {
|
|
|
15
15
|
handleFreelancerExportReadyNotification: string;
|
|
16
16
|
handleFreelancerExportFailedNotification: string;
|
|
17
17
|
handleAiInterviewResultErrorNotification: string;
|
|
18
|
+
handleAiInterviewRecordingErrorNotification: string;
|
|
19
|
+
handleAiAssessmentInterviewResultErrorNotification: string;
|
|
20
|
+
handleAiAssessmentInterviewRecordingErrorNotification: string;
|
|
18
21
|
};
|
|
19
22
|
export declare const SMS_PATTERN: {
|
|
20
23
|
sendTest: string;
|