@redneckz/wildless-cms-uni-blocks 0.14.860 → 0.14.861
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/bundle/bundle.umd.js +3 -1
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/components/ApplicationLeadForm/parseEsiaProfile.js +2 -0
- package/dist/components/ApplicationLeadForm/parseEsiaProfile.js.map +1 -1
- package/lib/components/ApplicationLeadForm/parseEsiaProfile.js +2 -0
- package/lib/components/ApplicationLeadForm/parseEsiaProfile.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +3 -1
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/components/ApplicationLeadForm/parseEsiaProfile.js +2 -0
- package/mobile/dist/components/ApplicationLeadForm/parseEsiaProfile.js.map +1 -1
- package/mobile/lib/components/ApplicationLeadForm/parseEsiaProfile.js +2 -0
- package/mobile/lib/components/ApplicationLeadForm/parseEsiaProfile.js.map +1 -1
- package/mobile/src/components/ApplicationLeadForm/parseEsiaProfile.ts +2 -0
- package/package.json +1 -1
- package/src/components/ApplicationLeadForm/parseEsiaProfile.ts +2 -0
package/bundle/bundle.umd.js
CHANGED
|
@@ -5999,6 +5999,8 @@
|
|
|
5999
5999
|
generalSeniority: getYearFromMonth(esiaAdditionalDocument.workLength).toString(),
|
|
6000
6000
|
lastJobExperience: getYearFromMonth(esiaAdditionalDocument.workLengthLastJob).toString(),
|
|
6001
6001
|
jobsNumber: esiaAdditionalDocument.jobsNumberInFiveYears.toString(),
|
|
6002
|
+
esiaAccountTypeCd: profile.esiaAccountType,
|
|
6003
|
+
confirmationIncome: { key: 'SFR_CERTIFICATE', text: 'Запрос Банком доходов из СФР' },
|
|
6002
6004
|
employment: { key: 'WORK', text: 'Работаю' },
|
|
6003
6005
|
files,
|
|
6004
6006
|
}),
|
|
@@ -10939,7 +10941,7 @@
|
|
|
10939
10941
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
10940
10942
|
});
|
|
10941
10943
|
|
|
10942
|
-
const packageVersion = "0.14.
|
|
10944
|
+
const packageVersion = "0.14.860";
|
|
10943
10945
|
|
|
10944
10946
|
exports.Blocks = Blocks;
|
|
10945
10947
|
exports.ContentPage = ContentPage;
|