@redneckz/wildless-cms-uni-blocks 0.14.728 → 0.14.729

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.
@@ -7110,6 +7110,8 @@
7110
7110
  courierDeliveryFlg: isCourierDelivery,
7111
7111
  deliveryDate: dateToISO(deliveryDate),
7112
7112
  deliveryTimeCd: { value: 'TIME_2' },
7113
+ //TODO временный хардкод для тестирования, не забыть удалить
7114
+ office: { id: '3' },
7113
7115
  }
7114
7116
  : {};
7115
7117
  };
@@ -10476,7 +10478,7 @@
10476
10478
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
10477
10479
  });
10478
10480
 
10479
- const packageVersion = "0.14.727";
10481
+ const packageVersion = "0.14.728";
10480
10482
 
10481
10483
  exports.Blocks = Blocks;
10482
10484
  exports.ContentPage = ContentPage;