UNPKG

@hubspot/api-client

Version:

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

62 lines 1.9 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PublicTimePointOperationOperationTypeEnum = exports.PublicTimePointOperation = void 0; class PublicTimePointOperation { static getAttributeTypeMap() { return PublicTimePointOperation.attributeTypeMap; } constructor() { } } exports.PublicTimePointOperation = PublicTimePointOperation; PublicTimePointOperation.discriminator = undefined; PublicTimePointOperation.mapping = undefined; PublicTimePointOperation.attributeTypeMap = [ { "name": "endpointBehavior", "baseName": "endpointBehavior", "type": "string", "format": "" }, { "name": "includeObjectsWithNoValueSet", "baseName": "includeObjectsWithNoValueSet", "type": "boolean", "format": "" }, { "name": "propertyParser", "baseName": "propertyParser", "type": "string", "format": "" }, { "name": "operationType", "baseName": "operationType", "type": "PublicTimePointOperationOperationTypeEnum", "format": "" }, { "name": "timePoint", "baseName": "timePoint", "type": "PublicTimePointOperationTimePoint", "format": "" }, { "name": "type", "baseName": "type", "type": "string", "format": "" }, { "name": "operator", "baseName": "operator", "type": "string", "format": "" } ]; var PublicTimePointOperationOperationTypeEnum; (function (PublicTimePointOperationOperationTypeEnum) { PublicTimePointOperationOperationTypeEnum["TimePoint"] = "TIME_POINT"; })(PublicTimePointOperationOperationTypeEnum = exports.PublicTimePointOperationOperationTypeEnum || (exports.PublicTimePointOperationOperationTypeEnum = {})); //# sourceMappingURL=PublicTimePointOperation.js.map