@redneckz/wildless-cms-uni-blocks 0.14.1061 → 0.14.1062

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 (38) hide show
  1. package/bundle/bundle.umd.js +5 -1
  2. package/bundle/bundle.umd.min.js +1 -1
  3. package/bundle/components/DebitForm/utils.d.ts +2 -0
  4. package/bundle/retail/components/DraftDialog/creditProgramCodes.d.ts +2 -0
  5. package/dist/components/DebitForm/utils.d.ts +2 -0
  6. package/dist/components/DebitForm/utils.js +2 -0
  7. package/dist/components/DebitForm/utils.js.map +1 -1
  8. package/dist/retail/components/DraftDialog/creditProgramCodes.d.ts +2 -0
  9. package/dist/retail/components/DraftDialog/creditProgramCodes.js +2 -0
  10. package/dist/retail/components/DraftDialog/creditProgramCodes.js.map +1 -1
  11. package/lib/components/DebitForm/utils.d.ts +2 -0
  12. package/lib/components/DebitForm/utils.js +2 -0
  13. package/lib/components/DebitForm/utils.js.map +1 -1
  14. package/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +1 -1
  15. package/lib/retail/components/DraftDialog/creditProgramCodes.d.ts +2 -0
  16. package/lib/retail/components/DraftDialog/creditProgramCodes.js +2 -0
  17. package/lib/retail/components/DraftDialog/creditProgramCodes.js.map +1 -1
  18. package/mobile/bundle/bundle.umd.js +5 -1
  19. package/mobile/bundle/bundle.umd.min.js +1 -1
  20. package/mobile/bundle/components/DebitForm/utils.d.ts +2 -0
  21. package/mobile/bundle/retail/components/DraftDialog/creditProgramCodes.d.ts +2 -0
  22. package/mobile/dist/components/DebitForm/utils.d.ts +2 -0
  23. package/mobile/dist/components/DebitForm/utils.js +2 -0
  24. package/mobile/dist/components/DebitForm/utils.js.map +1 -1
  25. package/mobile/dist/retail/components/DraftDialog/creditProgramCodes.d.ts +2 -0
  26. package/mobile/dist/retail/components/DraftDialog/creditProgramCodes.js +2 -0
  27. package/mobile/dist/retail/components/DraftDialog/creditProgramCodes.js.map +1 -1
  28. package/mobile/lib/components/DebitForm/utils.d.ts +2 -0
  29. package/mobile/lib/components/DebitForm/utils.js +2 -0
  30. package/mobile/lib/components/DebitForm/utils.js.map +1 -1
  31. package/mobile/lib/retail/components/DraftDialog/creditProgramCodes.d.ts +2 -0
  32. package/mobile/lib/retail/components/DraftDialog/creditProgramCodes.js +2 -0
  33. package/mobile/lib/retail/components/DraftDialog/creditProgramCodes.js.map +1 -1
  34. package/mobile/src/components/DebitForm/utils.ts +2 -0
  35. package/mobile/src/retail/components/DraftDialog/creditProgramCodes.ts +2 -0
  36. package/package.json +1 -1
  37. package/src/components/DebitForm/utils.ts +2 -0
  38. package/src/retail/components/DraftDialog/creditProgramCodes.ts +2 -0
@@ -6038,6 +6038,8 @@
6038
6038
  44: 'appetit_debit_card',
6039
6039
  46: 'owner_debit_card_plus',
6040
6040
  47: 'owner_debit_card_pens_plus',
6041
+ 48: 'penzamolinvest_debit_card',
6042
+ 49: 'novye_fermi_debit_card',
6041
6043
  };
6042
6044
 
6043
6045
  const RUBLE = [{ id: '810', text: 'Рубли' }];
@@ -7259,6 +7261,8 @@
7259
7261
  appetit_debit_card: '44',
7260
7262
  owner_debit_card_plus: '46',
7261
7263
  owner_debit_card_pens_plus: '47',
7264
+ penzamolinvest_debit_card: '48',
7265
+ novye_fermi_debit_card: '49',
7262
7266
  };
7263
7267
  const cardCodesToProgrammIdMap = {
7264
7268
  amur_card: '14',
@@ -14819,7 +14823,7 @@
14819
14823
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
14820
14824
  });
14821
14825
 
14822
- const packageVersion = "0.14.1060";
14826
+ const packageVersion = "0.14.1061";
14823
14827
 
14824
14828
  exports.Blocks = Blocks;
14825
14829
  exports.ContentPage = ContentPage;