UNPKG

@hubspot/api-client

Version:

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

40 lines 1.15 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SimplePublicObjectBatchInputUpsert = void 0; class SimplePublicObjectBatchInputUpsert { static getAttributeTypeMap() { return SimplePublicObjectBatchInputUpsert.attributeTypeMap; } constructor() { } } exports.SimplePublicObjectBatchInputUpsert = SimplePublicObjectBatchInputUpsert; SimplePublicObjectBatchInputUpsert.discriminator = undefined; SimplePublicObjectBatchInputUpsert.mapping = undefined; SimplePublicObjectBatchInputUpsert.attributeTypeMap = [ { "name": "idProperty", "baseName": "idProperty", "type": "string", "format": "" }, { "name": "objectWriteTraceId", "baseName": "objectWriteTraceId", "type": "string", "format": "" }, { "name": "id", "baseName": "id", "type": "string", "format": "" }, { "name": "properties", "baseName": "properties", "type": "{ [key: string]: string; }", "format": "" } ]; //# sourceMappingURL=SimplePublicObjectBatchInputUpsert.js.map