mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat: Show warning message when removing last sharee that has access to credentials (no-changelog) (#4811)
* feat: add custom message when removing last credential accessor * chore: remove unused imports * chore: undo config schema changes * fix: remove hash from interface
This commit is contained in:
@@ -37,7 +37,6 @@ import {
|
||||
NodeParameterValueType,
|
||||
} from 'n8n-workflow';
|
||||
import { FAKE_DOOR_FEATURES } from './constants';
|
||||
import {ICredentialsDb} from "n8n";
|
||||
|
||||
export * from 'n8n-design-system/src/types';
|
||||
|
||||
@@ -314,7 +313,7 @@ export interface IWorkflowDb {
|
||||
sharedWith?: Array<Partial<IUser>>;
|
||||
ownedBy?: Partial<IUser>;
|
||||
versionId: string;
|
||||
usedCredentials?: Array<Partial<ICredentialsDb>>;
|
||||
usedCredentials?: Array<Partial<ICredentialsResponse>>;
|
||||
}
|
||||
|
||||
// Identical to cli.Interfaces.ts
|
||||
|
||||
Reference in New Issue
Block a user