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