UNPKG

@kaltura-ng/kaltura-client

Version:
41 lines 2.43 kB
var __extends = (this && this.__extends) || (function () { var extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; })(); import { KalturaObjectBase } from '../kaltura-object-base'; import { KalturaTypesFactory } from '../kaltura-types-factory'; var KalturaBaseEntryCloneOptions = (function (_super) { __extends(KalturaBaseEntryCloneOptions, _super); function KalturaBaseEntryCloneOptions(value) { var _this = _super.call(this) || this; _this._value = value + ''; return _this; } KalturaBaseEntryCloneOptions.prototype.equals = function (obj) { return obj && obj.toString() === this._value; }; KalturaBaseEntryCloneOptions.prototype.toString = function () { return this._value; }; KalturaBaseEntryCloneOptions.accessControl = new KalturaBaseEntryCloneOptions('4'); KalturaBaseEntryCloneOptions.adCuePoints = new KalturaBaseEntryCloneOptions('adCuePoint.AD_CUE_POINTS'); KalturaBaseEntryCloneOptions.annotationCuePoints = new KalturaBaseEntryCloneOptions('annotation.ANNOTATION_CUE_POINTS'); KalturaBaseEntryCloneOptions.captions = new KalturaBaseEntryCloneOptions('7'); KalturaBaseEntryCloneOptions.categories = new KalturaBaseEntryCloneOptions('2'); KalturaBaseEntryCloneOptions.childEntries = new KalturaBaseEntryCloneOptions('3'); KalturaBaseEntryCloneOptions.codeCuePoints = new KalturaBaseEntryCloneOptions('codeCuePoint.CODE_CUE_POINTS'); KalturaBaseEntryCloneOptions.flavors = new KalturaBaseEntryCloneOptions('6'); KalturaBaseEntryCloneOptions.metadata = new KalturaBaseEntryCloneOptions('5'); KalturaBaseEntryCloneOptions.thumbCuePoints = new KalturaBaseEntryCloneOptions('thumbCuePoint.THUMB_CUE_POINTS'); KalturaBaseEntryCloneOptions.users = new KalturaBaseEntryCloneOptions('1'); return KalturaBaseEntryCloneOptions; }(KalturaObjectBase)); export { KalturaBaseEntryCloneOptions }; KalturaTypesFactory.registerType('KalturaBaseEntryCloneOptions', KalturaBaseEntryCloneOptions); //# sourceMappingURL=KalturaBaseEntryCloneOptions.js.map