@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
196 lines • 4.74 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PublicEmailStyleSettings = void 0;
class PublicEmailStyleSettings {
static getAttributeTypeMap() {
return PublicEmailStyleSettings.attributeTypeMap;
}
constructor() {
}
}
exports.PublicEmailStyleSettings = PublicEmailStyleSettings;
PublicEmailStyleSettings.discriminator = undefined;
PublicEmailStyleSettings.mapping = undefined;
PublicEmailStyleSettings.attributeTypeMap = [
{
"name": "emailBodyPadding",
"baseName": "emailBodyPadding",
"type": "string",
"format": ""
},
{
"name": "colorPickerFavorite5",
"baseName": "colorPickerFavorite5",
"type": "string",
"format": ""
},
{
"name": "bodyColor",
"baseName": "bodyColor",
"type": "string",
"format": ""
},
{
"name": "colorPickerFavorite6",
"baseName": "colorPickerFavorite6",
"type": "string",
"format": ""
},
{
"name": "backgroundImage",
"baseName": "backgroundImage",
"type": "string",
"format": ""
},
{
"name": "emailBodyWidth",
"baseName": "emailBodyWidth",
"type": "string",
"format": ""
},
{
"name": "secondaryFont",
"baseName": "secondaryFont",
"type": "string",
"format": ""
},
{
"name": "primaryAccentColor",
"baseName": "primaryAccentColor",
"type": "string",
"format": ""
},
{
"name": "colorPickerFavorite3",
"baseName": "colorPickerFavorite3",
"type": "string",
"format": ""
},
{
"name": "primaryFontLineHeight",
"baseName": "primaryFontLineHeight",
"type": "string",
"format": ""
},
{
"name": "colorPickerFavorite4",
"baseName": "colorPickerFavorite4",
"type": "string",
"format": ""
},
{
"name": "secondaryFontColor",
"baseName": "secondaryFontColor",
"type": "string",
"format": ""
},
{
"name": "colorPickerFavorite1",
"baseName": "colorPickerFavorite1",
"type": "string",
"format": ""
},
{
"name": "colorPickerFavorite2",
"baseName": "colorPickerFavorite2",
"type": "string",
"format": ""
},
{
"name": "bodyBorderColor",
"baseName": "bodyBorderColor",
"type": "string",
"format": ""
},
{
"name": "bodyBorderWidth",
"baseName": "bodyBorderWidth",
"type": "number",
"format": ""
},
{
"name": "linksFont",
"baseName": "linksFont",
"type": "PublicFontStyle",
"format": ""
},
{
"name": "backgroundColor",
"baseName": "backgroundColor",
"type": "string",
"format": ""
},
{
"name": "backgroundImageType",
"baseName": "backgroundImageType",
"type": "string",
"format": ""
},
{
"name": "dividerStyleSettings",
"baseName": "dividerStyleSettings",
"type": "PublicDividerStyleSettings",
"format": ""
},
{
"name": "secondaryAccentColor",
"baseName": "secondaryAccentColor",
"type": "string",
"format": ""
},
{
"name": "secondaryFontLineHeight",
"baseName": "secondaryFontLineHeight",
"type": "string",
"format": ""
},
{
"name": "primaryFontSize",
"baseName": "primaryFontSize",
"type": "number",
"format": ""
},
{
"name": "secondaryFontSize",
"baseName": "secondaryFontSize",
"type": "number",
"format": ""
},
{
"name": "primaryFontColor",
"baseName": "primaryFontColor",
"type": "string",
"format": ""
},
{
"name": "headingOneFont",
"baseName": "headingOneFont",
"type": "PublicFontStyle",
"format": ""
},
{
"name": "primaryFont",
"baseName": "primaryFont",
"type": "string",
"format": ""
},
{
"name": "headingTwoFont",
"baseName": "headingTwoFont",
"type": "PublicFontStyle",
"format": ""
},
{
"name": "buttonStyleSettings",
"baseName": "buttonStyleSettings",
"type": "PublicButtonStyleSettings",
"format": ""
},
{
"name": "bodyBorderColorChoice",
"baseName": "bodyBorderColorChoice",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=PublicEmailStyleSettings.js.map