UNPKG

@hubspot/api-client

Version:

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

70 lines 1.74 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SimplePublicUpsertObject = void 0; class SimplePublicUpsertObject { static getAttributeTypeMap() { return SimplePublicUpsertObject.attributeTypeMap; } constructor() { } } exports.SimplePublicUpsertObject = SimplePublicUpsertObject; SimplePublicUpsertObject.discriminator = undefined; SimplePublicUpsertObject.mapping = undefined; SimplePublicUpsertObject.attributeTypeMap = [ { "name": "createdAt", "baseName": "createdAt", "type": "Date", "format": "date-time" }, { "name": "archived", "baseName": "archived", "type": "boolean", "format": "" }, { "name": "archivedAt", "baseName": "archivedAt", "type": "Date", "format": "date-time" }, { "name": "_new", "baseName": "new", "type": "boolean", "format": "" }, { "name": "propertiesWithHistory", "baseName": "propertiesWithHistory", "type": "{ [key: string]: Array<ValueWithTimestamp>; }", "format": "" }, { "name": "id", "baseName": "id", "type": "string", "format": "" }, { "name": "objectWriteTraceId", "baseName": "objectWriteTraceId", "type": "string", "format": "" }, { "name": "properties", "baseName": "properties", "type": "{ [key: string]: string; }", "format": "" }, { "name": "updatedAt", "baseName": "updatedAt", "type": "Date", "format": "date-time" } ]; //# sourceMappingURL=SimplePublicUpsertObject.js.map