@experts_hub/shared 1.0.580 → 1.0.581
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
|
@@ -933,6 +933,7 @@ declare const NOTIFICATION_PATTERN: {
|
|
|
933
933
|
handleResumeParserErrorNotification: string;
|
|
934
934
|
handleFreelancerExportReadyNotification: string;
|
|
935
935
|
handleFreelancerExportFailedNotification: string;
|
|
936
|
+
handleAiInterviewResultErrorNotification: string;
|
|
936
937
|
};
|
|
937
938
|
declare const SMS_PATTERN: {
|
|
938
939
|
sendTest: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -933,6 +933,7 @@ declare const NOTIFICATION_PATTERN: {
|
|
|
933
933
|
handleResumeParserErrorNotification: string;
|
|
934
934
|
handleFreelancerExportReadyNotification: string;
|
|
935
935
|
handleFreelancerExportFailedNotification: string;
|
|
936
|
+
handleAiInterviewResultErrorNotification: string;
|
|
936
937
|
};
|
|
937
938
|
declare const SMS_PATTERN: {
|
|
938
939
|
sendTest: string;
|
package/dist/index.js
CHANGED
|
@@ -2385,7 +2385,8 @@ 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"
|
|
2389
2390
|
};
|
|
2390
2391
|
var SMS_PATTERN = {
|
|
2391
2392
|
sendTest: "sms.send.test",
|
package/dist/index.mjs
CHANGED
|
@@ -2106,7 +2106,8 @@ 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"
|
|
2110
2111
|
};
|
|
2111
2112
|
var SMS_PATTERN = {
|
|
2112
2113
|
sendTest: "sms.send.test",
|
|
@@ -14,6 +14,7 @@ export declare const NOTIFICATION_PATTERN: {
|
|
|
14
14
|
handleResumeParserErrorNotification: string;
|
|
15
15
|
handleFreelancerExportReadyNotification: string;
|
|
16
16
|
handleFreelancerExportFailedNotification: string;
|
|
17
|
+
handleAiInterviewResultErrorNotification: string;
|
|
17
18
|
};
|
|
18
19
|
export declare const SMS_PATTERN: {
|
|
19
20
|
sendTest: string;
|