n8n-nodes-base 1.1.0 → 1.1.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.
Files changed (75) hide show
  1. package/dist/build.tsbuildinfo +1 -1
  2. package/dist/credentials/OAuth2Api.credentials.js +7 -0
  3. package/dist/credentials/OAuth2Api.credentials.js.map +1 -1
  4. package/dist/nodes/Airtable/v2/actions/base/getMany.operation.d.ts +1 -0
  5. package/dist/nodes/Airtable/v2/actions/base/getSchema.operation.d.ts +1 -0
  6. package/dist/nodes/Airtable/v2/actions/record/create.operation.d.ts +1 -0
  7. package/dist/nodes/Airtable/v2/actions/record/deleteRecord.operation.d.ts +1 -0
  8. package/dist/nodes/Airtable/v2/actions/record/get.operation.d.ts +1 -0
  9. package/dist/nodes/Airtable/v2/actions/record/search.operation.d.ts +1 -0
  10. package/dist/nodes/Airtable/v2/actions/record/update.operation.d.ts +1 -0
  11. package/dist/nodes/Airtable/v2/actions/record/upsert.operation.d.ts +1 -0
  12. package/dist/nodes/EmailSend/v2/send.operation.d.ts +1 -0
  13. package/dist/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.d.ts +1 -0
  14. package/dist/nodes/Google/BigQuery/v2/actions/database/insert.operation.d.ts +1 -0
  15. package/dist/nodes/Google/Drive/v2/actions/drive/create.operation.d.ts +1 -0
  16. package/dist/nodes/Google/Drive/v2/actions/drive/deleteDrive.operation.d.ts +1 -0
  17. package/dist/nodes/Google/Drive/v2/actions/drive/get.operation.d.ts +1 -0
  18. package/dist/nodes/Google/Drive/v2/actions/drive/list.operation.d.ts +1 -0
  19. package/dist/nodes/Google/Drive/v2/actions/drive/update.operation.d.ts +1 -0
  20. package/dist/nodes/Google/Drive/v2/actions/file/copy.operation.d.ts +1 -0
  21. package/dist/nodes/Google/Drive/v2/actions/file/createFromText.operation.d.ts +1 -0
  22. package/dist/nodes/Google/Drive/v2/actions/file/deleteFile.operation.d.ts +1 -0
  23. package/dist/nodes/Google/Drive/v2/actions/file/download.operation.d.ts +1 -0
  24. package/dist/nodes/Google/Drive/v2/actions/file/move.operation.d.ts +1 -0
  25. package/dist/nodes/Google/Drive/v2/actions/file/share.operation.d.ts +1 -0
  26. package/dist/nodes/Google/Drive/v2/actions/file/update.operation.d.ts +1 -0
  27. package/dist/nodes/Google/Drive/v2/actions/file/upload.operation.d.ts +1 -0
  28. package/dist/nodes/Google/Drive/v2/actions/fileFolder/search.operation.d.ts +1 -0
  29. package/dist/nodes/Google/Drive/v2/actions/folder/create.operation.d.ts +1 -0
  30. package/dist/nodes/Google/Drive/v2/actions/folder/deleteFolder.operation.d.ts +1 -0
  31. package/dist/nodes/Google/Drive/v2/actions/folder/share.operation.d.ts +1 -0
  32. package/dist/nodes/ItemLists/V3/actions/itemList/concatenateItems.operation.d.ts +1 -0
  33. package/dist/nodes/ItemLists/V3/actions/itemList/limit.operation.d.ts +1 -0
  34. package/dist/nodes/ItemLists/V3/actions/itemList/removeDuplicates.operation.d.ts +1 -0
  35. package/dist/nodes/ItemLists/V3/actions/itemList/sort.operation.d.ts +1 -0
  36. package/dist/nodes/ItemLists/V3/actions/itemList/splitOutItems.operation.d.ts +1 -0
  37. package/dist/nodes/ItemLists/V3/actions/itemList/summarize.operation.d.ts +1 -0
  38. package/dist/nodes/Lemlist/GenericFunctions.d.ts +1 -1
  39. package/dist/nodes/Lemlist/GenericFunctions.js +1 -2
  40. package/dist/nodes/Lemlist/GenericFunctions.js.map +1 -1
  41. package/dist/nodes/Lemlist/Lemlist.node.js +16 -10
  42. package/dist/nodes/Lemlist/Lemlist.node.js.map +1 -1
  43. package/dist/nodes/Microsoft/Excel/v2/actions/table/addTable.operation.d.ts +1 -0
  44. package/dist/nodes/Microsoft/Excel/v2/actions/table/append.operation.d.ts +1 -0
  45. package/dist/nodes/Microsoft/Excel/v2/actions/table/convertToRange.operation.d.ts +1 -0
  46. package/dist/nodes/Microsoft/Excel/v2/actions/table/deleteTable.operation.d.ts +1 -0
  47. package/dist/nodes/Microsoft/Excel/v2/actions/table/getColumns.operation.d.ts +1 -0
  48. package/dist/nodes/Microsoft/Excel/v2/actions/table/getRows.operation.d.ts +1 -0
  49. package/dist/nodes/Microsoft/Excel/v2/actions/table/lookup.operation.d.ts +1 -0
  50. package/dist/nodes/Microsoft/Excel/v2/actions/workbook/addWorksheet.operation.d.ts +1 -0
  51. package/dist/nodes/Microsoft/Excel/v2/actions/workbook/deleteWorkbook.operation.d.ts +1 -0
  52. package/dist/nodes/Microsoft/Excel/v2/actions/workbook/getAll.operation.d.ts +1 -0
  53. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/append.operation.d.ts +1 -0
  54. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/clear.operation.d.ts +1 -0
  55. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/deleteWorksheet.operation.d.ts +1 -0
  56. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/getAll.operation.d.ts +1 -0
  57. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/readRows.operation.d.ts +1 -0
  58. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/update.operation.d.ts +1 -0
  59. package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/upsert.operation.d.ts +1 -0
  60. package/dist/nodes/MySql/v2/actions/database/deleteTable.operation.d.ts +1 -0
  61. package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.d.ts +1 -0
  62. package/dist/nodes/MySql/v2/actions/database/insert.operation.d.ts +1 -0
  63. package/dist/nodes/MySql/v2/actions/database/select.operation.d.ts +1 -0
  64. package/dist/nodes/MySql/v2/actions/database/update.operation.d.ts +1 -0
  65. package/dist/nodes/MySql/v2/actions/database/upsert.operation.d.ts +1 -0
  66. package/dist/nodes/Postgres/v2/actions/database/deleteTable.operation.d.ts +1 -0
  67. package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.d.ts +1 -0
  68. package/dist/nodes/Postgres/v2/actions/database/insert.operation.d.ts +1 -0
  69. package/dist/nodes/Postgres/v2/actions/database/select.operation.d.ts +1 -0
  70. package/dist/nodes/Postgres/v2/actions/database/update.operation.d.ts +1 -0
  71. package/dist/nodes/Postgres/v2/actions/database/upsert.operation.d.ts +1 -0
  72. package/dist/types/credentials.json +1 -1
  73. package/dist/types/nodes.json +1 -1
  74. package/dist/utils/utilities.d.ts +1 -0
  75. package/package.json +3 -3
@@ -101,6 +101,13 @@ class OAuth2Api {
101
101
  ],
102
102
  default: 'header',
103
103
  },
104
+ {
105
+ displayName: 'Ignore SSL Issues',
106
+ name: 'ignoreSSLIssues',
107
+ type: 'boolean',
108
+ default: false,
109
+ doNotInherit: true,
110
+ },
104
111
  ];
105
112
  }
106
113
  }
@@ -1 +1 @@
1
- {"version":3,"file":"OAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/OAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAa,SAAS;IAAtB;QACC,SAAI,GAAG,WAAW,CAAC;QAEnB,gBAAW,GAAG,YAAY,CAAC;QAE3B,qBAAgB,GAAG,aAAa,CAAC;QAEjC,gBAAW,GAAG,IAAI,CAAC;QAEnB,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,YAAY;gBACzB,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE;oBACR;wBACC,IAAI,EAAE,oBAAoB;wBAC1B,KAAK,EAAE,mBAAmB;qBAC1B;oBACD;wBACC,IAAI,EAAE,oBAAoB;wBAC1B,KAAK,EAAE,mBAAmB;qBAC1B;oBACD;wBACC,IAAI,EAAE,MAAM;wBACZ,KAAK,EAAE,MAAM;qBACb;iBACD;gBACD,OAAO,EAAE,mBAAmB;aAC5B;YACD;gBACC,WAAW,EAAE,mBAAmB;gBAChC,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,QAAQ;gBACd,cAAc,EAAE;oBACf,IAAI,EAAE;wBACL,SAAS,EAAE,CAAC,mBAAmB,EAAE,MAAM,CAAC;qBACxC;iBACD;gBACD,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,kBAAkB;gBAC/B,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,WAAW;gBACxB,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,eAAe;gBAC5B,IAAI,EAAE,cAAc;gBACpB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE;oBACZ,QAAQ,EAAE,IAAI;iBACd;gBACD,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;YACD;gBACC,WAAW,EAAE,2BAA2B;gBACxC,IAAI,EAAE,qBAAqB;gBAC3B,IAAI,EAAE,QAAQ;gBACd,cAAc,EAAE;oBACf,IAAI,EAAE;wBACL,SAAS,EAAE,CAAC,mBAAmB,EAAE,MAAM,CAAC;qBACxC;iBACD;gBACD,OAAO,EAAE,EAAE;gBACX,WAAW,EACV,wFAAwF;gBACzF,WAAW,EAAE,qBAAqB;aAClC;YACD;gBACC,WAAW,EAAE,gBAAgB;gBAC7B,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE;oBACR;wBACC,IAAI,EAAE,MAAM;wBACZ,KAAK,EAAE,MAAM;wBACb,WAAW,EAAE,0BAA0B;qBACvC;oBACD;wBACC,IAAI,EAAE,QAAQ;wBACd,KAAK,EAAE,QAAQ;wBACf,WAAW,EAAE,uCAAuC;qBACpD;iBACD;gBACD,OAAO,EAAE,QAAQ;aACjB;SACD,CAAC;IACH,CAAC;CAAA;AAzGD,8BAyGC"}
1
+ {"version":3,"file":"OAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/OAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAa,SAAS;IAAtB;QACC,SAAI,GAAG,WAAW,CAAC;QAEnB,gBAAW,GAAG,YAAY,CAAC;QAE3B,qBAAgB,GAAG,aAAa,CAAC;QAEjC,gBAAW,GAAG,IAAI,CAAC;QAEnB,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,YAAY;gBACzB,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE;oBACR;wBACC,IAAI,EAAE,oBAAoB;wBAC1B,KAAK,EAAE,mBAAmB;qBAC1B;oBACD;wBACC,IAAI,EAAE,oBAAoB;wBAC1B,KAAK,EAAE,mBAAmB;qBAC1B;oBACD;wBACC,IAAI,EAAE,MAAM;wBACZ,KAAK,EAAE,MAAM;qBACb;iBACD;gBACD,OAAO,EAAE,mBAAmB;aAC5B;YACD;gBACC,WAAW,EAAE,mBAAmB;gBAChC,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,QAAQ;gBACd,cAAc,EAAE;oBACf,IAAI,EAAE;wBACL,SAAS,EAAE,CAAC,mBAAmB,EAAE,MAAM,CAAC;qBACxC;iBACD;gBACD,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,kBAAkB;gBAC/B,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,WAAW;gBACxB,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,eAAe;gBAC5B,IAAI,EAAE,cAAc;gBACpB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE;oBACZ,QAAQ,EAAE,IAAI;iBACd;gBACD,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;YACD;gBACC,WAAW,EAAE,2BAA2B;gBACxC,IAAI,EAAE,qBAAqB;gBAC3B,IAAI,EAAE,QAAQ;gBACd,cAAc,EAAE;oBACf,IAAI,EAAE;wBACL,SAAS,EAAE,CAAC,mBAAmB,EAAE,MAAM,CAAC;qBACxC;iBACD;gBACD,OAAO,EAAE,EAAE;gBACX,WAAW,EACV,wFAAwF;gBACzF,WAAW,EAAE,qBAAqB;aAClC;YACD;gBACC,WAAW,EAAE,gBAAgB;gBAC7B,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE;oBACR;wBACC,IAAI,EAAE,MAAM;wBACZ,KAAK,EAAE,MAAM;wBACb,WAAW,EAAE,0BAA0B;qBACvC;oBACD;wBACC,IAAI,EAAE,QAAQ;wBACd,KAAK,EAAE,QAAQ;wBACf,WAAW,EAAE,uCAAuC;qBACpD;iBACD;gBACD,OAAO,EAAE,QAAQ;aACjB;YACD;gBACC,WAAW,EAAE,mBAAmB;gBAChC,IAAI,EAAE,iBAAiB;gBACvB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,KAAK;gBACd,YAAY,EAAE,IAAI;aAClB;SACD,CAAC;IACH,CAAC;CAAA;AAhHD,8BAgHC"}
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[], base: string, table: string): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[], base: string, table: string): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[], base: string, table: string): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[], base: string, table: string): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[], base: string, table: string): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[], base: string, table: string): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, i: number, item: INodeExecutionData): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>;
@@ -19,5 +19,6 @@ export declare const description: {
19
19
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
20
20
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
21
21
  requiresDataPath?: "single" | "multiple" | undefined;
22
+ doNotInherit?: boolean | undefined;
22
23
  }[];
23
24
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>;
@@ -1,6 +1,6 @@
1
1
  import type { IExecuteFunctions, IHookFunctions, IDataObject, ILoadOptionsFunctions } from 'n8n-workflow';
2
2
  export declare function lemlistApiRequest(this: IHookFunctions | IExecuteFunctions | ILoadOptionsFunctions, method: string, endpoint: string, body?: IDataObject, qs?: IDataObject, option?: IDataObject): Promise<any>;
3
- export declare function lemlistApiRequestAllItems(this: IExecuteFunctions | ILoadOptionsFunctions | IHookFunctions, method: string, endpoint: string): Promise<IDataObject[]>;
3
+ export declare function lemlistApiRequestAllItems(this: IExecuteFunctions | ILoadOptionsFunctions | IHookFunctions, method: string, endpoint: string, qs?: IDataObject): Promise<IDataObject[]>;
4
4
  export declare function getEvents(): {
5
5
  name: string;
6
6
  value: string;
@@ -23,10 +23,9 @@ async function lemlistApiRequest(method, endpoint, body = {}, qs = {}, option =
23
23
  return this.helpers.requestWithAuthentication.call(this, 'lemlistApi', options);
24
24
  }
25
25
  exports.lemlistApiRequest = lemlistApiRequest;
26
- async function lemlistApiRequestAllItems(method, endpoint) {
26
+ async function lemlistApiRequestAllItems(method, endpoint, qs = {}) {
27
27
  const returnData = [];
28
28
  let responseData;
29
- const qs = {};
30
29
  qs.limit = 100;
31
30
  qs.offset = 0;
32
31
  do {
@@ -1 +1 @@
1
- {"version":3,"file":"GenericFunctions.js","sourceRoot":"","sources":["../../../nodes/Lemlist/GenericFunctions.ts"],"names":[],"mappings":";;;AASA,6CAA0C;AAKnC,KAAK,UAAU,iBAAiB,CAEtC,MAAc,EACd,QAAgB,EAChB,OAAoB,EAAE,EACtB,KAAkB,EAAE,EACpB,SAAsB,EAAE;IAExB,MAAM,OAAO,GAAmB;QAC/B,OAAO,EAAE,EAAE;QACX,MAAM;QACN,GAAG,EAAE,8BAA8B,QAAQ,EAAE;QAC7C,EAAE;QACF,IAAI;QACJ,IAAI,EAAE,IAAI;KACV,CAAC;IAEF,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,MAAM,EAAE;QAC9B,OAAO,OAAO,CAAC,IAAI,CAAC;KACpB;IAED,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE;QAC5B,OAAO,OAAO,CAAC,EAAE,CAAC;KAClB;IAED,IAAI,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE;QACxB,MAAM,CAAC,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;KAC/B;IAED,OAAO,IAAI,CAAC,OAAO,CAAC,yBAAyB,CAAC,IAAI,CAAC,IAAI,EAAE,YAAY,EAAE,OAAO,CAAC,CAAC;AACjF,CAAC;AA9BD,8CA8BC;AAKM,KAAK,UAAU,yBAAyB,CAE9C,MAAc,EACd,QAAgB;IAEhB,MAAM,UAAU,GAAkB,EAAE,CAAC;IAErC,IAAI,YAAY,CAAC;IACjB,MAAM,EAAE,GAAgB,EAAE,CAAC;IAE3B,EAAE,CAAC,KAAK,GAAG,GAAG,CAAC;IACf,EAAE,CAAC,MAAM,GAAG,CAAC,CAAC;IAEd,GAAG;QACF,YAAY,GAAG,MAAM,iBAAiB,CAAC,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;QAC5E,UAAU,CAAC,IAAI,CAAC,GAAI,YAA8B,CAAC,CAAC;QACpD,EAAE,CAAC,MAAM,IAAI,EAAE,CAAC,KAAK,CAAC;KACtB,QAAQ,YAAY,CAAC,MAAM,KAAK,CAAC,EAAE;IACpC,OAAO,UAAU,CAAC;AACnB,CAAC;AAnBD,8DAmBC;AAED,SAAgB,SAAS;IACxB,MAAM,MAAM,GAAG;QACd,GAAG;QACH,eAAe;QACf,eAAe;QACf,cAAc;QACd,kBAAkB;QAClB,qBAAqB;QACrB,cAAc;QACd,eAAe;QACf,kBAAkB;QAClB,YAAY;QACZ,oBAAoB;KACpB,CAAC;IAEF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,KAAa,EAAE,EAAE,CAAC,CAAC;QACrC,IAAI,EAAE,KAAK,KAAK,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,IAAA,yBAAW,EAAC,KAAK,CAAC;QAC9C,KAAK,EAAE,KAAK;KACZ,CAAC,CAAC,CAAC;AACL,CAAC;AAnBD,8BAmBC"}
1
+ {"version":3,"file":"GenericFunctions.js","sourceRoot":"","sources":["../../../nodes/Lemlist/GenericFunctions.ts"],"names":[],"mappings":";;;AASA,6CAA0C;AAKnC,KAAK,UAAU,iBAAiB,CAEtC,MAAc,EACd,QAAgB,EAChB,OAAoB,EAAE,EACtB,KAAkB,EAAE,EACpB,SAAsB,EAAE;IAExB,MAAM,OAAO,GAAmB;QAC/B,OAAO,EAAE,EAAE;QACX,MAAM;QACN,GAAG,EAAE,8BAA8B,QAAQ,EAAE;QAC7C,EAAE;QACF,IAAI;QACJ,IAAI,EAAE,IAAI;KACV,CAAC;IAEF,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,MAAM,EAAE;QAC9B,OAAO,OAAO,CAAC,IAAI,CAAC;KACpB;IAED,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE;QAC5B,OAAO,OAAO,CAAC,EAAE,CAAC;KAClB;IAED,IAAI,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE;QACxB,MAAM,CAAC,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;KAC/B;IAED,OAAO,IAAI,CAAC,OAAO,CAAC,yBAAyB,CAAC,IAAI,CAAC,IAAI,EAAE,YAAY,EAAE,OAAO,CAAC,CAAC;AACjF,CAAC;AA9BD,8CA8BC;AAKM,KAAK,UAAU,yBAAyB,CAE9C,MAAc,EACd,QAAgB,EAChB,KAAkB,EAAE;IAEpB,MAAM,UAAU,GAAkB,EAAE,CAAC;IAErC,IAAI,YAAY,CAAC;IAEjB,EAAE,CAAC,KAAK,GAAG,GAAG,CAAC;IACf,EAAE,CAAC,MAAM,GAAG,CAAC,CAAC;IAEd,GAAG;QACF,YAAY,GAAG,MAAM,iBAAiB,CAAC,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;QAC5E,UAAU,CAAC,IAAI,CAAC,GAAI,YAA8B,CAAC,CAAC;QACpD,EAAE,CAAC,MAAM,IAAI,EAAE,CAAC,KAAK,CAAC;KACtB,QAAQ,YAAY,CAAC,MAAM,KAAK,CAAC,EAAE;IACpC,OAAO,UAAU,CAAC;AACnB,CAAC;AAnBD,8DAmBC;AAED,SAAgB,SAAS;IACxB,MAAM,MAAM,GAAG;QACd,GAAG;QACH,eAAe;QACf,eAAe;QACf,cAAc;QACd,kBAAkB;QAClB,qBAAqB;QACrB,cAAc;QACd,eAAe;QACf,kBAAkB;QAClB,YAAY;QACZ,oBAAoB;KACpB,CAAC;IAEF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,KAAa,EAAE,EAAE,CAAC,CAAC;QACrC,IAAI,EAAE,KAAK,KAAK,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,IAAA,yBAAW,EAAC,KAAK,CAAC;QAC9C,KAAK,EAAE,KAAK;KACZ,CAAC,CAAC,CAAC;AACL,CAAC;AAnBD,8BAmBC"}
@@ -93,26 +93,32 @@ class Lemlist {
93
93
  try {
94
94
  if (resource === 'activity') {
95
95
  if (operation === 'getAll') {
96
- const returnAll = this.getNodeParameter('returnAll', 0);
96
+ const returnAll = this.getNodeParameter('returnAll', i);
97
97
  const qs = {};
98
98
  const filters = this.getNodeParameter('filters', i);
99
99
  if (!(0, isEmpty_1.default)(filters)) {
100
100
  Object.assign(qs, filters);
101
101
  }
102
- responseData = await GenericFunctions_1.lemlistApiRequest.call(this, 'GET', '/activities', {}, qs);
103
- if (!returnAll) {
104
- const limit = this.getNodeParameter('limit', 0);
105
- responseData = responseData.slice(0, limit);
102
+ if (returnAll) {
103
+ responseData = await GenericFunctions_1.lemlistApiRequestAllItems.call(this, 'GET', '/activities', qs);
104
+ }
105
+ else {
106
+ qs.limit = this.getNodeParameter('limit', i);
107
+ responseData = await GenericFunctions_1.lemlistApiRequest.call(this, 'GET', '/activities', {}, qs);
106
108
  }
107
109
  }
108
110
  }
109
111
  else if (resource === 'campaign') {
110
112
  if (operation === 'getAll') {
111
- responseData = await GenericFunctions_1.lemlistApiRequest.call(this, 'GET', '/campaigns');
112
113
  const returnAll = this.getNodeParameter('returnAll', i);
113
- if (!returnAll) {
114
- const limit = this.getNodeParameter('limit', i);
115
- responseData = responseData.slice(0, limit);
114
+ if (returnAll) {
115
+ responseData = await GenericFunctions_1.lemlistApiRequestAllItems.call(this, 'GET', '/campaigns', {});
116
+ }
117
+ else {
118
+ const qs = {
119
+ limit: this.getNodeParameter('limit', i),
120
+ };
121
+ responseData = await GenericFunctions_1.lemlistApiRequest.call(this, 'GET', '/campaigns', {}, qs);
116
122
  }
117
123
  }
118
124
  }
@@ -167,7 +173,7 @@ class Lemlist {
167
173
  else if (operation === 'getAll') {
168
174
  const returnAll = this.getNodeParameter('returnAll', i);
169
175
  if (returnAll) {
170
- responseData = await GenericFunctions_1.lemlistApiRequestAllItems.call(this, 'GET', '/unsubscribes');
176
+ responseData = await GenericFunctions_1.lemlistApiRequestAllItems.call(this, 'GET', '/unsubscribes', {});
171
177
  }
172
178
  else {
173
179
  const qs = {
@@ -1 +1 @@
1
- {"version":3,"file":"Lemlist.node.js","sourceRoot":"","sources":["../../../nodes/Lemlist/Lemlist.node.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Lemlist.node.js","sourceRoot":"","sources":["../../../nodes/Lemlist/Lemlist.node.ts"],"names":[],"mappings":"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"}
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>;
@@ -18,5 +18,6 @@ export declare const description: {
18
18
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
19
19
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
20
20
  requiresDataPath?: "single" | "multiple" | undefined;
21
+ doNotInherit?: boolean | undefined;
21
22
  }[];
22
23
  export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>;
@@ -19,5 +19,6 @@ export declare const description: {
19
19
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
20
20
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
21
21
  requiresDataPath?: "single" | "multiple" | undefined;
22
+ doNotInherit?: boolean | undefined;
22
23
  }[];
23
24
  export declare function execute(this: IExecuteFunctions, inputItems: INodeExecutionData[], runQueries: QueryRunner): Promise<INodeExecutionData[]>;
@@ -19,5 +19,6 @@ export declare const description: {
19
19
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
20
20
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
21
21
  requiresDataPath?: "single" | "multiple" | undefined;
22
+ doNotInherit?: boolean | undefined;
22
23
  }[];
23
24
  export declare function execute(this: IExecuteFunctions, inputItems: INodeExecutionData[], runQueries: QueryRunner, nodeOptions: IDataObject): Promise<INodeExecutionData[]>;
@@ -19,5 +19,6 @@ export declare const description: {
19
19
  extractValue?: import("n8n-workflow").INodePropertyValueExtractorRegex | undefined;
20
20
  modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
21
21
  requiresDataPath?: "single" | "multiple" | undefined;
22
+ doNotInherit?: boolean | undefined;
22
23
  }[];
23
24
  export declare function execute(this: IExecuteFunctions, inputItems: INodeExecutionData[], runQueries: QueryRunner, nodeOptions: IDataObject): Promise<INodeExecutionData[]>;