UNPKG

@hubspot/api-client

Version:

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

13 lines 662 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PublicRangedTimeOperationUpperBoundTimePointClass = void 0; class PublicRangedTimeOperationUpperBoundTimePointClass { } exports.PublicRangedTimeOperationUpperBoundTimePointClass = PublicRangedTimeOperationUpperBoundTimePointClass; PublicRangedTimeOperationUpperBoundTimePointClass.discriminator = "timeType"; PublicRangedTimeOperationUpperBoundTimePointClass.mapping = { "DATE": "PublicDatePoint", "INDEXED": "PublicIndexedTimePoint", "PROPERTY_REFERENCED": "PublicPropertyReferencedTime", }; //# sourceMappingURL=PublicRangedTimeOperationUpperBoundTimePoint.js.map