@redneckz/wildless-cms-uni-blocks 0.14.703 → 0.14.704

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.
Files changed (25) hide show
  1. package/bundle/bundle.umd.js +4 -4
  2. package/bundle/bundle.umd.min.js +1 -1
  3. package/dist/components/CreditCardForm/getFourthStepData.js +3 -2
  4. package/dist/components/CreditCardForm/getFourthStepData.js.map +1 -1
  5. package/dist/components/CreditCardForm/getThirdStepData.js +0 -1
  6. package/dist/components/CreditCardForm/getThirdStepData.js.map +1 -1
  7. package/lib/components/CreditCardForm/getFourthStepData.js +3 -2
  8. package/lib/components/CreditCardForm/getFourthStepData.js.map +1 -1
  9. package/lib/components/CreditCardForm/getThirdStepData.js +0 -1
  10. package/lib/components/CreditCardForm/getThirdStepData.js.map +1 -1
  11. package/mobile/bundle/bundle.umd.js +4 -4
  12. package/mobile/bundle/bundle.umd.min.js +1 -1
  13. package/mobile/dist/components/CreditCardForm/getFourthStepData.js +3 -2
  14. package/mobile/dist/components/CreditCardForm/getFourthStepData.js.map +1 -1
  15. package/mobile/dist/components/CreditCardForm/getThirdStepData.js +0 -1
  16. package/mobile/dist/components/CreditCardForm/getThirdStepData.js.map +1 -1
  17. package/mobile/lib/components/CreditCardForm/getFourthStepData.js +3 -2
  18. package/mobile/lib/components/CreditCardForm/getFourthStepData.js.map +1 -1
  19. package/mobile/lib/components/CreditCardForm/getThirdStepData.js +0 -1
  20. package/mobile/lib/components/CreditCardForm/getThirdStepData.js.map +1 -1
  21. package/mobile/src/components/CreditCardForm/getFourthStepData.ts +3 -1
  22. package/mobile/src/components/CreditCardForm/getThirdStepData.tsx +0 -1
  23. package/package.json +1 -1
  24. package/src/components/CreditCardForm/getFourthStepData.ts +3 -1
  25. package/src/components/CreditCardForm/getThirdStepData.tsx +0 -1
@@ -7090,12 +7090,13 @@
7090
7090
  };
7091
7091
 
7092
7092
  const getFourthStepData$1 = (formData) => {
7093
- const { familyStatus, dependents, familyMembers, children, wages, mandatoryPayments, incomeAverage, additionalIncome, otherIncome, otherPayments, rentalIncome, retirementIncome, snils, armyIdFlg, conscription, } = formData;
7093
+ const { familyStatus, dependents, familyMembers, children, confirmationIncome, wages, mandatoryPayments, incomeAverage, additionalIncome, otherIncome, otherPayments, rentalIncome, retirementIncome, snils, armyIdFlg, conscription, } = formData;
7094
7094
  return {
7095
7095
  maritalStatusCd: familyStatus,
7096
- childrenDependents: children,
7097
7096
  totalDependents: familyMembers,
7097
+ incomeCertificateCd: confirmationIncome,
7098
7098
  otherDependents: dependents,
7099
+ childrenDependents: children,
7099
7100
  militaryStatusCd: conscription,
7100
7101
  participantIncomes: getParticipantIncomes({
7101
7102
  wages,
@@ -7194,7 +7195,6 @@
7194
7195
  generalSeniority: experience5Years,
7195
7196
  jobsNumber,
7196
7197
  lastWorkDuration: lastJobExperience,
7197
- payrollCardRshbFlg: true,
7198
7198
  positionCd: positionOrganization,
7199
7199
  participantContacts: getParticipantContacts({
7200
7200
  organizationPhone: organizationPhone && formatPhone(organizationPhone),
@@ -10776,7 +10776,7 @@
10776
10776
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
10777
10777
  });
10778
10778
 
10779
- const packageVersion = "0.14.702";
10779
+ const packageVersion = "0.14.703";
10780
10780
 
10781
10781
  exports.Blocks = Blocks;
10782
10782
  exports.ContentPage = ContentPage;