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