@scalant/career-hub 4.0.2-alpha.0 → 4.0.3-alpha.0

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.
@@ -52538,7 +52538,11 @@ const metaDataReducer = metaDataSlice.reducer, initialState$2 = {
52538
52538
  C.savedJobs = {};
52539
52539
  }
52540
52540
  }
52541
- }), { setJobSavedStatus, initializeSavedJobs, clearSavedJobs } = savedJobsSlice.actions, savedJobsReducer = savedJobsSlice.reducer, initialState = {
52541
+ }), { setJobSavedStatus, initializeSavedJobs, clearSavedJobs } = savedJobsSlice.actions, savedJobsReducer = savedJobsSlice.reducer;
52542
+ function isNullOrUndefined(C) {
52543
+ return C == null;
52544
+ }
52545
+ const initialState = {
52542
52546
  fitmentScore: {},
52543
52547
  activeResumeId: null,
52544
52548
  activeResumeName: null,
@@ -52552,7 +52556,7 @@ const metaDataReducer = metaDataSlice.reducer, initialState$2 = {
52552
52556
  setFitmentScore: (C, $) => {
52553
52557
  var ee, te, ne, re;
52554
52558
  const F = (ee = $.payload) == null ? void 0 : ee.job_profile_id, V = (te = $.payload) == null ? void 0 : te.user_resume_id, K = (ne = $.payload) == null ? void 0 : ne.score, J = (re = $.payload) == null ? void 0 : re.remarks;
52555
- F && V && K && (C.fitmentScore[F] = hr(Hn({}, C.fitmentScore[F]), {
52559
+ F && V && !isNullOrUndefined(K) && (C.fitmentScore[F] = hr(Hn({}, C.fitmentScore[F]), {
52556
52560
  [V]: { score: K, remarks: J }
52557
52561
  }));
52558
52562
  },
@@ -73902,11 +73906,7 @@ const toDDMMYY = (C) => {
73902
73906
  })
73903
73907
  })
73904
73908
  })
73905
- }), { useGetResumesEligibilityQuery, useGetResumeLinkQuery } = resumeService;
73906
- function isNullOrUndefined(C) {
73907
- return C == null;
73908
- }
73909
- const container$4 = "_container_20j4d_1", resumeChoiceOptionLabel = "_resumeChoiceOptionLabel_20j4d_5", resumeChoiceOptionLabelChecked = "_resumeChoiceOptionLabelChecked_20j4d_16", resumeChoiceOptionLabelContent = "_resumeChoiceOptionLabelContent_20j4d_23", resumeChoiceOptionLabelName = "_resumeChoiceOptionLabelName_20j4d_27", resumeChoiceOptionLabelModifiedAt = "_resumeChoiceOptionLabelModifiedAt_20j4d_33", resumeChoiceOptionLabelCard = "_resumeChoiceOptionLabelCard_20j4d_38", resumeChoiceOptionLabelCardHeader = "_resumeChoiceOptionLabelCardHeader_20j4d_42", resumeChoiceOptionLabelEditButton = "_resumeChoiceOptionLabelEditButton_20j4d_46", resumeChoiceOptionLabelImprovementsList = "_resumeChoiceOptionLabelImprovementsList_20j4d_50", resumePreviewContainer = "_resumePreviewContainer_20j4d_55", fitmentScoreTitle = "_fitmentScoreTitle_20j4d_65", styles$l = {
73909
+ }), { useGetResumesEligibilityQuery, useGetResumeLinkQuery } = resumeService, container$4 = "_container_20j4d_1", resumeChoiceOptionLabel = "_resumeChoiceOptionLabel_20j4d_5", resumeChoiceOptionLabelChecked = "_resumeChoiceOptionLabelChecked_20j4d_16", resumeChoiceOptionLabelContent = "_resumeChoiceOptionLabelContent_20j4d_23", resumeChoiceOptionLabelName = "_resumeChoiceOptionLabelName_20j4d_27", resumeChoiceOptionLabelModifiedAt = "_resumeChoiceOptionLabelModifiedAt_20j4d_33", resumeChoiceOptionLabelCard = "_resumeChoiceOptionLabelCard_20j4d_38", resumeChoiceOptionLabelCardHeader = "_resumeChoiceOptionLabelCardHeader_20j4d_42", resumeChoiceOptionLabelEditButton = "_resumeChoiceOptionLabelEditButton_20j4d_46", resumeChoiceOptionLabelImprovementsList = "_resumeChoiceOptionLabelImprovementsList_20j4d_50", resumePreviewContainer = "_resumePreviewContainer_20j4d_55", fitmentScoreTitle = "_fitmentScoreTitle_20j4d_65", styles$l = {
73910
73910
  container: container$4,
73911
73911
  resumeChoiceOptionLabel,
73912
73912
  resumeChoiceOptionLabelChecked,
@@ -74076,7 +74076,7 @@ const container$3 = "_container_12d5d_1", icon = "_icon_12d5d_6", title$1 = "_ti
74076
74076
  icon,
74077
74077
  title: title$1,
74078
74078
  description: description$1
74079
- }, EVALUATION_COMPLETION_TIMEOUT = 3e4;
74079
+ }, EVALUATION_COMPLETION_TIMEOUT = 6e4;
74080
74080
  function ResumeFitmentCheck() {
74081
74081
  const { jobProfileId: C, setStepName: $ } = useApplicationFormContext(), {
74082
74082
  // data,