@experts_hub/shared 1.0.580 → 1.0.582
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
|
@@ -933,6 +933,8 @@ declare const NOTIFICATION_PATTERN: {
|
|
|
933
933
|
handleResumeParserErrorNotification: string;
|
|
934
934
|
handleFreelancerExportReadyNotification: string;
|
|
935
935
|
handleFreelancerExportFailedNotification: string;
|
|
936
|
+
handleAiInterviewResultErrorNotification: string;
|
|
937
|
+
handleAiInterviewRecordingErrorNotification: string;
|
|
936
938
|
};
|
|
937
939
|
declare const SMS_PATTERN: {
|
|
938
940
|
sendTest: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -933,6 +933,8 @@ declare const NOTIFICATION_PATTERN: {
|
|
|
933
933
|
handleResumeParserErrorNotification: string;
|
|
934
934
|
handleFreelancerExportReadyNotification: string;
|
|
935
935
|
handleFreelancerExportFailedNotification: string;
|
|
936
|
+
handleAiInterviewResultErrorNotification: string;
|
|
937
|
+
handleAiInterviewRecordingErrorNotification: string;
|
|
936
938
|
};
|
|
937
939
|
declare const SMS_PATTERN: {
|
|
938
940
|
sendTest: string;
|
package/dist/index.js
CHANGED
|
@@ -2385,7 +2385,9 @@ var NOTIFICATION_PATTERN = {
|
|
|
2385
2385
|
handleRecordingProcessingErrorNotification: "handle.recording.processing.error.notification",
|
|
2386
2386
|
handleResumeParserErrorNotification: "handle.resume.parser.error.notification",
|
|
2387
2387
|
handleFreelancerExportReadyNotification: "handle.freelancer.export.ready.notification",
|
|
2388
|
-
handleFreelancerExportFailedNotification: "handle.freelancer.export.failed.notification"
|
|
2388
|
+
handleFreelancerExportFailedNotification: "handle.freelancer.export.failed.notification",
|
|
2389
|
+
handleAiInterviewResultErrorNotification: "handle.ai.interview.result.error.notification",
|
|
2390
|
+
handleAiInterviewRecordingErrorNotification: "handle.ai.interview.recording.error.notification"
|
|
2389
2391
|
};
|
|
2390
2392
|
var SMS_PATTERN = {
|
|
2391
2393
|
sendTest: "sms.send.test",
|
package/dist/index.mjs
CHANGED
|
@@ -2106,7 +2106,9 @@ var NOTIFICATION_PATTERN = {
|
|
|
2106
2106
|
handleRecordingProcessingErrorNotification: "handle.recording.processing.error.notification",
|
|
2107
2107
|
handleResumeParserErrorNotification: "handle.resume.parser.error.notification",
|
|
2108
2108
|
handleFreelancerExportReadyNotification: "handle.freelancer.export.ready.notification",
|
|
2109
|
-
handleFreelancerExportFailedNotification: "handle.freelancer.export.failed.notification"
|
|
2109
|
+
handleFreelancerExportFailedNotification: "handle.freelancer.export.failed.notification",
|
|
2110
|
+
handleAiInterviewResultErrorNotification: "handle.ai.interview.result.error.notification",
|
|
2111
|
+
handleAiInterviewRecordingErrorNotification: "handle.ai.interview.recording.error.notification"
|
|
2110
2112
|
};
|
|
2111
2113
|
var SMS_PATTERN = {
|
|
2112
2114
|
sendTest: "sms.send.test",
|
|
@@ -14,6 +14,8 @@ export declare const NOTIFICATION_PATTERN: {
|
|
|
14
14
|
handleResumeParserErrorNotification: string;
|
|
15
15
|
handleFreelancerExportReadyNotification: string;
|
|
16
16
|
handleFreelancerExportFailedNotification: string;
|
|
17
|
+
handleAiInterviewResultErrorNotification: string;
|
|
18
|
+
handleAiInterviewRecordingErrorNotification: string;
|
|
17
19
|
};
|
|
18
20
|
export declare const SMS_PATTERN: {
|
|
19
21
|
sendTest: string;
|