dc-management-sdk-js
Version:
Amplience Dynamic Content Management SDK
37 lines • 2.13 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.ContentTypeCachedSchema = void 0;
var HalResource_1 = require("../hal/models/HalResource");
/**
* Class representing the Content Type Schema resource.
* Content types are JSON schemas that define a type of content to be created, including its structure, format and validation rules.
*/
var ContentTypeCachedSchema = /** @class */ (function (_super) {
__extends(ContentTypeCachedSchema, _super);
function ContentTypeCachedSchema() {
var _this = _super !== null && _super.apply(this, arguments) || this;
/**
* Resources and actions related to a ContentType
*/
_this.related = {};
return _this;
}
return ContentTypeCachedSchema;
}(HalResource_1.HalResource));
exports.ContentTypeCachedSchema = ContentTypeCachedSchema;
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiQ29udGVudFR5cGVDYWNoZWRTY2hlbWEuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvbGliL21vZGVsL0NvbnRlbnRUeXBlQ2FjaGVkU2NoZW1hLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLHlEQUF3RDtBQXNCeEQ7OztHQUdHO0FBQ0g7SUFBNkMsMkNBQVc7SUFBeEQ7O1FBZ0JFOztXQUVHO1FBQ2EsYUFBTyxHQUFHLEVBQUUsQ0FBQzs7SUFDL0IsQ0FBQztJQUFELDhCQUFDO0FBQUQsQ0FBQyxBQXBCRCxDQUE2Qyx5QkFBVyxHQW9CdkQ7QUFwQlksMERBQXVCIn0=