UNPKG

@hubspot/api-client

Version:

NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files

64 lines 1.63 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PublicEmailContent = void 0; class PublicEmailContent { static getAttributeTypeMap() { return PublicEmailContent.attributeTypeMap; } constructor() { } } exports.PublicEmailContent = PublicEmailContent; PublicEmailContent.discriminator = undefined; PublicEmailContent.mapping = undefined; PublicEmailContent.attributeTypeMap = [ { "name": "smartFields", "baseName": "smartFields", "type": "{ [key: string]: any; }", "format": "" }, { "name": "themeSettingsValues", "baseName": "themeSettingsValues", "type": "{ [key: string]: any; }", "format": "" }, { "name": "flexAreas", "baseName": "flexAreas", "type": "{ [key: string]: any; }", "format": "" }, { "name": "widgets", "baseName": "widgets", "type": "{ [key: string]: any; }", "format": "" }, { "name": "plainTextVersion", "baseName": "plainTextVersion", "type": "string", "format": "" }, { "name": "templatePath", "baseName": "templatePath", "type": "string", "format": "" }, { "name": "widgetContainers", "baseName": "widgetContainers", "type": "{ [key: string]: any; }", "format": "" }, { "name": "styleSettings", "baseName": "styleSettings", "type": "PublicEmailStyleSettings", "format": "" } ]; //# sourceMappingURL=PublicEmailContent.js.map