@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
40 lines • 1.45 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AssociationSpecWithLabelCategoryEnum = exports.AssociationSpecWithLabel = void 0;
class AssociationSpecWithLabel {
static getAttributeTypeMap() {
return AssociationSpecWithLabel.attributeTypeMap;
}
constructor() {
}
}
exports.AssociationSpecWithLabel = AssociationSpecWithLabel;
AssociationSpecWithLabel.discriminator = undefined;
AssociationSpecWithLabel.mapping = undefined;
AssociationSpecWithLabel.attributeTypeMap = [
{
"name": "typeId",
"baseName": "typeId",
"type": "number",
"format": "int32"
},
{
"name": "label",
"baseName": "label",
"type": "string",
"format": ""
},
{
"name": "category",
"baseName": "category",
"type": "AssociationSpecWithLabelCategoryEnum",
"format": ""
}
];
var AssociationSpecWithLabelCategoryEnum;
(function (AssociationSpecWithLabelCategoryEnum) {
AssociationSpecWithLabelCategoryEnum["HubspotDefined"] = "HUBSPOT_DEFINED";
AssociationSpecWithLabelCategoryEnum["UserDefined"] = "USER_DEFINED";
AssociationSpecWithLabelCategoryEnum["IntegratorDefined"] = "INTEGRATOR_DEFINED";
})(AssociationSpecWithLabelCategoryEnum = exports.AssociationSpecWithLabelCategoryEnum || (exports.AssociationSpecWithLabelCategoryEnum = {}));
//# sourceMappingURL=AssociationSpecWithLabel.js.map