@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
70 lines • 1.6 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SettingsRequest = void 0;
class SettingsRequest {
static getAttributeTypeMap() {
return SettingsRequest.attributeTypeMap;
}
constructor() {
}
}
exports.SettingsRequest = SettingsRequest;
SettingsRequest.discriminator = undefined;
SettingsRequest.mapping = undefined;
SettingsRequest.attributeTypeMap = [
{
"name": "supportsCustomObjects",
"baseName": "supportsCustomObjects",
"type": "boolean",
"format": ""
},
{
"name": "usesRemote",
"baseName": "usesRemote",
"type": "boolean",
"format": ""
},
{
"name": "isReady",
"baseName": "isReady",
"type": "boolean",
"format": ""
},
{
"name": "name",
"baseName": "name",
"type": "string",
"format": ""
},
{
"name": "width",
"baseName": "width",
"type": "number",
"format": "int32"
},
{
"name": "usesCallingWindow",
"baseName": "usesCallingWindow",
"type": "boolean",
"format": ""
},
{
"name": "supportsInboundCalling",
"baseName": "supportsInboundCalling",
"type": "boolean",
"format": ""
},
{
"name": "url",
"baseName": "url",
"type": "string",
"format": ""
},
{
"name": "height",
"baseName": "height",
"type": "number",
"format": "int32"
}
];
//# sourceMappingURL=SettingsRequest.js.map