@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
70 lines • 1.64 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SettingsPatchRequest = void 0;
class SettingsPatchRequest {
static getAttributeTypeMap() {
return SettingsPatchRequest.attributeTypeMap;
}
constructor() {
}
}
exports.SettingsPatchRequest = SettingsPatchRequest;
SettingsPatchRequest.discriminator = undefined;
SettingsPatchRequest.mapping = undefined;
SettingsPatchRequest.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=SettingsPatchRequest.js.map