UNPKG

@eddye68/studio-client

Version:

The AWS service Studio client

83 lines (82 loc) 3.1 kB
"use strict"; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __hasOwnProp = Object.prototype.hasOwnProperty; var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); } return to; }; var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); // src/model/wfl/content-metadata.ts var content_metadata_exports = {}; __export(content_metadata_exports, { ContentMetaData: () => ContentMetaData }); module.exports = __toCommonJS(content_metadata_exports); var ContentMetaData = class { constructor(params) { this.__classname__ = "ContentMetaData"; this.Description = null; this.DescriptionAuthor = null; this.Keywords = null; this.Slugline = null; this.Format = null; this.Columns = null; this.Width = null; this.Height = null; this.Dpi = null; this.LengthWords = null; this.LengthChars = null; this.LengthParas = null; this.LengthLines = null; this.PlainContent = null; this.FileSize = null; this.ColorSpace = null; this.HighResFile = null; this.Encoding = null; this.Compression = null; this.KeyFrameEveryFrames = null; this.Channels = null; this.AspectRatio = null; this.Orientation = null; this.Dimensions = null; this.Description = params.Description ?? null; this.DescriptionAuthor = params.DescriptionAuthor ?? null; this.Keywords = params.Keywords ?? null; this.Slugline = params.Slugline ?? null; this.Format = params.Format ?? null; this.Columns = params.Columns ?? null; this.Width = params.Width ?? null; this.Height = params.Height ?? null; this.Dpi = params.Dpi ?? null; this.LengthWords = params.LengthWords ?? null; this.LengthChars = params.LengthChars ?? null; this.LengthParas = params.LengthParas ?? null; this.LengthLines = params.LengthLines ?? null; this.PlainContent = params.PlainContent ?? null; this.FileSize = params.FileSize ?? null; this.ColorSpace = params.ColorSpace ?? null; this.HighResFile = params.HighResFile ?? null; this.Encoding = params.Encoding ?? null; this.Compression = params.Compression ?? null; this.KeyFrameEveryFrames = params.KeyFrameEveryFrames ?? null; this.Channels = params.Channels ?? null; this.AspectRatio = params.AspectRatio ?? null; this.Orientation = params.Orientation ?? null; this.Dimensions = params.Dimensions ?? null; } }; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { ContentMetaData }); //# sourceMappingURL=content-metadata.js.map