UNPKG

718 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.extractDataFromOneToManyLink = void 0;
4var response_data_accessor_1 = require("./request-builder/response-data-accessor");
5/**
6 * @deprecated Since v1.28.2. Use [[getLinkedCollectionResult]] instead.
7 * Data extractor for one to many links for v4 entity used in [[entityDeserializer]]
8 * @param data - One to many link response data
9 * @returns The content of the one to many link
10 */
11function extractDataFromOneToManyLink(data) {
12 return response_data_accessor_1.getLinkedCollectionResult(data);
13}
14exports.extractDataFromOneToManyLink = extractDataFromOneToManyLink;
15//# sourceMappingURL=extract-data-from-one-to-many-link.js.map
\No newline at end of file