mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
feat(editor): Add new telemetry event for schema preview (no-changelog) (#13930)
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
import { request } from '@/utils/apiUtils';
|
||||
import type { JSONSchema7 } from 'json-schema';
|
||||
import type { NodeParameterValueType } from 'n8n-workflow';
|
||||
|
||||
export type GetSchemaPreviewOptions = {
|
||||
nodeType: string;
|
||||
version: number;
|
||||
resource?: string;
|
||||
operation?: string;
|
||||
resource?: NodeParameterValueType;
|
||||
operation?: NodeParameterValueType;
|
||||
};
|
||||
|
||||
const padVersion = (version: number) => {
|
||||
|
||||
Reference in New Issue
Block a user