Repository URL to install this package:
|
Version:
1.1.3 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var volvoCarSpec_1 = require("../volvoCarSpec");
function convertToVolvoCarSpec(spec) {
return new volvoCarSpec_1.VolvoCarSpec(spec.cis_car_spec, spec.items.map(function (item) { return new volvoCarSpec_1.VolvoCarSpecItem(item.activation_type, item.cis_id, item.ds_id, item.item_type, item.price, item.properties); }), spec.price_currency_sign, spec.price_localization_id, spec.technical_data.map(function (item) { return new volvoCarSpec_1.VolvoCarSpecTechData(item.name, item.value); }), spec.total_price);
}
exports.convertToVolvoCarSpec = convertToVolvoCarSpec;
exports.default = convertToVolvoCarSpec;
//# sourceMappingURL=convertToVolvoCarSpec.js.map