@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
52 lines • 1.25 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExternalUnifiedEvent = void 0;
class ExternalUnifiedEvent {
static getAttributeTypeMap() {
return ExternalUnifiedEvent.attributeTypeMap;
}
constructor() {
}
}
exports.ExternalUnifiedEvent = ExternalUnifiedEvent;
ExternalUnifiedEvent.discriminator = undefined;
ExternalUnifiedEvent.mapping = undefined;
ExternalUnifiedEvent.attributeTypeMap = [
{
"name": "occurredAt",
"baseName": "occurredAt",
"type": "Date",
"format": "date-time"
},
{
"name": "eventType",
"baseName": "eventType",
"type": "string",
"format": ""
},
{
"name": "id",
"baseName": "id",
"type": "string",
"format": ""
},
{
"name": "objectId",
"baseName": "objectId",
"type": "string",
"format": ""
},
{
"name": "properties",
"baseName": "properties",
"type": "{ [key: string]: string; }",
"format": ""
},
{
"name": "objectType",
"baseName": "objectType",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=ExternalUnifiedEvent.js.map