UNPKG

@hubspot/api-client

Version:

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

40 lines 963 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ContactAssociation = void 0; class ContactAssociation { static getAttributeTypeMap() { return ContactAssociation.attributeTypeMap; } constructor() { } } exports.ContactAssociation = ContactAssociation; ContactAssociation.discriminator = undefined; ContactAssociation.mapping = undefined; ContactAssociation.attributeTypeMap = [ { "name": "firstname", "baseName": "firstname", "type": "string", "format": "" }, { "name": "contactId", "baseName": "contactId", "type": "string", "format": "" }, { "name": "email", "baseName": "email", "type": "string", "format": "" }, { "name": "lastname", "baseName": "lastname", "type": "string", "format": "" } ]; //# sourceMappingURL=ContactAssociation.js.map