UNPKG

@kaltura-ng/kaltura-client

Version:
72 lines 4.56 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 KalturaMailType = (function (_super) { __extends(KalturaMailType, _super); function KalturaMailType(value) { var _this = _super.call(this) || this; _this._value = value + ''; return _this; } KalturaMailType.prototype.equals = function (obj) { return obj && obj.toString() === this._value; }; KalturaMailType.prototype.toString = function () { return this._value; }; KalturaMailType.mailTypeAccountReactiveConfirm = new KalturaMailType('86'); KalturaMailType.mailTypeAccountUpgradeConfirm = new KalturaMailType('80'); KalturaMailType.mailTypeAddedKalturaToHisFavorites = new KalturaMailType('32'); KalturaMailType.mailTypeAddedKalturaToHisFavoritesSubscribed = new KalturaMailType('42'); KalturaMailType.mailTypeAddedKalturaToYourFavorites = new KalturaMailType('23'); KalturaMailType.mailTypeAddedToClipFavorites = new KalturaMailType('12'); KalturaMailType.mailTypeAddedToFavorites = new KalturaMailType('11'); KalturaMailType.mailTypeBulkuploadAborted = new KalturaMailType('66'); KalturaMailType.mailTypeBulkuploadFailed = new KalturaMailType('65'); KalturaMailType.mailTypeBulkuploadFinished = new KalturaMailType('64'); KalturaMailType.mailTypeBulkDownloadReady = new KalturaMailType('63'); KalturaMailType.mailTypeClipAdded = new KalturaMailType('30'); KalturaMailType.mailTypeClipAddedYourKaltura = new KalturaMailType('20'); KalturaMailType.mailTypeClipContributed = new KalturaMailType('40'); KalturaMailType.mailTypeKalturaNewsletter = new KalturaMailType('10'); KalturaMailType.mailTypeLiveReportExportAbort = new KalturaMailType('132'); KalturaMailType.mailTypeLiveReportExportFailure = new KalturaMailType('131'); KalturaMailType.mailTypeLiveReportExportSuccess = new KalturaMailType('130'); KalturaMailType.mailTypeLoginMailReset = new KalturaMailType('52'); KalturaMailType.mailTypeNewCommentInKaltura = new KalturaMailType('24'); KalturaMailType.mailTypeNewCommentInKalturaYouContributed = new KalturaMailType('33'); KalturaMailType.mailTypeNewCommentInKalturaYouSubscribed = new KalturaMailType('43'); KalturaMailType.mailTypeNewCommentInProfile = new KalturaMailType('13'); KalturaMailType.mailTypeNotifyErr = new KalturaMailType('70'); KalturaMailType.mailTypePasswordReset = new KalturaMailType('51'); KalturaMailType.mailTypeRegisterConfirm = new KalturaMailType('50'); KalturaMailType.mailTypeRegisterConfirmVideoService = new KalturaMailType('54'); KalturaMailType.mailTypeRoughcutCreated = new KalturaMailType('22'); KalturaMailType.mailTypeRoughcutCreatedSubscribed = new KalturaMailType('41'); KalturaMailType.mailTypeSystemUserCredentialsSaved = new KalturaMailType('113'); KalturaMailType.mailTypeSystemUserNewPassword = new KalturaMailType('112'); KalturaMailType.mailTypeSystemUserResetPassword = new KalturaMailType('110'); KalturaMailType.mailTypeSystemUserResetPasswordSuccess = new KalturaMailType('111'); KalturaMailType.mailTypeVideoAdded = new KalturaMailType('21'); KalturaMailType.mailTypeVideoCreated = new KalturaMailType('31'); KalturaMailType.mailTypeVideoIsReady = new KalturaMailType('62'); KalturaMailType.mailTypeVideoReady = new KalturaMailType('60'); KalturaMailType.mailTypeVideoServiceNotice = new KalturaMailType('81'); KalturaMailType.mailTypeVideoServiceNoticeAccountDeleted = new KalturaMailType('84'); KalturaMailType.mailTypeVideoServiceNoticeAccountLocked = new KalturaMailType('83'); KalturaMailType.mailTypeVideoServiceNoticeLimitReached = new KalturaMailType('82'); KalturaMailType.mailTypeVideoServiceNoticeUpgradeOffer = new KalturaMailType('85'); return KalturaMailType; }(KalturaObjectBase)); export { KalturaMailType }; KalturaTypesFactory.registerType('KalturaMailType', KalturaMailType); //# sourceMappingURL=KalturaMailType.js.map