UNPKG

@kaltura-ng/kaltura-client

Version:
52 lines 2.35 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 { KalturaTypesFactory } from '../kaltura-types-factory'; import { KalturaBulkUploadResult } from './KalturaBulkUploadResult'; var KalturaBulkUploadResultEntry = (function (_super) { __extends(KalturaBulkUploadResultEntry, _super); function KalturaBulkUploadResultEntry(data) { return _super.call(this, data) || this; } KalturaBulkUploadResultEntry.prototype._getMetadata = function () { var result = _super.prototype._getMetadata.call(this); Object.assign(result.properties, { objectType: { type: 'c', default: 'KalturaBulkUploadResultEntry' }, entryId: { type: 's' }, title: { type: 's' }, description: { type: 's' }, tags: { type: 's' }, url: { type: 's' }, contentType: { type: 's' }, conversionProfileId: { type: 'n' }, accessControlProfileId: { type: 'n' }, category: { type: 's' }, scheduleStartDate: { type: 'n' }, scheduleEndDate: { type: 'n' }, entryStatus: { type: 'n' }, thumbnailUrl: { type: 's' }, thumbnailSaved: { type: 'b' }, sshPrivateKey: { type: 's' }, sshPublicKey: { type: 's' }, sshKeyPassphrase: { type: 's' }, creatorId: { type: 's' }, entitledUsersEdit: { type: 's' }, entitledUsersPublish: { type: 's' }, ownerId: { type: 's' }, referenceId: { type: 's' }, templateEntryId: { type: 's' } }); return result; }; return KalturaBulkUploadResultEntry; }(KalturaBulkUploadResult)); export { KalturaBulkUploadResultEntry }; KalturaTypesFactory.registerType('KalturaBulkUploadResultEntry', KalturaBulkUploadResultEntry); //# sourceMappingURL=KalturaBulkUploadResultEntry.js.map