@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
52 lines • 1.24 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ComplianceIds = void 0;
class ComplianceIds {
static getAttributeTypeMap() {
return ComplianceIds.attributeTypeMap;
}
constructor() {
}
}
exports.ComplianceIds = ComplianceIds;
ComplianceIds.discriminator = undefined;
ComplianceIds.mapping = undefined;
ComplianceIds.attributeTypeMap = [
{
"name": "contactIds",
"baseName": "contactIds",
"type": "Array<ContactId>",
"format": ""
},
{
"name": "noContactIdReason",
"baseName": "noContactIdReason",
"type": "string",
"format": ""
},
{
"name": "noPortalIdReason",
"baseName": "noPortalIdReason",
"type": "string",
"format": ""
},
{
"name": "noUserIdReason",
"baseName": "noUserIdReason",
"type": "string",
"format": ""
},
{
"name": "portalIds",
"baseName": "portalIds",
"type": "Array<number>",
"format": "int32"
},
{
"name": "userIds",
"baseName": "userIds",
"type": "Array<number>",
"format": "int32"
}
];
//# sourceMappingURL=ComplianceIds.js.map