UNPKG

@eddye68/studio-client

Version:

The AWS service Studio client

1 lines 1.77 kB
{"version":3,"sources":["../../../src/model/wfl/attachment.ts"],"sourcesContent":["\nexport class Attachment {\n public __classname__: string = 'Attachment';\n\t\n public Rendition : string | null = null;\n\tpublic Type: string | null = null;\n\tpublic Content: string | null = null;\n\tpublic FilePath: string | null = null;\n\tpublic FileUrl: string | null = null;\n\tpublic EditionId: string | null = null;\n\tpublic ContentSourceFileLink: string | null = null;\n\tpublic ContentSourceProxyLink: string | null = null;\n \n constructor(params : AttachmentNamedParameters) {\n this.Rendition = params.Rendition ?? null;\n this.Type = params.Type ?? null;\n this.Content = params.Content ?? null;\n this.FilePath = params.FilePath ?? null;\n this.FileUrl = params.FileUrl ?? null;\n this.EditionId = params.EditionId ?? null;\n this.ContentSourceFileLink = params.ContentSourceFileLink ?? null;\n this.ContentSourceProxyLink = params.ContentSourceProxyLink ?? null;\n }\n\n}\n\nexport interface AttachmentNamedParameters {\n Rendition?: string,\n Type?: string,\n Content?: string,\n FilePath?: string,\n FileUrl?: string,\n EditionId?: string,\n ContentSourceFileLink?: string,\n ContentSourceProxyLink?: string\n}"],"mappings":";AACO,IAAM,aAAN,MAAiB;AAAA,EAYpB,YAAY,QAAoC;AAXhD,SAAO,gBAAwB;AAE/B,SAAO,YAA4B;AACtC,SAAO,OAAsB;AAC7B,SAAO,UAAyB;AAChC,SAAO,WAA0B;AACjC,SAAO,UAAyB;AAChC,SAAO,YAA2B;AAClC,SAAO,wBAAuC;AAC9C,SAAO,yBAAwC;AAGxC,SAAK,YAAY,OAAO,aAAa;AACrC,SAAK,OAAO,OAAO,QAAQ;AAC3B,SAAK,UAAU,OAAO,WAAW;AACjC,SAAK,WAAW,OAAO,YAAY;AACnC,SAAK,UAAU,OAAO,WAAW;AACjC,SAAK,YAAY,OAAO,aAAa;AACrC,SAAK,wBAAwB,OAAO,yBAAyB;AAC7D,SAAK,yBAAyB,OAAO,0BAA0B;AAAA,EACnE;AAEJ;","names":[]}