dc-management-sdk-js
Version:
Amplience Dynamic Content Management SDK
31 lines • 1.61 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.Settings = void 0;
var HalResource_1 = require("../hal/models/HalResource");
/**
* Hub settings
*/
var Settings = /** @class */ (function (_super) {
__extends(Settings, _super);
function Settings() {
return _super !== null && _super.apply(this, arguments) || this;
}
return Settings;
}(HalResource_1.HalResource));
exports.Settings = Settings;
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiU2V0dGluZ3MuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvbGliL21vZGVsL1NldHRpbmdzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLHlEQUF3RDtBQTJDeEQ7O0dBRUc7QUFDSDtJQUE4Qiw0QkFBVztJQUF6Qzs7SUFPQSxDQUFDO0lBQUQsZUFBQztBQUFELENBQUMsQUFQRCxDQUE4Qix5QkFBVyxHQU94QztBQVBZLDRCQUFRIn0=