@kaltura-ng/kaltura-client
Version:
Kaltura Typescript client
76 lines • 7.08 kB
JavaScript
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 KalturaEventNotificationEventObjectType = (function (_super) {
__extends(KalturaEventNotificationEventObjectType, _super);
function KalturaEventNotificationEventObjectType(value) {
var _this = _super.call(this) || this;
_this._value = value + '';
return _this;
}
KalturaEventNotificationEventObjectType.prototype.equals = function (obj) {
return obj && obj.toString() === this._value;
};
KalturaEventNotificationEventObjectType.prototype.toString = function () {
return this._value;
};
KalturaEventNotificationEventObjectType.accesscontrol = new KalturaEventNotificationEventObjectType('9');
KalturaEventNotificationEventObjectType.adCuePoint = new KalturaEventNotificationEventObjectType('adCuePointEventNotifications.AdCuePoint');
KalturaEventNotificationEventObjectType.annotation = new KalturaEventNotificationEventObjectType('annotationEventNotifications.Annotation');
KalturaEventNotificationEventObjectType.asset = new KalturaEventNotificationEventObjectType('3');
KalturaEventNotificationEventObjectType.attachmentAsset = new KalturaEventNotificationEventObjectType('attachmentAssetEventNotifications.AttachmentAsset');
KalturaEventNotificationEventObjectType.batchjob = new KalturaEventNotificationEventObjectType('10');
KalturaEventNotificationEventObjectType.bulkuploadresult = new KalturaEventNotificationEventObjectType('11');
KalturaEventNotificationEventObjectType.captionAsset = new KalturaEventNotificationEventObjectType('captionAssetEventNotifications.CaptionAsset');
KalturaEventNotificationEventObjectType.category = new KalturaEventNotificationEventObjectType('2');
KalturaEventNotificationEventObjectType.categoryentry = new KalturaEventNotificationEventObjectType('37');
KalturaEventNotificationEventObjectType.categorykuser = new KalturaEventNotificationEventObjectType('12');
KalturaEventNotificationEventObjectType.codeCuePoint = new KalturaEventNotificationEventObjectType('codeCuePointEventNotifications.CodeCuePoint');
KalturaEventNotificationEventObjectType.conversionprofile2 = new KalturaEventNotificationEventObjectType('14');
KalturaEventNotificationEventObjectType.cuePoint = new KalturaEventNotificationEventObjectType('cuePointEventNotifications.CuePoint');
KalturaEventNotificationEventObjectType.distributionProfile = new KalturaEventNotificationEventObjectType('contentDistributionEventNotifications.DistributionProfile');
KalturaEventNotificationEventObjectType.dropFolder = new KalturaEventNotificationEventObjectType('dropFolderEventNotifications.DropFolder');
KalturaEventNotificationEventObjectType.dropFolderFile = new KalturaEventNotificationEventObjectType('dropFolderEventNotifications.DropFolderFile');
KalturaEventNotificationEventObjectType.entry = new KalturaEventNotificationEventObjectType('1');
KalturaEventNotificationEventObjectType.entryDistribution = new KalturaEventNotificationEventObjectType('contentDistributionEventNotifications.EntryDistribution');
KalturaEventNotificationEventObjectType.flavorasset = new KalturaEventNotificationEventObjectType('4');
KalturaEventNotificationEventObjectType.flavorparams = new KalturaEventNotificationEventObjectType('15');
KalturaEventNotificationEventObjectType.flavorparamsconversionprofile = new KalturaEventNotificationEventObjectType('16');
KalturaEventNotificationEventObjectType.flavorparamsoutput = new KalturaEventNotificationEventObjectType('17');
KalturaEventNotificationEventObjectType.genericsyndicationfeed = new KalturaEventNotificationEventObjectType('18');
KalturaEventNotificationEventObjectType.kuser = new KalturaEventNotificationEventObjectType('8');
KalturaEventNotificationEventObjectType.kusertouserrole = new KalturaEventNotificationEventObjectType('19');
KalturaEventNotificationEventObjectType.liveStream = new KalturaEventNotificationEventObjectType('38');
KalturaEventNotificationEventObjectType.metadata = new KalturaEventNotificationEventObjectType('metadataEventNotifications.Metadata');
KalturaEventNotificationEventObjectType.partner = new KalturaEventNotificationEventObjectType('20');
KalturaEventNotificationEventObjectType.permission = new KalturaEventNotificationEventObjectType('21');
KalturaEventNotificationEventObjectType.permissionitem = new KalturaEventNotificationEventObjectType('22');
KalturaEventNotificationEventObjectType.permissiontopermissionitem = new KalturaEventNotificationEventObjectType('23');
KalturaEventNotificationEventObjectType.scheduler = new KalturaEventNotificationEventObjectType('24');
KalturaEventNotificationEventObjectType.schedulerconfig = new KalturaEventNotificationEventObjectType('25');
KalturaEventNotificationEventObjectType.schedulerstatus = new KalturaEventNotificationEventObjectType('26');
KalturaEventNotificationEventObjectType.schedulerworker = new KalturaEventNotificationEventObjectType('27');
KalturaEventNotificationEventObjectType.storageprofile = new KalturaEventNotificationEventObjectType('28');
KalturaEventNotificationEventObjectType.syndicationfeed = new KalturaEventNotificationEventObjectType('29');
KalturaEventNotificationEventObjectType.thumbasset = new KalturaEventNotificationEventObjectType('5');
KalturaEventNotificationEventObjectType.thumbparams = new KalturaEventNotificationEventObjectType('31');
KalturaEventNotificationEventObjectType.thumbparamsoutput = new KalturaEventNotificationEventObjectType('32');
KalturaEventNotificationEventObjectType.transcriptAsset = new KalturaEventNotificationEventObjectType('transcriptAssetEventNotifications.TranscriptAsset');
KalturaEventNotificationEventObjectType.uploadtoken = new KalturaEventNotificationEventObjectType('33');
KalturaEventNotificationEventObjectType.userlogindata = new KalturaEventNotificationEventObjectType('34');
KalturaEventNotificationEventObjectType.userrole = new KalturaEventNotificationEventObjectType('35');
KalturaEventNotificationEventObjectType.widget = new KalturaEventNotificationEventObjectType('36');
return KalturaEventNotificationEventObjectType;
}(KalturaObjectBase));
export { KalturaEventNotificationEventObjectType };
KalturaTypesFactory.registerType('KalturaEventNotificationEventObjectType', KalturaEventNotificationEventObjectType);
//# sourceMappingURL=KalturaEventNotificationEventObjectType.js.map