UNPKG

@hubspot/api-client

Version:

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

64 lines 1.39 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Pipeline = void 0; class Pipeline { static getAttributeTypeMap() { return Pipeline.attributeTypeMap; } constructor() { } } exports.Pipeline = Pipeline; Pipeline.discriminator = undefined; Pipeline.mapping = undefined; Pipeline.attributeTypeMap = [ { "name": "createdAt", "baseName": "createdAt", "type": "Date", "format": "date-time" }, { "name": "archivedAt", "baseName": "archivedAt", "type": "Date", "format": "date-time" }, { "name": "archived", "baseName": "archived", "type": "boolean", "format": "" }, { "name": "displayOrder", "baseName": "displayOrder", "type": "number", "format": "int32" }, { "name": "stages", "baseName": "stages", "type": "Array<PipelineStage>", "format": "" }, { "name": "label", "baseName": "label", "type": "string", "format": "" }, { "name": "id", "baseName": "id", "type": "string", "format": "" }, { "name": "updatedAt", "baseName": "updatedAt", "type": "Date", "format": "date-time" } ]; //# sourceMappingURL=Pipeline.js.map