UNPKG

@hubspot/api-client

Version:

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

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