UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

25 lines 735 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ON_FIRST_EXECUTION = void 0; /* Custom modules */ const createNodeDescriptor_1 = require("../../../createNodeDescriptor"); exports.ON_FIRST_EXECUTION = (0, createNodeDescriptor_1.createNodeDescriptor)({ type: "onFirstExecution", parentType: 'once', defaultLabel: "On First Time", appearance: { color: '#5c6bc0', variant: 'mini', textColor: "white" }, constraints: { editable: false, deletable: false, collapsable: true, childFlowCreatable: true, creatable: false, placement: {}, }, tags: ["logic"] }); //# sourceMappingURL=onFirstExecution.js.map