UNPKG

@hubspot/api-client

Version:

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

34 lines 853 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PipelinePatchInput = void 0; class PipelinePatchInput { static getAttributeTypeMap() { return PipelinePatchInput.attributeTypeMap; } constructor() { } } exports.PipelinePatchInput = PipelinePatchInput; PipelinePatchInput.discriminator = undefined; PipelinePatchInput.mapping = undefined; PipelinePatchInput.attributeTypeMap = [ { "name": "archived", "baseName": "archived", "type": "boolean", "format": "" }, { "name": "displayOrder", "baseName": "displayOrder", "type": "number", "format": "int32" }, { "name": "label", "baseName": "label", "type": "string", "format": "" } ]; //# sourceMappingURL=PipelinePatchInput.js.map