UNPKG

@hubspot/api-client

Version:

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

58 lines 1.32 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PublicAuditInfo = void 0; class PublicAuditInfo { static getAttributeTypeMap() { return PublicAuditInfo.attributeTypeMap; } constructor() { } } exports.PublicAuditInfo = PublicAuditInfo; PublicAuditInfo.discriminator = undefined; PublicAuditInfo.mapping = undefined; PublicAuditInfo.attributeTypeMap = [ { "name": "identifier", "baseName": "identifier", "type": "string", "format": "" }, { "name": "rawObject", "baseName": "rawObject", "type": "any", "format": "" }, { "name": "fromUserId", "baseName": "fromUserId", "type": "number", "format": "int32" }, { "name": "portalId", "baseName": "portalId", "type": "number", "format": "int32" }, { "name": "action", "baseName": "action", "type": "string", "format": "" }, { "name": "message", "baseName": "message", "type": "string", "format": "" }, { "name": "timestamp", "baseName": "timestamp", "type": "Date", "format": "date-time" } ]; //# sourceMappingURL=PublicAuditInfo.js.map