@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
34 lines • 758 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ContactId = void 0;
class ContactId {
static getAttributeTypeMap() {
return ContactId.attributeTypeMap;
}
constructor() {
}
}
exports.ContactId = ContactId;
ContactId.discriminator = undefined;
ContactId.mapping = undefined;
ContactId.attributeTypeMap = [
{
"name": "email",
"baseName": "email",
"type": "string",
"format": ""
},
{
"name": "portalId",
"baseName": "portalId",
"type": "number",
"format": "int32"
},
{
"name": "vid",
"baseName": "vid",
"type": "number",
"format": "int64"
}
];
//# sourceMappingURL=ContactId.js.map