@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
71 lines • 3.03 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BatchResponsePublicAssociationDefinitionUserConfigurationWithErrorsStatusEnum = exports.BatchResponsePublicAssociationDefinitionUserConfigurationWithErrors = void 0;
class BatchResponsePublicAssociationDefinitionUserConfigurationWithErrors {
static getAttributeTypeMap() {
return BatchResponsePublicAssociationDefinitionUserConfigurationWithErrors.attributeTypeMap;
}
constructor() {
}
}
exports.BatchResponsePublicAssociationDefinitionUserConfigurationWithErrors = BatchResponsePublicAssociationDefinitionUserConfigurationWithErrors;
BatchResponsePublicAssociationDefinitionUserConfigurationWithErrors.discriminator = undefined;
BatchResponsePublicAssociationDefinitionUserConfigurationWithErrors.mapping = undefined;
BatchResponsePublicAssociationDefinitionUserConfigurationWithErrors.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<PublicAssociationDefinitionUserConfiguration>",
"format": ""
},
{
"name": "errors",
"baseName": "errors",
"type": "Array<StandardError>",
"format": ""
},
{
"name": "status",
"baseName": "status",
"type": "BatchResponsePublicAssociationDefinitionUserConfigurationWithErrorsStatusEnum",
"format": ""
}
];
var BatchResponsePublicAssociationDefinitionUserConfigurationWithErrorsStatusEnum;
(function (BatchResponsePublicAssociationDefinitionUserConfigurationWithErrorsStatusEnum) {
BatchResponsePublicAssociationDefinitionUserConfigurationWithErrorsStatusEnum["Pending"] = "PENDING";
BatchResponsePublicAssociationDefinitionUserConfigurationWithErrorsStatusEnum["Processing"] = "PROCESSING";
BatchResponsePublicAssociationDefinitionUserConfigurationWithErrorsStatusEnum["Canceled"] = "CANCELED";
BatchResponsePublicAssociationDefinitionUserConfigurationWithErrorsStatusEnum["Complete"] = "COMPLETE";
})(BatchResponsePublicAssociationDefinitionUserConfigurationWithErrorsStatusEnum = exports.BatchResponsePublicAssociationDefinitionUserConfigurationWithErrorsStatusEnum || (exports.BatchResponsePublicAssociationDefinitionUserConfigurationWithErrorsStatusEnum = {}));
//# sourceMappingURL=BatchResponsePublicAssociationDefinitionUserConfigurationWithErrors.js.map