UNPKG

@hubspot/api-client

Version:

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

22 lines 870 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BatchInputSimplePublicObjectBatchInputUpsert = void 0; class BatchInputSimplePublicObjectBatchInputUpsert { static getAttributeTypeMap() { return BatchInputSimplePublicObjectBatchInputUpsert.attributeTypeMap; } constructor() { } } exports.BatchInputSimplePublicObjectBatchInputUpsert = BatchInputSimplePublicObjectBatchInputUpsert; BatchInputSimplePublicObjectBatchInputUpsert.discriminator = undefined; BatchInputSimplePublicObjectBatchInputUpsert.mapping = undefined; BatchInputSimplePublicObjectBatchInputUpsert.attributeTypeMap = [ { "name": "inputs", "baseName": "inputs", "type": "Array<SimplePublicObjectBatchInputUpsert>", "format": "" } ]; //# sourceMappingURL=BatchInputSimplePublicObjectBatchInputUpsert.js.map