dc-management-sdk-js
Version:
Amplience Dynamic Content Management SDK
32 lines • 1.82 kB
JavaScript
;
var __extends = (this && this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, "__esModule", { value: true });
exports.LocalizationRoot = void 0;
var HalResource_1 = require("../hal/models/HalResource");
/**
* Class representing a LocalizationRoot.
* A Localization Job tracks the status of the process that creates locale-variants of content items.
*/
var LocalizationRoot = /** @class */ (function (_super) {
__extends(LocalizationRoot, _super);
function LocalizationRoot() {
return _super !== null && _super.apply(this, arguments) || this;
}
return LocalizationRoot;
}(HalResource_1.HalResource));
exports.LocalizationRoot = LocalizationRoot;
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiTG9jYWxpemF0aW9uUm9vdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9saWIvbW9kZWwvTG9jYWxpemF0aW9uUm9vdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSx5REFBd0Q7QUFFeEQ7OztHQUdHO0FBQ0g7SUFBc0Msb0NBQVc7SUFBakQ7O0lBZUEsQ0FBQztJQUFELHVCQUFDO0FBQUQsQ0FBQyxBQWZELENBQXNDLHlCQUFXLEdBZWhEO0FBZlksNENBQWdCIn0=