mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat: Update NPS Value Survey (#9638)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in> Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
This commit is contained in:
@@ -742,18 +742,9 @@ export interface IUserListAction {
|
||||
}
|
||||
|
||||
export interface IN8nPrompts {
|
||||
message: string;
|
||||
title: string;
|
||||
showContactPrompt: boolean;
|
||||
showValueSurvey: boolean;
|
||||
}
|
||||
|
||||
export interface IN8nValueSurveyData {
|
||||
[key: string]: string;
|
||||
}
|
||||
|
||||
export interface IN8nPromptResponse {
|
||||
updated: boolean;
|
||||
message?: string;
|
||||
title?: string;
|
||||
showContactPrompt?: boolean;
|
||||
}
|
||||
|
||||
export const enum UserManagementAuthenticationMethod {
|
||||
@@ -1214,6 +1205,8 @@ export type Modals = {
|
||||
[key: string]: ModalState;
|
||||
};
|
||||
|
||||
export type ModalKey = keyof Modals;
|
||||
|
||||
export type ModalState = {
|
||||
open: boolean;
|
||||
mode?: string | null;
|
||||
@@ -1366,7 +1359,6 @@ export interface INodeCreatorState {
|
||||
export interface ISettingsState {
|
||||
initialized: boolean;
|
||||
settings: IN8nUISettings;
|
||||
promptsData: IN8nPrompts;
|
||||
userManagement: IUserManagementSettings;
|
||||
templatesEndpointHealthy: boolean;
|
||||
api: {
|
||||
@@ -1931,3 +1923,7 @@ export type EnterpriseEditionFeatureKey =
|
||||
| 'AdvancedPermissions';
|
||||
|
||||
export type EnterpriseEditionFeatureValue = keyof Omit<IN8nUISettings['enterprise'], 'projects'>;
|
||||
|
||||
export interface IN8nPromptResponse {
|
||||
updated: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user