UNPKG

@eddye68/studio-client

Version:

The AWS service Studio client

51 lines (50 loc) 1.77 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/version-info.ts var version_info_exports = {}; __export(version_info_exports, { Versioninfo: () => Versioninfo }); module.exports = __toCommonJS(version_info_exports); var Versioninfo = class { constructor(Version = null, User = null, Comment = null, Slugline = null, Created = null, Object2 = null, State = null, Attachment = null) { this.__classname__ = "Versioninfo"; this.Version = null; this.User = null; this.Comment = null; this.Slugline = null; this.Created = null; this.Object = null; this.State = null; this.Attachment = null; this.Version = Version; this.User = User; this.Comment = Comment; this.Slugline = Slugline; this.Created = Created; this.Object = Object2; this.State = State; this.Attachment = Attachment; } }; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { Versioninfo }); //# sourceMappingURL=version-info.js.map