@n8n/api-types 1.10.1 → 1.10.2
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.
|
@@ -236,6 +236,10 @@ export type FrontendModuleSettings = {
|
|
|
236
236
|
'quick-connect'?: {
|
|
237
237
|
options: QuickConnectOption[];
|
|
238
238
|
};
|
|
239
|
+
'external-secrets'?: {
|
|
240
|
+
multipleConnections: boolean;
|
|
241
|
+
forProjects: boolean;
|
|
242
|
+
};
|
|
239
243
|
};
|
|
240
244
|
export type N8nEnvFeatFlagValue = boolean | string | number | undefined;
|
|
241
245
|
export type N8nEnvFeatFlags = Record<`N8N_ENV_FEAT_${Uppercase<string>}`, N8nEnvFeatFlagValue>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/api-types",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "src/index.ts",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"xss": "1.0.15",
|
|
18
18
|
"zod": "3.25.67",
|
|
19
|
-
"n8n
|
|
20
|
-
"
|
|
19
|
+
"@n8n/permissions": "0.51.0",
|
|
20
|
+
"n8n-workflow": "2.10.1"
|
|
21
21
|
},
|
|
22
22
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
23
23
|
"homepage": "https://n8n.io",
|