@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.
@@ -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.859";
10944
+ const packageVersion = "0.14.860";
10943
10945
 
10944
10946
  exports.Blocks = Blocks;
10945
10947
  exports.ContentPage = ContentPage;