@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
62 lines • 2.27 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LegalConsentOptionsExplicitConsentToProcessTypeEnum = exports.LegalConsentOptionsExplicitConsentToProcess = void 0;
class LegalConsentOptionsExplicitConsentToProcess {
static getAttributeTypeMap() {
return LegalConsentOptionsExplicitConsentToProcess.attributeTypeMap;
}
constructor() {
}
}
exports.LegalConsentOptionsExplicitConsentToProcess = LegalConsentOptionsExplicitConsentToProcess;
LegalConsentOptionsExplicitConsentToProcess.discriminator = undefined;
LegalConsentOptionsExplicitConsentToProcess.mapping = undefined;
LegalConsentOptionsExplicitConsentToProcess.attributeTypeMap = [
{
"name": "communicationsCheckboxes",
"baseName": "communicationsCheckboxes",
"type": "Array<LegalConsentCheckbox>",
"format": ""
},
{
"name": "communicationConsentText",
"baseName": "communicationConsentText",
"type": "string",
"format": ""
},
{
"name": "consentToProcessCheckboxLabel",
"baseName": "consentToProcessCheckboxLabel",
"type": "string",
"format": ""
},
{
"name": "consentToProcessFooterText",
"baseName": "consentToProcessFooterText",
"type": "string",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "LegalConsentOptionsExplicitConsentToProcessTypeEnum",
"format": ""
},
{
"name": "privacyText",
"baseName": "privacyText",
"type": "string",
"format": ""
},
{
"name": "consentToProcessText",
"baseName": "consentToProcessText",
"type": "string",
"format": ""
}
];
var LegalConsentOptionsExplicitConsentToProcessTypeEnum;
(function (LegalConsentOptionsExplicitConsentToProcessTypeEnum) {
LegalConsentOptionsExplicitConsentToProcessTypeEnum["ExplicitConsentToProcess"] = "explicit_consent_to_process";
})(LegalConsentOptionsExplicitConsentToProcessTypeEnum = exports.LegalConsentOptionsExplicitConsentToProcessTypeEnum || (exports.LegalConsentOptionsExplicitConsentToProcessTypeEnum = {}));
//# sourceMappingURL=LegalConsentOptionsExplicitConsentToProcess.js.map