@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
44 lines • 1.45 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WorkflowsRequestContextSourceEnum = exports.WorkflowsRequestContext = void 0;
class WorkflowsRequestContext {
static getAttributeTypeMap() {
return WorkflowsRequestContext.attributeTypeMap;
}
constructor() {
}
}
exports.WorkflowsRequestContext = WorkflowsRequestContext;
WorkflowsRequestContext.discriminator = undefined;
WorkflowsRequestContext.mapping = undefined;
WorkflowsRequestContext.attributeTypeMap = [
{
"name": "actionExecutionIndexIdentifier",
"baseName": "actionExecutionIndexIdentifier",
"type": "ActionExecutionIndexIdentifier",
"format": ""
},
{
"name": "actionId",
"baseName": "actionId",
"type": "number",
"format": "int64"
},
{
"name": "source",
"baseName": "source",
"type": "WorkflowsRequestContextSourceEnum",
"format": ""
},
{
"name": "workflowId",
"baseName": "workflowId",
"type": "number",
"format": "int64"
}
];
var WorkflowsRequestContextSourceEnum;
(function (WorkflowsRequestContextSourceEnum) {
WorkflowsRequestContextSourceEnum["Workflows"] = "WORKFLOWS";
})(WorkflowsRequestContextSourceEnum = exports.WorkflowsRequestContextSourceEnum || (exports.WorkflowsRequestContextSourceEnum = {}));
//# sourceMappingURL=WorkflowsRequestContext.js.map