@redneckz/wildless-cms-uni-blocks 0.14.706 → 0.14.707

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.
@@ -1927,7 +1927,7 @@
1927
1927
  apartment: item?.data?.flat,
1928
1928
  city: item?.data?.city,
1929
1929
  district: item?.data?.area_with_type,
1930
- fullAddress: item?.value,
1930
+ fullAddress: item?.unrestricted_value,
1931
1931
  fiasCode: item?.data?.fias_id,
1932
1932
  house: item?.data?.house,
1933
1933
  locality: item?.data?.settlement_with_type,
@@ -1935,7 +1935,7 @@
1935
1935
  postcode: item?.data?.postal_code,
1936
1936
  region: item?.data?.region,
1937
1937
  regionCode: item?.data?.region_kladr_id ? item?.data?.region_kladr_id.substring(0, 2) : '',
1938
- street: item?.data?.house,
1938
+ street: item?.data?.street,
1939
1939
  qc: item?.data?.qc,
1940
1940
  qcComplete: item?.data?.qc_complete,
1941
1941
  qcHouse: item?.data?.qc_house,
@@ -10805,7 +10805,7 @@
10805
10805
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
10806
10806
  });
10807
10807
 
10808
- const packageVersion = "0.14.705";
10808
+ const packageVersion = "0.14.706";
10809
10809
 
10810
10810
  exports.Blocks = Blocks;
10811
10811
  exports.ContentPage = ContentPage;