@experts_hub/shared 1.0.581 → 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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/dist/modules/notification/pattern/pattern.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -934,6 +934,7 @@ declare const NOTIFICATION_PATTERN: {
|
|
|
934
934
|
handleFreelancerExportReadyNotification: string;
|
|
935
935
|
handleFreelancerExportFailedNotification: string;
|
|
936
936
|
handleAiInterviewResultErrorNotification: string;
|
|
937
|
+
handleAiInterviewRecordingErrorNotification: string;
|
|
937
938
|
};
|
|
938
939
|
declare const SMS_PATTERN: {
|
|
939
940
|
sendTest: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -934,6 +934,7 @@ declare const NOTIFICATION_PATTERN: {
|
|
|
934
934
|
handleFreelancerExportReadyNotification: string;
|
|
935
935
|
handleFreelancerExportFailedNotification: string;
|
|
936
936
|
handleAiInterviewResultErrorNotification: string;
|
|
937
|
+
handleAiInterviewRecordingErrorNotification: string;
|
|
937
938
|
};
|
|
938
939
|
declare const SMS_PATTERN: {
|
|
939
940
|
sendTest: string;
|
package/dist/index.js
CHANGED
|
@@ -2386,7 +2386,8 @@ 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"
|
|
2390
2391
|
};
|
|
2391
2392
|
var SMS_PATTERN = {
|
|
2392
2393
|
sendTest: "sms.send.test",
|
package/dist/index.mjs
CHANGED
|
@@ -2107,7 +2107,8 @@ 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"
|
|
2111
2112
|
};
|
|
2112
2113
|
var SMS_PATTERN = {
|
|
2113
2114
|
sendTest: "sms.send.test",
|
|
@@ -15,6 +15,7 @@ export declare const NOTIFICATION_PATTERN: {
|
|
|
15
15
|
handleFreelancerExportReadyNotification: string;
|
|
16
16
|
handleFreelancerExportFailedNotification: string;
|
|
17
17
|
handleAiInterviewResultErrorNotification: string;
|
|
18
|
+
handleAiInterviewRecordingErrorNotification: string;
|
|
18
19
|
};
|
|
19
20
|
export declare const SMS_PATTERN: {
|
|
20
21
|
sendTest: string;
|