UNPKG

@hubspot/api-client

Version:

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

50 lines 1.93 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PublicRollingDateRangePropertyOperationOperationTypeEnum = exports.PublicRollingDateRangePropertyOperation = void 0; class PublicRollingDateRangePropertyOperation { static getAttributeTypeMap() { return PublicRollingDateRangePropertyOperation.attributeTypeMap; } constructor() { } } exports.PublicRollingDateRangePropertyOperation = PublicRollingDateRangePropertyOperation; PublicRollingDateRangePropertyOperation.discriminator = undefined; PublicRollingDateRangePropertyOperation.mapping = undefined; PublicRollingDateRangePropertyOperation.attributeTypeMap = [ { "name": "includeObjectsWithNoValueSet", "baseName": "includeObjectsWithNoValueSet", "type": "boolean", "format": "" }, { "name": "requiresTimeZoneConversion", "baseName": "requiresTimeZoneConversion", "type": "boolean", "format": "" }, { "name": "operationType", "baseName": "operationType", "type": "PublicRollingDateRangePropertyOperationOperationTypeEnum", "format": "" }, { "name": "numberOfDays", "baseName": "numberOfDays", "type": "number", "format": "int32" }, { "name": "operator", "baseName": "operator", "type": "string", "format": "" } ]; var PublicRollingDateRangePropertyOperationOperationTypeEnum; (function (PublicRollingDateRangePropertyOperationOperationTypeEnum) { PublicRollingDateRangePropertyOperationOperationTypeEnum["RollingDateRange"] = "ROLLING_DATE_RANGE"; })(PublicRollingDateRangePropertyOperationOperationTypeEnum = exports.PublicRollingDateRangePropertyOperationOperationTypeEnum || (exports.PublicRollingDateRangePropertyOperationOperationTypeEnum = {})); //# sourceMappingURL=PublicRollingDateRangePropertyOperation.js.map