@redneckz/wildless-cms-uni-blocks 0.14.830 → 0.14.831
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 +1 -3
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/components/ApplicationLeadForm/parseEsiaProfile.js +0 -2
- package/dist/components/ApplicationLeadForm/parseEsiaProfile.js.map +1 -1
- package/lib/components/ApplicationLeadForm/parseEsiaProfile.js +0 -2
- package/lib/components/ApplicationLeadForm/parseEsiaProfile.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +1 -3
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/components/ApplicationLeadForm/parseEsiaProfile.js +0 -2
- package/mobile/dist/components/ApplicationLeadForm/parseEsiaProfile.js.map +1 -1
- package/mobile/lib/components/ApplicationLeadForm/parseEsiaProfile.js +0 -2
- package/mobile/lib/components/ApplicationLeadForm/parseEsiaProfile.js.map +1 -1
- package/mobile/src/components/ApplicationLeadForm/parseEsiaProfile.ts +0 -2
- package/package.json +1 -1
- package/src/components/ApplicationLeadForm/parseEsiaProfile.ts +0 -2
package/bundle/bundle.umd.js
CHANGED
|
@@ -5992,8 +5992,6 @@
|
|
|
5992
5992
|
generalSeniority: getYearFromMonth(esiaAdditionalDocument.workLength).toString(),
|
|
5993
5993
|
lastJobExperience: getYearFromMonth(esiaAdditionalDocument.workLengthLastJob).toString(),
|
|
5994
5994
|
jobsNumber: esiaAdditionalDocument.jobsNumberInFiveYears.toString(),
|
|
5995
|
-
esiaAccountTypeCd: profile.esiaAccountType,
|
|
5996
|
-
confirmationIncome: { key: 'SFR_CERTIFICATE', text: 'Запрос Банком доходов из СФР' },
|
|
5997
5995
|
employment: { key: 'WORK', text: 'Работаю' },
|
|
5998
5996
|
files,
|
|
5999
5997
|
}),
|
|
@@ -11453,7 +11451,7 @@
|
|
|
11453
11451
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
11454
11452
|
});
|
|
11455
11453
|
|
|
11456
|
-
const packageVersion = "0.14.
|
|
11454
|
+
const packageVersion = "0.14.830";
|
|
11457
11455
|
|
|
11458
11456
|
exports.Blocks = Blocks;
|
|
11459
11457
|
exports.ContentPage = ContentPage;
|