@experts_hub/shared 1.0.643 → 1.0.644
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/interview/pattern/pattern.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3482,6 +3482,7 @@ declare const INTERVIEW_PATTERN: {
|
|
|
3482
3482
|
markInterviewAsPublished: string;
|
|
3483
3483
|
deleteInterview: string;
|
|
3484
3484
|
fetchInterviewCountAsPerStatus: string;
|
|
3485
|
+
fetchCompletedAiAndF2FInterviewForClient: string;
|
|
3485
3486
|
};
|
|
3486
3487
|
|
|
3487
3488
|
declare enum CandidateType {
|
package/dist/index.d.ts
CHANGED
|
@@ -3482,6 +3482,7 @@ declare const INTERVIEW_PATTERN: {
|
|
|
3482
3482
|
markInterviewAsPublished: string;
|
|
3483
3483
|
deleteInterview: string;
|
|
3484
3484
|
fetchInterviewCountAsPerStatus: string;
|
|
3485
|
+
fetchCompletedAiAndF2FInterviewForClient: string;
|
|
3485
3486
|
};
|
|
3486
3487
|
|
|
3487
3488
|
declare enum CandidateType {
|
package/dist/index.js
CHANGED
|
@@ -9494,7 +9494,8 @@ var INTERVIEW_PATTERN = {
|
|
|
9494
9494
|
updateInterviewSetting: "update.interview.setting",
|
|
9495
9495
|
markInterviewAsPublished: "mark.interview.as.published",
|
|
9496
9496
|
deleteInterview: "delete.interview",
|
|
9497
|
-
fetchInterviewCountAsPerStatus: "fetch.interview.count.as.per.status"
|
|
9497
|
+
fetchInterviewCountAsPerStatus: "fetch.interview.count.as.per.status",
|
|
9498
|
+
fetchCompletedAiAndF2FInterviewForClient: "fetch.completed.ai.and.f2f.interview.for.client"
|
|
9498
9499
|
};
|
|
9499
9500
|
|
|
9500
9501
|
// src/modules/interview/dto/interview-invite.dto.ts
|
package/dist/index.mjs
CHANGED
|
@@ -9535,7 +9535,8 @@ var INTERVIEW_PATTERN = {
|
|
|
9535
9535
|
updateInterviewSetting: "update.interview.setting",
|
|
9536
9536
|
markInterviewAsPublished: "mark.interview.as.published",
|
|
9537
9537
|
deleteInterview: "delete.interview",
|
|
9538
|
-
fetchInterviewCountAsPerStatus: "fetch.interview.count.as.per.status"
|
|
9538
|
+
fetchInterviewCountAsPerStatus: "fetch.interview.count.as.per.status",
|
|
9539
|
+
fetchCompletedAiAndF2FInterviewForClient: "fetch.completed.ai.and.f2f.interview.for.client"
|
|
9539
9540
|
};
|
|
9540
9541
|
|
|
9541
9542
|
// src/modules/interview/dto/interview-invite.dto.ts
|