UNPKG

@hubspot/api-client

Version:

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

28 lines 753 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PublicAssociationSpec = void 0; class PublicAssociationSpec { static getAttributeTypeMap() { return PublicAssociationSpec.attributeTypeMap; } constructor() { } } exports.PublicAssociationSpec = PublicAssociationSpec; PublicAssociationSpec.discriminator = undefined; PublicAssociationSpec.mapping = undefined; PublicAssociationSpec.attributeTypeMap = [ { "name": "typeId", "baseName": "typeId", "type": "number", "format": "int32" }, { "name": "category", "baseName": "category", "type": "string", "format": "" } ]; //# sourceMappingURL=PublicAssociationSpec.js.map