@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
80 lines • 1.97 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PublicDatePointTimeTypeEnum = exports.PublicDatePoint = void 0;
class PublicDatePoint {
static getAttributeTypeMap() {
return PublicDatePoint.attributeTypeMap;
}
constructor() {
}
}
exports.PublicDatePoint = PublicDatePoint;
PublicDatePoint.discriminator = undefined;
PublicDatePoint.mapping = undefined;
PublicDatePoint.attributeTypeMap = [
{
"name": "month",
"baseName": "month",
"type": "number",
"format": "int32"
},
{
"name": "hour",
"baseName": "hour",
"type": "number",
"format": "int32"
},
{
"name": "year",
"baseName": "year",
"type": "number",
"format": "int32"
},
{
"name": "timezoneSource",
"baseName": "timezoneSource",
"type": "string",
"format": ""
},
{
"name": "millisecond",
"baseName": "millisecond",
"type": "number",
"format": "int32"
},
{
"name": "timeType",
"baseName": "timeType",
"type": "PublicDatePointTimeTypeEnum",
"format": ""
},
{
"name": "zoneId",
"baseName": "zoneId",
"type": "string",
"format": ""
},
{
"name": "day",
"baseName": "day",
"type": "number",
"format": "int32"
},
{
"name": "minute",
"baseName": "minute",
"type": "number",
"format": "int32"
},
{
"name": "second",
"baseName": "second",
"type": "number",
"format": "int32"
}
];
var PublicDatePointTimeTypeEnum;
(function (PublicDatePointTimeTypeEnum) {
PublicDatePointTimeTypeEnum["Date"] = "DATE";
})(PublicDatePointTimeTypeEnum = exports.PublicDatePointTimeTypeEnum || (exports.PublicDatePointTimeTypeEnum = {}));
//# sourceMappingURL=PublicDatePoint.js.map