UNPKG

@hubspot/api-client

Version:

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

28 lines 865 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CallbackCompletionBatchRequest = void 0; class CallbackCompletionBatchRequest { static getAttributeTypeMap() { return CallbackCompletionBatchRequest.attributeTypeMap; } constructor() { } } exports.CallbackCompletionBatchRequest = CallbackCompletionBatchRequest; CallbackCompletionBatchRequest.discriminator = undefined; CallbackCompletionBatchRequest.mapping = undefined; CallbackCompletionBatchRequest.attributeTypeMap = [ { "name": "outputFields", "baseName": "outputFields", "type": "{ [key: string]: string; }", "format": "" }, { "name": "callbackId", "baseName": "callbackId", "type": "string", "format": "" } ]; //# sourceMappingURL=CallbackCompletionBatchRequest.js.map