@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
26 lines • 1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PublicAllHistoryRefineByTypeEnum = exports.PublicAllHistoryRefineBy = void 0;
class PublicAllHistoryRefineBy {
static getAttributeTypeMap() {
return PublicAllHistoryRefineBy.attributeTypeMap;
}
constructor() {
}
}
exports.PublicAllHistoryRefineBy = PublicAllHistoryRefineBy;
PublicAllHistoryRefineBy.discriminator = undefined;
PublicAllHistoryRefineBy.mapping = undefined;
PublicAllHistoryRefineBy.attributeTypeMap = [
{
"name": "type",
"baseName": "type",
"type": "PublicAllHistoryRefineByTypeEnum",
"format": ""
}
];
var PublicAllHistoryRefineByTypeEnum;
(function (PublicAllHistoryRefineByTypeEnum) {
PublicAllHistoryRefineByTypeEnum["AllHistory"] = "ALL_HISTORY";
})(PublicAllHistoryRefineByTypeEnum = exports.PublicAllHistoryRefineByTypeEnum || (exports.PublicAllHistoryRefineByTypeEnum = {}));
//# sourceMappingURL=PublicAllHistoryRefineBy.js.map