refactor(editor): Extract users api into rest-api-client package (no-changelog) (#18046)

This commit is contained in:
Alex Grozav
2025-08-07 12:01:10 +03:00
committed by GitHub
parent 743c120880
commit 500d07d813
38 changed files with 134 additions and 123 deletions

View File

@@ -14,7 +14,7 @@ import { mockedStore, SETTINGS_STORE_DEFAULT_STATE } from '@/__tests__/utils';
import { STORES } from '@n8n/stores';
import { useSSOStore } from '@/stores/sso.store';
import { UserManagementAuthenticationMethod } from '@/Interface';
import type { IUser } from '@/Interface';
import type { IUser } from '@n8n/rest-api-client/api/users';
import { EnterpriseEditionFeature } from '@/constants';
import { useUIStore } from '@/stores/ui.store';
import type { Cloud } from '@n8n/rest-api-client';