@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.
@@ -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.829";
11454
+ const packageVersion = "0.14.830";
11457
11455
 
11458
11456
  exports.Blocks = Blocks;
11459
11457
  exports.ContentPage = ContentPage;