UNPKG

@hubspot/api-client

Version:

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

71 lines 2.75 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BatchResponsePublicAssociationMultiWithLabelWithErrorsStatusEnum = exports.BatchResponsePublicAssociationMultiWithLabelWithErrors = void 0; class BatchResponsePublicAssociationMultiWithLabelWithErrors { static getAttributeTypeMap() { return BatchResponsePublicAssociationMultiWithLabelWithErrors.attributeTypeMap; } constructor() { } } exports.BatchResponsePublicAssociationMultiWithLabelWithErrors = BatchResponsePublicAssociationMultiWithLabelWithErrors; BatchResponsePublicAssociationMultiWithLabelWithErrors.discriminator = undefined; BatchResponsePublicAssociationMultiWithLabelWithErrors.mapping = undefined; BatchResponsePublicAssociationMultiWithLabelWithErrors.attributeTypeMap = [ { "name": "completedAt", "baseName": "completedAt", "type": "Date", "format": "date-time" }, { "name": "numErrors", "baseName": "numErrors", "type": "number", "format": "int32" }, { "name": "requestedAt", "baseName": "requestedAt", "type": "Date", "format": "date-time" }, { "name": "startedAt", "baseName": "startedAt", "type": "Date", "format": "date-time" }, { "name": "links", "baseName": "links", "type": "{ [key: string]: string; }", "format": "" }, { "name": "results", "baseName": "results", "type": "Array<PublicAssociationMultiWithLabel>", "format": "" }, { "name": "errors", "baseName": "errors", "type": "Array<StandardError>", "format": "" }, { "name": "status", "baseName": "status", "type": "BatchResponsePublicAssociationMultiWithLabelWithErrorsStatusEnum", "format": "" } ]; var BatchResponsePublicAssociationMultiWithLabelWithErrorsStatusEnum; (function (BatchResponsePublicAssociationMultiWithLabelWithErrorsStatusEnum) { BatchResponsePublicAssociationMultiWithLabelWithErrorsStatusEnum["Pending"] = "PENDING"; BatchResponsePublicAssociationMultiWithLabelWithErrorsStatusEnum["Processing"] = "PROCESSING"; BatchResponsePublicAssociationMultiWithLabelWithErrorsStatusEnum["Canceled"] = "CANCELED"; BatchResponsePublicAssociationMultiWithLabelWithErrorsStatusEnum["Complete"] = "COMPLETE"; })(BatchResponsePublicAssociationMultiWithLabelWithErrorsStatusEnum = exports.BatchResponsePublicAssociationMultiWithLabelWithErrorsStatusEnum || (exports.BatchResponsePublicAssociationMultiWithLabelWithErrorsStatusEnum = {})); //# sourceMappingURL=BatchResponsePublicAssociationMultiWithLabelWithErrors.js.map