@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.
- package/bundle/bundle.umd.js +4 -2
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/retail/adaptors/getEmploymentData.js +3 -1
- package/dist/retail/adaptors/getEmploymentData.js.map +1 -1
- package/lib/retail/adaptors/getEmploymentData.js +3 -1
- package/lib/retail/adaptors/getEmploymentData.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +4 -2
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/retail/adaptors/getEmploymentData.js +3 -1
- package/mobile/dist/retail/adaptors/getEmploymentData.js.map +1 -1
- package/mobile/lib/retail/adaptors/getEmploymentData.js +3 -1
- package/mobile/lib/retail/adaptors/getEmploymentData.js.map +1 -1
- package/mobile/src/retail/adaptors/getEmploymentData.tsx +3 -1
- package/package.json +1 -1
- package/src/retail/adaptors/getEmploymentData.tsx +3 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -9199,7 +9199,9 @@
|
|
|
9199
9199
|
}
|
|
9200
9200
|
: {
|
|
9201
9201
|
employmentContractDate: formatDate(beginDate || '', true),
|
|
9202
|
-
employmentTypeCd:
|
|
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.
|
|
13003
|
+
const packageVersion = "0.14.957";
|
|
13002
13004
|
|
|
13003
13005
|
exports.Blocks = Blocks;
|
|
13004
13006
|
exports.ContentPage = ContentPage;
|