n8n-nodes-amocrm
Version:
n8n node for amocrm Api
15 lines • 505 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.addRequestId = void 0;
const addRequestId = (displayOptions) => {
return {
displayName: 'Request ID',
name: 'request_id',
type: 'string',
default: undefined,
displayOptions,
description: 'The field that will be returned unchanged in the response and will not be saved',
};
};
exports.addRequestId = addRequestId;
//# sourceMappingURL=RequestId.js.map