@kontent-ai/delivery-sdk
Version:
Official Kontent.AI Delivery API SDK
22 lines • 771 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.UsedInMapper = void 0;
class UsedInMapper {
mapUsedInItem(response) {
return {
system: {
id: response.system.id,
name: response.system.name,
codename: response.system.codename,
language: response.system.language,
type: response.system.type,
collection: response.system.collection,
workflow: response.system.workflow,
workflowStep: response.system.workflow_step,
lastModified: response.system.last_modified
}
};
}
}
exports.UsedInMapper = UsedInMapper;
//# sourceMappingURL=used-in.mapper.js.map