UNPKG

@hubspot/api-client

Version:

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

34 lines 979 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AggregateEmailStatistics = void 0; class AggregateEmailStatistics { static getAttributeTypeMap() { return AggregateEmailStatistics.attributeTypeMap; } constructor() { } } exports.AggregateEmailStatistics = AggregateEmailStatistics; AggregateEmailStatistics.discriminator = undefined; AggregateEmailStatistics.mapping = undefined; AggregateEmailStatistics.attributeTypeMap = [ { "name": "emails", "baseName": "emails", "type": "Array<number>", "format": "int64" }, { "name": "campaignAggregations", "baseName": "campaignAggregations", "type": "{ [key: string]: EmailStatisticsData; }", "format": "" }, { "name": "aggregate", "baseName": "aggregate", "type": "EmailStatisticsData", "format": "" } ]; //# sourceMappingURL=AggregateEmailStatistics.js.map