UNPKG

@hubspot/api-client

Version:

NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files

45 lines 1.41 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CardFetchBodyPatchCardTypeEnum = exports.CardFetchBodyPatch = void 0; class CardFetchBodyPatch { static getAttributeTypeMap() { return CardFetchBodyPatch.attributeTypeMap; } constructor() { } } exports.CardFetchBodyPatch = CardFetchBodyPatch; CardFetchBodyPatch.discriminator = undefined; CardFetchBodyPatch.mapping = undefined; CardFetchBodyPatch.attributeTypeMap = [ { "name": "serverlessFunction", "baseName": "serverlessFunction", "type": "string", "format": "" }, { "name": "cardType", "baseName": "cardType", "type": "CardFetchBodyPatchCardTypeEnum", "format": "" }, { "name": "objectTypes", "baseName": "objectTypes", "type": "Array<CardObjectTypeBody>", "format": "" }, { "name": "targetUrl", "baseName": "targetUrl", "type": "string", "format": "" } ]; var CardFetchBodyPatchCardTypeEnum; (function (CardFetchBodyPatchCardTypeEnum) { CardFetchBodyPatchCardTypeEnum["External"] = "EXTERNAL"; CardFetchBodyPatchCardTypeEnum["Serverless"] = "SERVERLESS"; })(CardFetchBodyPatchCardTypeEnum = exports.CardFetchBodyPatchCardTypeEnum || (exports.CardFetchBodyPatchCardTypeEnum = {})); //# sourceMappingURL=CardFetchBodyPatch.js.map