@redneckz/wildless-cms-uni-blocks 0.14.957 → 0.14.958

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.
@@ -9199,7 +9199,9 @@
9199
9199
  }
9200
9200
  : {
9201
9201
  employmentContractDate: formatDate(beginDate || '', true),
9202
- employmentTypeCd: employment,
9202
+ employmentTypeCd: {
9203
+ key: 'WORK',
9204
+ },
9203
9205
  organizationName,
9204
9206
  organizationInn: inn,
9205
9207
  organizationActivityTypeCd: employerActivities?.key ? employerActivities : undefined,
@@ -12998,7 +13000,7 @@
12998
13000
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
12999
13001
  });
13000
13002
 
13001
- const packageVersion = "0.14.956";
13003
+ const packageVersion = "0.14.957";
13002
13004
 
13003
13005
  exports.Blocks = Blocks;
13004
13006
  exports.ContentPage = ContentPage;