@redneckz/wildless-cms-uni-blocks 0.14.829 → 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 +2 -4
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/retail/api/updateUserTask.d.ts +1 -1
- package/dist/components/ApplicationLeadForm/parseEsiaProfile.js +0 -2
- package/dist/components/ApplicationLeadForm/parseEsiaProfile.js.map +1 -1
- package/dist/components/CreditForm/getCalcData.js +1 -1
- package/dist/components/CreditForm/getCalcData.js.map +1 -1
- package/dist/retail/api/updateUserTask.d.ts +1 -1
- package/lib/components/ApplicationLeadForm/parseEsiaProfile.js +0 -2
- package/lib/components/ApplicationLeadForm/parseEsiaProfile.js.map +1 -1
- package/lib/components/CreditForm/getCalcData.js +1 -1
- package/lib/components/CreditForm/getCalcData.js.map +1 -1
- package/lib/retail/api/updateUserTask.d.ts +1 -1
- package/mobile/bundle/bundle.umd.js +2 -4
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/retail/api/updateUserTask.d.ts +1 -1
- package/mobile/dist/components/ApplicationLeadForm/parseEsiaProfile.js +0 -2
- package/mobile/dist/components/ApplicationLeadForm/parseEsiaProfile.js.map +1 -1
- package/mobile/dist/components/CreditForm/getCalcData.js +1 -1
- package/mobile/dist/components/CreditForm/getCalcData.js.map +1 -1
- package/mobile/dist/retail/api/updateUserTask.d.ts +1 -1
- package/mobile/lib/components/ApplicationLeadForm/parseEsiaProfile.js +0 -2
- package/mobile/lib/components/ApplicationLeadForm/parseEsiaProfile.js.map +1 -1
- package/mobile/lib/components/CreditForm/getCalcData.js +1 -1
- package/mobile/lib/components/CreditForm/getCalcData.js.map +1 -1
- package/mobile/lib/retail/api/updateUserTask.d.ts +1 -1
- package/mobile/src/components/ApplicationLeadForm/parseEsiaProfile.ts +0 -2
- package/mobile/src/components/CreditForm/getCalcData.ts +1 -1
- package/mobile/src/retail/api/updateUserTask.ts +1 -1
- package/package.json +1 -1
- package/src/components/ApplicationLeadForm/parseEsiaProfile.ts +0 -2
- package/src/components/CreditForm/getCalcData.ts +1 -1
- package/src/retail/api/updateUserTask.ts +1 -1
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
|
}),
|
|
@@ -8855,7 +8853,7 @@
|
|
|
8855
8853
|
|
|
8856
8854
|
const PAYMENT_TYPE_DATA = {
|
|
8857
8855
|
annuity: { key: 'ANNUITY', value: 'Аннуитетный' },
|
|
8858
|
-
differential: { key: '
|
|
8856
|
+
differential: { key: 'DIFFERENTIATED', value: 'Дифференцированный ' },
|
|
8859
8857
|
};
|
|
8860
8858
|
const getCalcData = (formData) => {
|
|
8861
8859
|
const { moneyValue, monthsValue, isAnnuity } = formData?.calculator ?? {};
|
|
@@ -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;
|