@atom8n/n8n-workflow 2.5.0 → 2.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
File without changes
@@ -742,6 +742,7 @@ export interface ILoadOptionsFunctions extends FunctionsBase {
742
742
  export type FieldValueOption = {
743
743
  name: string;
744
744
  type: FieldType | 'any';
745
+ defaultValue?: string;
745
746
  };
746
747
  export type IWorkflowNodeContext = ExecuteFunctions.GetNodeParameterFn & Pick<FunctionsBase, 'getNode' | 'getWorkflow'>;
747
748
  export interface ILocalLoadOptionsFunctions {