@n8n/api-types 1.20.0 → 1.21.1

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.
Files changed (86) hide show
  1. package/dist/agent-builder-interactive.d.ts +159 -0
  2. package/dist/agent-builder-interactive.js +67 -0
  3. package/dist/agent-builder-interactive.js.map +1 -0
  4. package/dist/agent-sse.d.ts +83 -0
  5. package/dist/agent-sse.js +3 -0
  6. package/dist/agent-sse.js.map +1 -0
  7. package/dist/agents.d.ts +258 -0
  8. package/dist/agents.js +52 -0
  9. package/dist/agents.js.map +1 -0
  10. package/dist/build.tsbuildinfo +1 -1
  11. package/dist/chat-hub.d.ts +18 -18
  12. package/dist/dto/agents/agent-build-resume.dto.d.ts +61 -0
  13. package/dist/dto/agents/agent-build-resume.dto.js +14 -0
  14. package/dist/dto/agents/agent-build-resume.dto.js.map +1 -0
  15. package/dist/dto/agents/agent-chat-message.dto.d.ts +11 -0
  16. package/dist/dto/agents/agent-chat-message.dto.js +12 -0
  17. package/dist/dto/agents/agent-chat-message.dto.js.map +1 -0
  18. package/dist/dto/agents/agent-integration.dto.d.ts +11 -0
  19. package/dist/dto/agents/agent-integration.dto.js +12 -0
  20. package/dist/dto/agents/agent-integration.dto.js.map +1 -0
  21. package/dist/dto/agents/create-agent-skill.dto.d.ts +27 -0
  22. package/dist/dto/agents/create-agent-skill.dto.js +17 -0
  23. package/dist/dto/agents/create-agent-skill.dto.js.map +1 -0
  24. package/dist/dto/agents/create-agent.dto.d.ts +9 -0
  25. package/dist/dto/agents/create-agent.dto.js +11 -0
  26. package/dist/dto/agents/create-agent.dto.js.map +1 -0
  27. package/dist/dto/agents/update-agent-config.dto.d.ts +9 -0
  28. package/dist/dto/agents/update-agent-config.dto.js +11 -0
  29. package/dist/dto/agents/update-agent-config.dto.js.map +1 -0
  30. package/dist/dto/agents/update-agent-schedule.dto.d.ts +11 -0
  31. package/dist/dto/agents/update-agent-schedule.dto.js +12 -0
  32. package/dist/dto/agents/update-agent-schedule.dto.js.map +1 -0
  33. package/dist/dto/agents/update-agent-skill.dto.d.ts +12 -0
  34. package/dist/dto/agents/update-agent-skill.dto.js +13 -0
  35. package/dist/dto/agents/update-agent-skill.dto.js.map +1 -0
  36. package/dist/dto/agents/update-agent.dto.d.ts +13 -0
  37. package/dist/dto/agents/update-agent.dto.js +13 -0
  38. package/dist/dto/agents/update-agent.dto.js.map +1 -0
  39. package/dist/dto/ai/ai-build-request.dto.d.ts +6 -6
  40. package/dist/dto/encryption/encryption-key-response.dto.d.ts +2 -8
  41. package/dist/dto/encryption/list-encryption-keys-query.dto.d.ts +14 -2
  42. package/dist/dto/encryption/list-encryption-keys-query.dto.js +19 -2
  43. package/dist/dto/encryption/list-encryption-keys-query.dto.js.map +1 -1
  44. package/dist/dto/evaluations/evaluation-config.dto.d.ts +845 -0
  45. package/dist/dto/evaluations/evaluation-config.dto.js +96 -0
  46. package/dist/dto/evaluations/evaluation-config.dto.js.map +1 -0
  47. package/dist/dto/evaluations/evaluation-error-code.d.ts +38 -0
  48. package/dist/dto/evaluations/evaluation-error-code.js +29 -0
  49. package/dist/dto/evaluations/evaluation-error-code.js.map +1 -0
  50. package/dist/dto/evaluations/index.d.ts +2 -0
  51. package/dist/dto/evaluations/index.js +19 -0
  52. package/dist/dto/evaluations/index.js.map +1 -0
  53. package/dist/dto/folders/list-folder-query.dto.d.ts +2 -2
  54. package/dist/dto/index.d.ts +12 -2
  55. package/dist/dto/index.js +38 -1
  56. package/dist/dto/index.js.map +1 -1
  57. package/dist/dto/instance-ai/instance-ai-confirm-request.dto.d.ts +9 -7
  58. package/dist/dto/instance-ai/instance-ai-confirm-request.dto.js +1 -1
  59. package/dist/dto/instance-ai/instance-ai-confirm-request.dto.js.map +1 -1
  60. package/dist/dto/project/update-project.dto.d.ts +2 -2
  61. package/dist/dto/source-control/push-work-folder-request.dto.d.ts +3 -3
  62. package/dist/dto/workflow-history/update-workflow-history-version.dto.d.ts +1 -1
  63. package/dist/dto/workflows/activate-workflow.dto.d.ts +1 -1
  64. package/dist/dto/workflows/create-workflow.dto.d.ts +2 -2
  65. package/dist/dto/workflows/update-workflow.dto.d.ts +2 -2
  66. package/dist/frontend-settings.d.ts +5 -1
  67. package/dist/index.d.ts +7 -3
  68. package/dist/index.js +27 -3
  69. package/dist/index.js.map +1 -1
  70. package/dist/quick-connect.d.ts +6 -0
  71. package/dist/schemas/agent-run-reducer.js +1 -0
  72. package/dist/schemas/agent-run-reducer.js.map +1 -1
  73. package/dist/schemas/breaking-changes.schema.d.ts +48 -48
  74. package/dist/schemas/data-table.schema.js +4 -1
  75. package/dist/schemas/data-table.schema.js.map +1 -1
  76. package/dist/schemas/encryption-key.schema.d.ts +70 -0
  77. package/dist/schemas/encryption-key.schema.js +17 -0
  78. package/dist/schemas/encryption-key.schema.js.map +1 -0
  79. package/dist/schemas/instance-ai.schema.d.ts +336 -145
  80. package/dist/schemas/instance-ai.schema.js +80 -8
  81. package/dist/schemas/instance-ai.schema.js.map +1 -1
  82. package/dist/schemas/secrets-provider.schema.d.ts +10 -10
  83. package/dist/schemas/source-controlled-file.schema.d.ts +2 -2
  84. package/dist/schemas/user.schema.d.ts +12 -12
  85. package/dist/schemas/workflow-execution-status.schema.d.ts +4 -4
  86. package/package.json +8 -8
@@ -0,0 +1,96 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.upsertEvaluationConfigSchema = exports.evaluationConfigSchema = exports.evaluationConfigStatusSchema = exports.datasetRefSchema = exports.googleSheetsDatasetRefSchema = exports.dataTableDatasetRefSchema = exports.evaluationMetricSchema = exports.llmJudgeMetricConfigSchema = exports.llmJudgeMetricInputsSchema = exports.llmJudgeMetricPresetSchema = exports.expressionMetricConfigSchema = exports.metricOutputTypeSchema = void 0;
4
+ const zod_1 = require("zod");
5
+ exports.metricOutputTypeSchema = zod_1.z.enum(['numeric', 'boolean']);
6
+ exports.expressionMetricConfigSchema = zod_1.z.object({
7
+ expression: zod_1.z.string().min(1),
8
+ outputType: exports.metricOutputTypeSchema,
9
+ });
10
+ exports.llmJudgeMetricPresetSchema = zod_1.z.enum(['correctness', 'helpfulness']);
11
+ exports.llmJudgeMetricInputsSchema = zod_1.z.object({
12
+ actualAnswer: zod_1.z.string().min(1),
13
+ userQuery: zod_1.z.string().optional(),
14
+ expectedAnswer: zod_1.z.string().optional(),
15
+ });
16
+ exports.llmJudgeMetricConfigSchema = zod_1.z
17
+ .object({
18
+ preset: exports.llmJudgeMetricPresetSchema,
19
+ prompt: zod_1.z.string().min(1),
20
+ provider: zod_1.z.string().min(1),
21
+ credentialId: zod_1.z.string().min(1),
22
+ model: zod_1.z.string().min(1),
23
+ outputType: exports.metricOutputTypeSchema,
24
+ inputs: exports.llmJudgeMetricInputsSchema,
25
+ })
26
+ .superRefine((config, ctx) => {
27
+ if (config.preset === 'correctness' && !config.inputs.expectedAnswer) {
28
+ ctx.addIssue({
29
+ code: zod_1.z.ZodIssueCode.custom,
30
+ path: ['inputs', 'expectedAnswer'],
31
+ message: 'Expected answer is required for the correctness preset',
32
+ });
33
+ }
34
+ if (config.preset === 'helpfulness' && !config.inputs.userQuery) {
35
+ ctx.addIssue({
36
+ code: zod_1.z.ZodIssueCode.custom,
37
+ path: ['inputs', 'userQuery'],
38
+ message: 'User query is required for the helpfulness preset',
39
+ });
40
+ }
41
+ });
42
+ exports.evaluationMetricSchema = zod_1.z.discriminatedUnion('type', [
43
+ zod_1.z.object({
44
+ id: zod_1.z.string().min(1),
45
+ name: zod_1.z.string().min(1),
46
+ type: zod_1.z.literal('expression'),
47
+ config: exports.expressionMetricConfigSchema,
48
+ }),
49
+ zod_1.z.object({
50
+ id: zod_1.z.string().min(1),
51
+ name: zod_1.z.string().min(1),
52
+ type: zod_1.z.literal('llm_judge'),
53
+ config: exports.llmJudgeMetricConfigSchema,
54
+ }),
55
+ ]);
56
+ exports.dataTableDatasetRefSchema = zod_1.z.object({
57
+ dataTableId: zod_1.z.string().min(1),
58
+ });
59
+ exports.googleSheetsDatasetRefSchema = zod_1.z.object({
60
+ credentialId: zod_1.z.string().min(1),
61
+ spreadsheetId: zod_1.z.string().min(1),
62
+ sheetName: zod_1.z.string().min(1),
63
+ headerRow: zod_1.z.number().int().positive().optional(),
64
+ });
65
+ exports.datasetRefSchema = zod_1.z.discriminatedUnion('datasetSource', [
66
+ zod_1.z.object({
67
+ datasetSource: zod_1.z.literal('data_table'),
68
+ datasetRef: exports.dataTableDatasetRefSchema,
69
+ }),
70
+ zod_1.z.object({
71
+ datasetSource: zod_1.z.literal('google_sheets'),
72
+ datasetRef: exports.googleSheetsDatasetRefSchema,
73
+ }),
74
+ ]);
75
+ exports.evaluationConfigStatusSchema = zod_1.z.enum(['valid', 'invalid']);
76
+ exports.evaluationConfigSchema = zod_1.z
77
+ .object({
78
+ id: zod_1.z.string().min(1),
79
+ workflowId: zod_1.z.string().min(1),
80
+ name: zod_1.z.string().min(1).max(128),
81
+ status: exports.evaluationConfigStatusSchema,
82
+ invalidReason: zod_1.z.string().nullable(),
83
+ startNodeName: zod_1.z.string().min(1),
84
+ endNodeName: zod_1.z.string().min(1),
85
+ metrics: zod_1.z.array(exports.evaluationMetricSchema).min(1),
86
+ })
87
+ .and(exports.datasetRefSchema);
88
+ exports.upsertEvaluationConfigSchema = zod_1.z
89
+ .object({
90
+ name: zod_1.z.string().min(1).max(128),
91
+ startNodeName: zod_1.z.string().min(1),
92
+ endNodeName: zod_1.z.string().min(1),
93
+ metrics: zod_1.z.array(exports.evaluationMetricSchema).min(1),
94
+ })
95
+ .and(exports.datasetRefSchema);
96
+ //# sourceMappingURL=evaluation-config.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"evaluation-config.dto.js","sourceRoot":"","sources":["../../../src/dto/evaluations/evaluation-config.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAEX,QAAA,sBAAsB,GAAG,OAAC,CAAC,IAAI,CAAC,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC,CAAC;AAExD,QAAA,4BAA4B,GAAG,OAAC,CAAC,MAAM,CAAC;IACpD,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC7B,UAAU,EAAE,8BAAsB;CAClC,CAAC,CAAC;AAEU,QAAA,0BAA0B,GAAG,OAAC,CAAC,IAAI,CAAC,CAAC,aAAa,EAAE,aAAa,CAAC,CAAC,CAAC;AAEpE,QAAA,0BAA0B,GAAG,OAAC,CAAC,MAAM,CAAC;IAClD,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC/B,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,cAAc,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACrC,CAAC,CAAC;AAEU,QAAA,0BAA0B,GAAG,OAAC;KACzC,MAAM,CAAC;IACP,MAAM,EAAE,kCAA0B;IAClC,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IACzB,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC3B,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC/B,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IACxB,UAAU,EAAE,8BAAsB;IAClC,MAAM,EAAE,kCAA0B;CAClC,CAAC;KACD,WAAW,CAAC,CAAC,MAAM,EAAE,GAAG,EAAE,EAAE;IAC5B,IAAI,MAAM,CAAC,MAAM,KAAK,aAAa,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,cAAc,EAAE,CAAC;QACtE,GAAG,CAAC,QAAQ,CAAC;YACZ,IAAI,EAAE,OAAC,CAAC,YAAY,CAAC,MAAM;YAC3B,IAAI,EAAE,CAAC,QAAQ,EAAE,gBAAgB,CAAC;YAClC,OAAO,EAAE,wDAAwD;SACjE,CAAC,CAAC;IACJ,CAAC;IACD,IAAI,MAAM,CAAC,MAAM,KAAK,aAAa,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,SAAS,EAAE,CAAC;QACjE,GAAG,CAAC,QAAQ,CAAC;YACZ,IAAI,EAAE,OAAC,CAAC,YAAY,CAAC,MAAM;YAC3B,IAAI,EAAE,CAAC,QAAQ,EAAE,WAAW,CAAC;YAC7B,OAAO,EAAE,mDAAmD;SAC5D,CAAC,CAAC;IACJ,CAAC;AACF,CAAC,CAAC,CAAC;AAKS,QAAA,sBAAsB,GAAG,OAAC,CAAC,kBAAkB,CAAC,MAAM,EAAE;IAClE,OAAC,CAAC,MAAM,CAAC;QACR,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;QACrB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;QACvB,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,YAAY,CAAC;QAC7B,MAAM,EAAE,oCAA4B;KACpC,CAAC;IACF,OAAC,CAAC,MAAM,CAAC;QACR,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;QACrB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;QACvB,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,WAAW,CAAC;QAC5B,MAAM,EAAE,kCAA0B;KAClC,CAAC;CACF,CAAC,CAAC;AAKU,QAAA,yBAAyB,GAAG,OAAC,CAAC,MAAM,CAAC;IACjD,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;CAC9B,CAAC,CAAC;AAEU,QAAA,4BAA4B,GAAG,OAAC,CAAC,MAAM,CAAC;IACpD,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC/B,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAChC,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC5B,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CACjD,CAAC,CAAC;AAKU,QAAA,gBAAgB,GAAG,OAAC,CAAC,kBAAkB,CAAC,eAAe,EAAE;IACrE,OAAC,CAAC,MAAM,CAAC;QACR,aAAa,EAAE,OAAC,CAAC,OAAO,CAAC,YAAY,CAAC;QACtC,UAAU,EAAE,iCAAyB;KACrC,CAAC;IACF,OAAC,CAAC,MAAM,CAAC;QACR,aAAa,EAAE,OAAC,CAAC,OAAO,CAAC,eAAe,CAAC;QACzC,UAAU,EAAE,oCAA4B;KACxC,CAAC;CACF,CAAC,CAAC;AAIU,QAAA,4BAA4B,GAAG,OAAC,CAAC,IAAI,CAAC,CAAC,OAAO,EAAE,SAAS,CAAC,CAAC,CAAC;AAG5D,QAAA,sBAAsB,GAAG,OAAC;KACrC,MAAM,CAAC;IACP,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IACrB,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC7B,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC;IAChC,MAAM,EAAE,oCAA4B;IACpC,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACpC,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAChC,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC9B,OAAO,EAAE,OAAC,CAAC,KAAK,CAAC,8BAAsB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;CAC/C,CAAC;KACD,GAAG,CAAC,wBAAgB,CAAC,CAAC;AAIX,QAAA,4BAA4B,GAAG,OAAC;KAC3C,MAAM,CAAC;IACP,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC;IAChC,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAChC,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC9B,OAAO,EAAE,OAAC,CAAC,KAAK,CAAC,8BAAsB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;CAC/C,CAAC;KACD,GAAG,CAAC,wBAAgB,CAAC,CAAC"}
@@ -0,0 +1,38 @@
1
+ export declare const EvaluationErrorCode: {
2
+ readonly EVALUATION_QUOTA_EXCEEDED: "EVALUATION_QUOTA_EXCEEDED";
3
+ readonly CONFIG_NOT_FOUND: "CONFIG_NOT_FOUND";
4
+ readonly CONFIG_INVALID: "CONFIG_INVALID";
5
+ readonly START_NODE_NOT_FOUND: "START_NODE_NOT_FOUND";
6
+ readonly END_NODE_NOT_FOUND: "END_NODE_NOT_FOUND";
7
+ readonly END_NODE_UNREACHABLE: "END_NODE_UNREACHABLE";
8
+ readonly AMBIGUOUS_ENTRY_NODE: "AMBIGUOUS_ENTRY_NODE";
9
+ readonly RESERVED_PREFIX_IN_USE: "RESERVED_PREFIX_IN_USE";
10
+ readonly DATASET_NOT_FOUND: "DATASET_NOT_FOUND";
11
+ readonly DATASET_ACCESS_DENIED: "DATASET_ACCESS_DENIED";
12
+ readonly UNSUPPORTED_DATASET_SOURCE: "UNSUPPORTED_DATASET_SOURCE";
13
+ readonly LLM_PROVIDER_UNSUPPORTED: "LLM_PROVIDER_UNSUPPORTED";
14
+ readonly LLM_CREDENTIAL_NOT_FOUND: "LLM_CREDENTIAL_NOT_FOUND";
15
+ readonly LLM_CREDENTIAL_ACCESS_DENIED: "LLM_CREDENTIAL_ACCESS_DENIED";
16
+ readonly LLM_CREDENTIAL_TYPE_MISMATCH: "LLM_CREDENTIAL_TYPE_MISMATCH";
17
+ readonly DUPLICATE_METRIC_ID: "DUPLICATE_METRIC_ID";
18
+ readonly DUPLICATE_METRIC_NAME: "DUPLICATE_METRIC_NAME";
19
+ readonly BOOLEAN_COERCION_UNSUPPORTED: "BOOLEAN_COERCION_UNSUPPORTED";
20
+ readonly START_NODE_DELETED: "START_NODE_DELETED";
21
+ readonly END_NODE_DELETED: "END_NODE_DELETED";
22
+ readonly METRIC_NODE_REF_DELETED: "METRIC_NODE_REF_DELETED";
23
+ readonly LLM_PROVIDER_REMOVED: "LLM_PROVIDER_REMOVED";
24
+ readonly COMPILATION_FAILED: "COMPILATION_FAILED";
25
+ };
26
+ export type EvaluationErrorCode = (typeof EvaluationErrorCode)[keyof typeof EvaluationErrorCode];
27
+ export type EvaluationApiError = {
28
+ code: EvaluationErrorCode;
29
+ message: string;
30
+ details?: {
31
+ nodeName?: string;
32
+ metricId?: string;
33
+ metricName?: string;
34
+ credentialId?: string;
35
+ nodeType?: string;
36
+ field?: string;
37
+ };
38
+ };
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.EvaluationErrorCode = void 0;
4
+ exports.EvaluationErrorCode = {
5
+ EVALUATION_QUOTA_EXCEEDED: 'EVALUATION_QUOTA_EXCEEDED',
6
+ CONFIG_NOT_FOUND: 'CONFIG_NOT_FOUND',
7
+ CONFIG_INVALID: 'CONFIG_INVALID',
8
+ START_NODE_NOT_FOUND: 'START_NODE_NOT_FOUND',
9
+ END_NODE_NOT_FOUND: 'END_NODE_NOT_FOUND',
10
+ END_NODE_UNREACHABLE: 'END_NODE_UNREACHABLE',
11
+ AMBIGUOUS_ENTRY_NODE: 'AMBIGUOUS_ENTRY_NODE',
12
+ RESERVED_PREFIX_IN_USE: 'RESERVED_PREFIX_IN_USE',
13
+ DATASET_NOT_FOUND: 'DATASET_NOT_FOUND',
14
+ DATASET_ACCESS_DENIED: 'DATASET_ACCESS_DENIED',
15
+ UNSUPPORTED_DATASET_SOURCE: 'UNSUPPORTED_DATASET_SOURCE',
16
+ LLM_PROVIDER_UNSUPPORTED: 'LLM_PROVIDER_UNSUPPORTED',
17
+ LLM_CREDENTIAL_NOT_FOUND: 'LLM_CREDENTIAL_NOT_FOUND',
18
+ LLM_CREDENTIAL_ACCESS_DENIED: 'LLM_CREDENTIAL_ACCESS_DENIED',
19
+ LLM_CREDENTIAL_TYPE_MISMATCH: 'LLM_CREDENTIAL_TYPE_MISMATCH',
20
+ DUPLICATE_METRIC_ID: 'DUPLICATE_METRIC_ID',
21
+ DUPLICATE_METRIC_NAME: 'DUPLICATE_METRIC_NAME',
22
+ BOOLEAN_COERCION_UNSUPPORTED: 'BOOLEAN_COERCION_UNSUPPORTED',
23
+ START_NODE_DELETED: 'START_NODE_DELETED',
24
+ END_NODE_DELETED: 'END_NODE_DELETED',
25
+ METRIC_NODE_REF_DELETED: 'METRIC_NODE_REF_DELETED',
26
+ LLM_PROVIDER_REMOVED: 'LLM_PROVIDER_REMOVED',
27
+ COMPILATION_FAILED: 'COMPILATION_FAILED',
28
+ };
29
+ //# sourceMappingURL=evaluation-error-code.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"evaluation-error-code.js","sourceRoot":"","sources":["../../../src/dto/evaluations/evaluation-error-code.ts"],"names":[],"mappings":";;;AAIa,QAAA,mBAAmB,GAAG;IAClC,yBAAyB,EAAE,2BAA2B;IACtD,gBAAgB,EAAE,kBAAkB;IACpC,cAAc,EAAE,gBAAgB;IAChC,oBAAoB,EAAE,sBAAsB;IAC5C,kBAAkB,EAAE,oBAAoB;IACxC,oBAAoB,EAAE,sBAAsB;IAC5C,oBAAoB,EAAE,sBAAsB;IAC5C,sBAAsB,EAAE,wBAAwB;IAChD,iBAAiB,EAAE,mBAAmB;IACtC,qBAAqB,EAAE,uBAAuB;IAC9C,0BAA0B,EAAE,4BAA4B;IACxD,wBAAwB,EAAE,0BAA0B;IACpD,wBAAwB,EAAE,0BAA0B;IACpD,4BAA4B,EAAE,8BAA8B;IAC5D,4BAA4B,EAAE,8BAA8B;IAC5D,mBAAmB,EAAE,qBAAqB;IAC1C,qBAAqB,EAAE,uBAAuB;IAC9C,4BAA4B,EAAE,8BAA8B;IAC5D,kBAAkB,EAAE,oBAAoB;IACxC,gBAAgB,EAAE,kBAAkB;IACpC,uBAAuB,EAAE,yBAAyB;IAClD,oBAAoB,EAAE,sBAAsB;IAC5C,kBAAkB,EAAE,oBAAoB;CAC/B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './evaluation-config.dto';
2
+ export * from './evaluation-error-code';
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./evaluation-config.dto"), exports);
18
+ __exportStar(require("./evaluation-error-code"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/dto/evaluations/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,0DAAwC"}
@@ -24,7 +24,7 @@ declare const ListFolderQueryDto_base: import("../../zod-class").ZodClass<{
24
24
  parentFolderId?: string | undefined;
25
25
  excludeFolderIdAndDescendants?: string | undefined;
26
26
  } | undefined;
27
- select?: Record<"project" | "path" | "id" | "name" | "createdAt" | "updatedAt" | "tags" | "parentFolder" | "workflowCount" | "subFolderCount", true> | undefined;
27
+ select?: Record<"path" | "project" | "id" | "name" | "createdAt" | "updatedAt" | "tags" | "parentFolder" | "workflowCount" | "subFolderCount", true> | undefined;
28
28
  sortBy?: "name:asc" | "name:desc" | "createdAt:asc" | "createdAt:desc" | "updatedAt:asc" | "updatedAt:desc" | undefined;
29
29
  }, {
30
30
  filter: z.ZodEffects<z.ZodOptional<z.ZodString>, {
@@ -35,7 +35,7 @@ declare const ListFolderQueryDto_base: import("../../zod-class").ZodClass<{
35
35
  } | undefined, string | undefined>;
36
36
  skip: z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodString>, number, string | undefined>, number, string | undefined>;
37
37
  take: z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodString>, number, string | undefined>, number, string | undefined>;
38
- select: z.ZodEffects<z.ZodOptional<z.ZodString>, Record<"project" | "path" | "id" | "name" | "createdAt" | "updatedAt" | "tags" | "parentFolder" | "workflowCount" | "subFolderCount", true> | undefined, string | undefined>;
38
+ select: z.ZodEffects<z.ZodOptional<z.ZodString>, Record<"path" | "project" | "id" | "name" | "createdAt" | "updatedAt" | "tags" | "parentFolder" | "workflowCount" | "subFolderCount", true> | undefined, string | undefined>;
39
39
  sortBy: z.ZodOptional<z.ZodEnum<["name:asc", "name:desc", "createdAt:asc", "createdAt:desc", "updatedAt:asc", "updatedAt:desc"]>>;
40
40
  }>;
41
41
  export declare class ListFolderQueryDto extends ListFolderQueryDto_base {
@@ -11,7 +11,7 @@ export { AiClearSessionRequestDto } from './ai/ai-clear-session-request.dto';
11
11
  export type { AiGatewayConfigDto, AiGatewayProviderConfigEntry, } from './ai/ai-gateway-config-response.dto';
12
12
  export { AiGatewayUsageQueryDto } from './ai/ai-gateway-usage-response.dto';
13
13
  export type { AiGatewayUsageEntry, AiGatewayUsageMetadata, AiGatewayUsageResponse, } from './ai/ai-gateway-usage-response.dto';
14
- export { InstanceAiConfirmRequestDto, type InstanceAiConfirmRequest, type InstanceAiConfirmRequestKind, } from './instance-ai/instance-ai-confirm-request.dto';
14
+ export { InstanceAiConfirmRequestDto, type InstanceAiConfirmRequest, type InstanceAiConfirmRequestKind, type InstanceAiResourceDecision, } from './instance-ai/instance-ai-confirm-request.dto';
15
15
  export { InstanceAiFeedbackRequestDto } from './instance-ai/instance-ai-feedback-request.dto';
16
16
  export { InstanceAiRenameThreadRequestDto } from './instance-ai/instance-ai-rename-thread-request.dto';
17
17
  export { BinaryDataQueryDto } from './binary-data/binary-data-query.dto';
@@ -114,6 +114,7 @@ export { RenameDataTableColumnDto } from './data-table/rename-data-table-column.
114
114
  export { updateDataTableColumnSchema, type UpdateDataTableColumnDto, } from './data-table/update-data-table-column.dto';
115
115
  export { DownloadDataTableCsvQueryDto } from './data-table/download-data-table-csv-query.dto';
116
116
  export { ImportCsvToDataTableDto } from './data-table/import-csv-to-data-table.dto';
117
+ export * from './evaluations';
117
118
  export { OAuthClientResponseDto, ListOAuthClientsResponseDto, DeleteOAuthClientResponseDto, InstanceMcpClientStatsResponseDto, } from './oauth/oauth-client.dto';
118
119
  export { ProvisioningConfigDto, ProvisioningConfigPatchDto, type ProvisioningMode, type ProvisioningModeFlags, } from './provisioning/config.dto';
119
120
  export { SecuritySettingsDto, UpdateSecuritySettingsDto, } from './security-settings/security-settings.dto';
@@ -128,6 +129,15 @@ export { GetQuickConnectApiKeyDto } from './quick-connect/create-quick-connect-c
128
129
  export { ExecutionRedactionQueryDtoSchema, type ExecutionRedactionQueryDto, } from './executions/execution-redaction-query.dto';
129
130
  export { VersionSinceDateQueryDto } from './instance-version-history/version-since-date-query.dto';
130
131
  export { VersionQueryDto } from './instance-version-history/version-query.dto';
132
+ export { CreateAgentDto } from './agents/create-agent.dto';
133
+ export { UpdateAgentDto } from './agents/update-agent.dto';
134
+ export { UpdateAgentConfigDto } from './agents/update-agent-config.dto';
135
+ export { UpdateAgentScheduleDto } from './agents/update-agent-schedule.dto';
136
+ export { AGENT_SKILL_INSTRUCTIONS_MAX_LENGTH, CreateAgentSkillDto, agentSkillSchema, } from './agents/create-agent-skill.dto';
137
+ export { UpdateAgentSkillDto } from './agents/update-agent-skill.dto';
138
+ export { AgentIntegrationDto } from './agents/agent-integration.dto';
139
+ export { AgentChatMessageDto } from './agents/agent-chat-message.dto';
140
+ export { AgentBuildResumeDto } from './agents/agent-build-resume.dto';
131
141
  export { CreateEncryptionKeyDto } from './encryption/create-encryption-key.dto';
132
- export { ListEncryptionKeysQueryDto } from './encryption/list-encryption-keys-query.dto';
142
+ export { ListEncryptionKeysQueryDto, ENCRYPTION_KEYS_SORT_OPTIONS, type EncryptionKeysSortOption, } from './encryption/list-encryption-keys-query.dto';
133
143
  export type { EncryptionKeyResponseDto } from './encryption/encryption-key-response.dto';
package/dist/dto/index.js CHANGED
@@ -1,8 +1,23 @@
1
1
  "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
2
16
  Object.defineProperty(exports, "__esModule", { value: true });
3
17
  exports.UserUpdateRequestDto = exports.UserSelfSettingsUpdateRequestDto = exports.SettingsUpdateRequestDto = exports.RoleChangeRequestDto = exports.PasswordUpdateRequestDto = exports.SamlToggleDto = exports.SamlPreferencesAttributeMapping = exports.SamlPreferences = exports.SamlAcsDto = exports.ListProjectsQueryDto = exports.ChangeUserRoleInProject = exports.AddUsersToProjectDto = exports.DeleteProjectDto = exports.UpdateProjectWithRelationsDto = exports.UpdateProjectDto = exports.CreateProjectDto = exports.ChangePasswordRequestDto = exports.ResolvePasswordTokenQueryDto = exports.ForgotPasswordRequestDto = exports.DismissBannerRequestDto = exports.OwnerSetupRequestDto = exports.AcceptInvitationRequestDto = exports.InviteUsersRequestDto = exports.ActionResultRequestDto = exports.ResourceMapperFieldsRequestDto = exports.ResourceLocatorRequestDto = exports.OptionsRequestDto = exports.UpdateCredentialResolverDto = exports.CreateCredentialResolverDto = exports.EmbedLoginBodyDto = exports.EmbedLoginQueryDto = exports.ResolveSignupTokenQueryDto = exports.LoginRequestDto = exports.BinaryDataSignedQueryDto = exports.BinaryDataQueryDto = exports.InstanceAiRenameThreadRequestDto = exports.InstanceAiFeedbackRequestDto = exports.InstanceAiConfirmRequestDto = exports.AiGatewayUsageQueryDto = exports.AiClearSessionRequestDto = exports.AiTruncateMessagesRequestDto = exports.AiUsageSettingsRequestDto = exports.AiSessionRetrievalRequestDto = exports.AiFreeCreditsRequestDto = exports.AiApplySuggestionRequestDto = exports.QUICK_REPLY_TYPES = exports.AiBuilderChatRequestDto = exports.AiChatRequestDto = exports.AiAskRequestDto = exports.GetNodeTypesByIdentifierRequestDto = void 0;
4
18
  exports.RoleGetQueryDto = exports.RoleListQueryDto = exports.ListRoleMappingRuleQueryDto = exports.MoveRoleMappingRuleDto = exports.PatchRoleMappingRuleDto = exports.CreateRoleMappingRuleDto = exports.CreateRoleDto = exports.UpdateRoleDto = exports.USERS_LIST_SORT_OPTIONS = exports.UsersListFilterDto = exports.PaginationDto = exports.DeleteDestinationQueryDto = exports.TestDestinationQueryDto = exports.CreateDestinationDto = exports.GetDestinationQueryDto = exports.InsightsDateFilterDto = exports.ListInsightsWorkflowQueryDto = exports.TransferFolderBodyDto = exports.ListFolderQueryDto = exports.DeleteFolderDto = exports.UpdateFolderDto = exports.CreateFolderDto = exports.CreateApiKeyRequestDto = exports.UpdateApiKeyRequestDto = exports.RetrieveTagQueryDto = exports.CreateOrUpdateTagRequestDto = exports.GetResourceDependenciesDto = exports.GetResourceDependencyCountsDto = exports.ArchiveWorkflowDto = exports.DeactivateWorkflowDto = exports.ActivateWorkflowDto = exports.TransferWorkflowBodyDto = exports.ImportWorkflowFromUrlDto = exports.UpdateWorkflowDto = exports.CreateWorkflowDto = exports.MAX_EXPECTED_REQUEST_SIZE = exports.MAX_WORKFLOW_SIZE = exports.MAX_PINNED_DATA_SIZE = exports.GenerateCredentialNameRequestQuery = exports.CredentialsGetManyRequestQuery = exports.CredentialsGetOneRequestQuery = exports.UpdateVariableRequestDto = exports.NEW_VARIABLE_KEY_REGEX = exports.CreateVariableRequestDto = exports.VariableListRequestDto = exports.CreateCredentialDto = exports.PushWorkFolderRequestDto = exports.AUTO_PUBLISH_MODE = exports.PullWorkFolderRequestDto = exports.CommunityRegisteredRequestDto = void 0;
5
- exports.ListEncryptionKeysQueryDto = exports.CreateEncryptionKeyDto = exports.VersionQueryDto = exports.VersionSinceDateQueryDto = exports.ExecutionRedactionQueryDtoSchema = exports.GetQuickConnectApiKeyDto = exports.UpdateSecretsProviderConnectionDto = exports.TestSecretsProviderConnectionDto = exports.SetSecretsProviderConnectionIsEnabledDto = exports.CreateSecretsProviderConnectionDto = exports.UpdateExternalSecretsSettingsDto = exports.UpdateWorkflowHistoryVersionDto = exports.WorkflowHistoryVersionsByIdsDto = exports.UpdateSecuritySettingsDto = exports.SecuritySettingsDto = exports.ProvisioningConfigPatchDto = exports.ProvisioningConfigDto = exports.InstanceMcpClientStatsResponseDto = exports.DeleteOAuthClientResponseDto = exports.ListOAuthClientsResponseDto = exports.OAuthClientResponseDto = exports.ImportCsvToDataTableDto = exports.DownloadDataTableCsvQueryDto = exports.updateDataTableColumnSchema = exports.RenameDataTableColumnDto = exports.MoveDataTableColumnDto = exports.AddDataTableColumnDto = exports.AddDataTableRowsDto = exports.CreateDataTableColumnDto = exports.PublicApiListDataTableContentQueryDto = exports.ListDataTableContentQueryDto = exports.PublicApiListDataTableQueryDto = exports.ListDataTableQueryDto = exports.UpsertDataTableRowDto = exports.DeleteDataTableRowsDto = exports.UpdateDataTableRowDto = exports.PublicApiCreateDataTableDto = exports.UpdateDataTableDto = exports.CreateDataTableDto = exports.TestOidcConfigResponseDto = exports.OIDC_PROMPT_VALUES = exports.OidcConfigDto = exports.RoleProjectMembersResponseDto = exports.RoleAssignmentsResponseDto = void 0;
19
+ exports.UpdateAgentSkillDto = exports.agentSkillSchema = exports.CreateAgentSkillDto = exports.AGENT_SKILL_INSTRUCTIONS_MAX_LENGTH = exports.UpdateAgentScheduleDto = exports.UpdateAgentConfigDto = exports.UpdateAgentDto = exports.CreateAgentDto = exports.VersionQueryDto = exports.VersionSinceDateQueryDto = exports.ExecutionRedactionQueryDtoSchema = exports.GetQuickConnectApiKeyDto = exports.UpdateSecretsProviderConnectionDto = exports.TestSecretsProviderConnectionDto = exports.SetSecretsProviderConnectionIsEnabledDto = exports.CreateSecretsProviderConnectionDto = exports.UpdateExternalSecretsSettingsDto = exports.UpdateWorkflowHistoryVersionDto = exports.WorkflowHistoryVersionsByIdsDto = exports.UpdateSecuritySettingsDto = exports.SecuritySettingsDto = exports.ProvisioningConfigPatchDto = exports.ProvisioningConfigDto = exports.InstanceMcpClientStatsResponseDto = exports.DeleteOAuthClientResponseDto = exports.ListOAuthClientsResponseDto = exports.OAuthClientResponseDto = exports.ImportCsvToDataTableDto = exports.DownloadDataTableCsvQueryDto = exports.updateDataTableColumnSchema = exports.RenameDataTableColumnDto = exports.MoveDataTableColumnDto = exports.AddDataTableColumnDto = exports.AddDataTableRowsDto = exports.CreateDataTableColumnDto = exports.PublicApiListDataTableContentQueryDto = exports.ListDataTableContentQueryDto = exports.PublicApiListDataTableQueryDto = exports.ListDataTableQueryDto = exports.UpsertDataTableRowDto = exports.DeleteDataTableRowsDto = exports.UpdateDataTableRowDto = exports.PublicApiCreateDataTableDto = exports.UpdateDataTableDto = exports.CreateDataTableDto = exports.TestOidcConfigResponseDto = exports.OIDC_PROMPT_VALUES = exports.OidcConfigDto = exports.RoleProjectMembersResponseDto = exports.RoleAssignmentsResponseDto = void 0;
20
+ exports.ENCRYPTION_KEYS_SORT_OPTIONS = exports.ListEncryptionKeysQueryDto = exports.CreateEncryptionKeyDto = exports.AgentBuildResumeDto = exports.AgentChatMessageDto = exports.AgentIntegrationDto = void 0;
6
21
  var get_node_types_by_identifier_dto_1 = require("./node-types/get-node-types-by-identifier.dto");
7
22
  Object.defineProperty(exports, "GetNodeTypesByIdentifierRequestDto", { enumerable: true, get: function () { return get_node_types_by_identifier_dto_1.GetNodeTypesByIdentifierRequestDto; } });
8
23
  var ai_ask_request_dto_1 = require("./ai/ai-ask-request.dto");
@@ -239,6 +254,7 @@ var download_data_table_csv_query_dto_1 = require("./data-table/download-data-ta
239
254
  Object.defineProperty(exports, "DownloadDataTableCsvQueryDto", { enumerable: true, get: function () { return download_data_table_csv_query_dto_1.DownloadDataTableCsvQueryDto; } });
240
255
  var import_csv_to_data_table_dto_1 = require("./data-table/import-csv-to-data-table.dto");
241
256
  Object.defineProperty(exports, "ImportCsvToDataTableDto", { enumerable: true, get: function () { return import_csv_to_data_table_dto_1.ImportCsvToDataTableDto; } });
257
+ __exportStar(require("./evaluations"), exports);
242
258
  var oauth_client_dto_1 = require("./oauth/oauth-client.dto");
243
259
  Object.defineProperty(exports, "OAuthClientResponseDto", { enumerable: true, get: function () { return oauth_client_dto_1.OAuthClientResponseDto; } });
244
260
  Object.defineProperty(exports, "ListOAuthClientsResponseDto", { enumerable: true, get: function () { return oauth_client_dto_1.ListOAuthClientsResponseDto; } });
@@ -272,8 +288,29 @@ var version_since_date_query_dto_1 = require("./instance-version-history/version
272
288
  Object.defineProperty(exports, "VersionSinceDateQueryDto", { enumerable: true, get: function () { return version_since_date_query_dto_1.VersionSinceDateQueryDto; } });
273
289
  var version_query_dto_1 = require("./instance-version-history/version-query.dto");
274
290
  Object.defineProperty(exports, "VersionQueryDto", { enumerable: true, get: function () { return version_query_dto_1.VersionQueryDto; } });
291
+ var create_agent_dto_1 = require("./agents/create-agent.dto");
292
+ Object.defineProperty(exports, "CreateAgentDto", { enumerable: true, get: function () { return create_agent_dto_1.CreateAgentDto; } });
293
+ var update_agent_dto_1 = require("./agents/update-agent.dto");
294
+ Object.defineProperty(exports, "UpdateAgentDto", { enumerable: true, get: function () { return update_agent_dto_1.UpdateAgentDto; } });
295
+ var update_agent_config_dto_1 = require("./agents/update-agent-config.dto");
296
+ Object.defineProperty(exports, "UpdateAgentConfigDto", { enumerable: true, get: function () { return update_agent_config_dto_1.UpdateAgentConfigDto; } });
297
+ var update_agent_schedule_dto_1 = require("./agents/update-agent-schedule.dto");
298
+ Object.defineProperty(exports, "UpdateAgentScheduleDto", { enumerable: true, get: function () { return update_agent_schedule_dto_1.UpdateAgentScheduleDto; } });
299
+ var create_agent_skill_dto_1 = require("./agents/create-agent-skill.dto");
300
+ Object.defineProperty(exports, "AGENT_SKILL_INSTRUCTIONS_MAX_LENGTH", { enumerable: true, get: function () { return create_agent_skill_dto_1.AGENT_SKILL_INSTRUCTIONS_MAX_LENGTH; } });
301
+ Object.defineProperty(exports, "CreateAgentSkillDto", { enumerable: true, get: function () { return create_agent_skill_dto_1.CreateAgentSkillDto; } });
302
+ Object.defineProperty(exports, "agentSkillSchema", { enumerable: true, get: function () { return create_agent_skill_dto_1.agentSkillSchema; } });
303
+ var update_agent_skill_dto_1 = require("./agents/update-agent-skill.dto");
304
+ Object.defineProperty(exports, "UpdateAgentSkillDto", { enumerable: true, get: function () { return update_agent_skill_dto_1.UpdateAgentSkillDto; } });
305
+ var agent_integration_dto_1 = require("./agents/agent-integration.dto");
306
+ Object.defineProperty(exports, "AgentIntegrationDto", { enumerable: true, get: function () { return agent_integration_dto_1.AgentIntegrationDto; } });
307
+ var agent_chat_message_dto_1 = require("./agents/agent-chat-message.dto");
308
+ Object.defineProperty(exports, "AgentChatMessageDto", { enumerable: true, get: function () { return agent_chat_message_dto_1.AgentChatMessageDto; } });
309
+ var agent_build_resume_dto_1 = require("./agents/agent-build-resume.dto");
310
+ Object.defineProperty(exports, "AgentBuildResumeDto", { enumerable: true, get: function () { return agent_build_resume_dto_1.AgentBuildResumeDto; } });
275
311
  var create_encryption_key_dto_1 = require("./encryption/create-encryption-key.dto");
276
312
  Object.defineProperty(exports, "CreateEncryptionKeyDto", { enumerable: true, get: function () { return create_encryption_key_dto_1.CreateEncryptionKeyDto; } });
277
313
  var list_encryption_keys_query_dto_1 = require("./encryption/list-encryption-keys-query.dto");
278
314
  Object.defineProperty(exports, "ListEncryptionKeysQueryDto", { enumerable: true, get: function () { return list_encryption_keys_query_dto_1.ListEncryptionKeysQueryDto; } });
315
+ Object.defineProperty(exports, "ENCRYPTION_KEYS_SORT_OPTIONS", { enumerable: true, get: function () { return list_encryption_keys_query_dto_1.ENCRYPTION_KEYS_SORT_OPTIONS; } });
279
316
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/dto/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/dto/index.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,5 @@
1
1
  import { z } from 'zod';
2
+ import { instanceGatewayResourceDecisionSchema } from '../../schemas/instance-ai.schema';
2
3
  export declare const InstanceAiConfirmRequestDto: z.ZodDiscriminatedUnion<"kind", [z.ZodObject<{
3
4
  kind: z.ZodLiteral<"approval">;
4
5
  approved: z.ZodBoolean;
@@ -21,29 +22,29 @@ export declare const InstanceAiConfirmRequestDto: z.ZodDiscriminatedUnion<"kind"
21
22
  }, "strip", z.ZodTypeAny, {
22
23
  questionId: string;
23
24
  selectedOptions: string[];
24
- customText?: string | undefined;
25
25
  skipped?: boolean | undefined;
26
+ customText?: string | undefined;
26
27
  }, {
27
28
  questionId: string;
28
29
  selectedOptions: string[];
29
- customText?: string | undefined;
30
30
  skipped?: boolean | undefined;
31
+ customText?: string | undefined;
31
32
  }>, "many">;
32
33
  }, "strip", z.ZodTypeAny, {
33
34
  kind: "questions";
34
35
  answers: {
35
36
  questionId: string;
36
37
  selectedOptions: string[];
37
- customText?: string | undefined;
38
38
  skipped?: boolean | undefined;
39
+ customText?: string | undefined;
39
40
  }[];
40
41
  }, {
41
42
  kind: "questions";
42
43
  answers: {
43
44
  questionId: string;
44
45
  selectedOptions: string[];
45
- customText?: string | undefined;
46
46
  skipped?: boolean | undefined;
47
+ customText?: string | undefined;
47
48
  }[];
48
49
  }>, z.ZodObject<{
49
50
  kind: z.ZodLiteral<"credentialSelection">;
@@ -71,13 +72,13 @@ export declare const InstanceAiConfirmRequestDto: z.ZodDiscriminatedUnion<"kind"
71
72
  kind: "domainAccessDeny";
72
73
  }>, z.ZodObject<{
73
74
  kind: z.ZodLiteral<"resourceDecision">;
74
- resourceDecision: z.ZodString;
75
+ resourceDecision: z.ZodEnum<["denyOnce", "allowOnce", "allowForSession"]>;
75
76
  }, "strip", z.ZodTypeAny, {
76
77
  kind: "resourceDecision";
77
- resourceDecision: string;
78
+ resourceDecision: "denyOnce" | "allowOnce" | "allowForSession";
78
79
  }, {
79
80
  kind: "resourceDecision";
80
- resourceDecision: string;
81
+ resourceDecision: "denyOnce" | "allowOnce" | "allowForSession";
81
82
  }>, z.ZodObject<{
82
83
  kind: z.ZodLiteral<"setupWorkflowApply">;
83
84
  nodeCredentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
@@ -108,3 +109,4 @@ export declare const InstanceAiConfirmRequestDto: z.ZodDiscriminatedUnion<"kind"
108
109
  }>]>;
109
110
  export type InstanceAiConfirmRequest = z.infer<typeof InstanceAiConfirmRequestDto>;
110
111
  export type InstanceAiConfirmRequestKind = InstanceAiConfirmRequest['kind'];
112
+ export type InstanceAiResourceDecision = z.infer<typeof instanceGatewayResourceDecisionSchema>;
@@ -31,7 +31,7 @@ const domainAccessDenySchema = zod_1.z.object({
31
31
  });
32
32
  const resourceDecisionConfirmSchema = zod_1.z.object({
33
33
  kind: zod_1.z.literal('resourceDecision'),
34
- resourceDecision: zod_1.z.string(),
34
+ resourceDecision: instance_ai_schema_1.instanceGatewayResourceDecisionSchema,
35
35
  });
36
36
  const nodeCredentialsRecord = zod_1.z.record(credentialIdByTypeSchema).optional();
37
37
  const nodeParametersRecord = zod_1.z.record(zod_1.z.record(zod_1.z.unknown())).optional();
@@ -1 +1 @@
1
- {"version":3,"file":"instance-ai-confirm-request.dto.js","sourceRoot":"","sources":["../../../src/dto/instance-ai/instance-ai-confirm-request.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,yEAA4E;AAQ5E,MAAM,qBAAqB,GAAG,OAAC,CAAC,MAAM,CAAC;IACtC,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,UAAU,CAAC;IAC3B,QAAQ,EAAE,OAAC,CAAC,OAAO,EAAE;IACrB,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAChC,CAAC,CAAC;AAGH,MAAM,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IACvC,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IAC5B,OAAO,EAAE,OAAC,CAAC,KAAK,CACf,OAAC,CAAC,MAAM,CAAC;QACR,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE;QACtB,eAAe,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC;QACpC,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACjC,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;KAC/B,CAAC,CACF;CACD,CAAC,CAAC;AAGH,MAAM,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC;AAEtD,MAAM,gCAAgC,GAAG,OAAC,CAAC,MAAM,CAAC;IACjD,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,qBAAqB,CAAC;IACtC,WAAW,EAAE,wBAAwB;CACrC,CAAC,CAAC;AAGH,MAAM,yBAAyB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC1C,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,qBAAqB,CAAC;IACtC,kBAAkB,EAAE,6CAAwB;CAC5C,CAAC,CAAC;AAGH,MAAM,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IACvC,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;CACnC,CAAC,CAAC;AAMH,MAAM,6BAA6B,GAAG,OAAC,CAAC,MAAM,CAAC;IAC9C,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;IACnC,gBAAgB,EAAE,OAAC,CAAC,MAAM,EAAE;CAC5B,CAAC,CAAC;AAGH,MAAM,qBAAqB,GAAG,OAAC,CAAC,MAAM,CAAC,wBAAwB,CAAC,CAAC,QAAQ,EAAE,CAAC;AAE5E,MAAM,oBAAoB,GAAG,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC;AAIxE,MAAM,+BAA+B,GAAG,OAAC,CAAC,MAAM,CAAC;IAChD,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,oBAAoB,CAAC;IACrC,eAAe,EAAE,qBAAqB;IACtC,cAAc,EAAE,oBAAoB;CACpC,CAAC,CAAC;AAIH,MAAM,qCAAqC,GAAG,OAAC,CAAC,MAAM,CAAC;IACtD,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,0BAA0B,CAAC;IAC3C,eAAe,EAAE,OAAC,CAAC,MAAM,EAAE;IAC3B,eAAe,EAAE,qBAAqB;IACtC,cAAc,EAAE,oBAAoB;CACpC,CAAC,CAAC;AAEU,QAAA,2BAA2B,GAAG,OAAC,CAAC,kBAAkB,CAAC,MAAM,EAAE;IACvE,qBAAqB;IACrB,sBAAsB;IACtB,gCAAgC;IAChC,yBAAyB;IACzB,sBAAsB;IACtB,6BAA6B;IAC7B,+BAA+B;IAC/B,qCAAqC;CACrC,CAAC,CAAC"}
1
+ {"version":3,"file":"instance-ai-confirm-request.dto.js","sourceRoot":"","sources":["../../../src/dto/instance-ai/instance-ai-confirm-request.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,yEAG0C;AAQ1C,MAAM,qBAAqB,GAAG,OAAC,CAAC,MAAM,CAAC;IACtC,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,UAAU,CAAC;IAC3B,QAAQ,EAAE,OAAC,CAAC,OAAO,EAAE;IACrB,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAChC,CAAC,CAAC;AAGH,MAAM,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IACvC,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IAC5B,OAAO,EAAE,OAAC,CAAC,KAAK,CACf,OAAC,CAAC,MAAM,CAAC;QACR,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE;QACtB,eAAe,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC;QACpC,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACjC,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;KAC/B,CAAC,CACF;CACD,CAAC,CAAC;AAGH,MAAM,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC;AAEtD,MAAM,gCAAgC,GAAG,OAAC,CAAC,MAAM,CAAC;IACjD,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,qBAAqB,CAAC;IACtC,WAAW,EAAE,wBAAwB;CACrC,CAAC,CAAC;AAGH,MAAM,yBAAyB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC1C,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,qBAAqB,CAAC;IACtC,kBAAkB,EAAE,6CAAwB;CAC5C,CAAC,CAAC;AAGH,MAAM,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IACvC,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;CACnC,CAAC,CAAC;AAGH,MAAM,6BAA6B,GAAG,OAAC,CAAC,MAAM,CAAC;IAC9C,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;IACnC,gBAAgB,EAAE,0DAAqC;CACvD,CAAC,CAAC;AAGH,MAAM,qBAAqB,GAAG,OAAC,CAAC,MAAM,CAAC,wBAAwB,CAAC,CAAC,QAAQ,EAAE,CAAC;AAE5E,MAAM,oBAAoB,GAAG,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC;AAIxE,MAAM,+BAA+B,GAAG,OAAC,CAAC,MAAM,CAAC;IAChD,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,oBAAoB,CAAC;IACrC,eAAe,EAAE,qBAAqB;IACtC,cAAc,EAAE,oBAAoB;CACpC,CAAC,CAAC;AAIH,MAAM,qCAAqC,GAAG,OAAC,CAAC,MAAM,CAAC;IACtD,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,0BAA0B,CAAC;IAC3C,eAAe,EAAE,OAAC,CAAC,MAAM,EAAE;IAC3B,eAAe,EAAE,qBAAqB;IACtC,cAAc,EAAE,oBAAoB;CACpC,CAAC,CAAC;AAEU,QAAA,2BAA2B,GAAG,OAAC,CAAC,kBAAkB,CAAC,MAAM,EAAE;IACvE,qBAAqB;IACrB,sBAAsB;IACtB,gCAAgC;IAChC,yBAAyB;IACzB,sBAAsB;IACtB,6BAA6B;IAC7B,+BAA+B;IAC/B,qCAAqC;CACrC,CAAC,CAAC"}
@@ -1,11 +1,11 @@
1
1
  import { z } from 'zod';
2
2
  declare const UpdateProjectDto_base: import("../../zod-class").ZodClass<{
3
+ description?: string | undefined;
3
4
  icon?: {
4
5
  value: string;
5
6
  type: "icon" | "emoji";
6
7
  } | undefined;
7
8
  name?: string | undefined;
8
- description?: string | undefined;
9
9
  }, {
10
10
  name: z.ZodOptional<z.ZodString>;
11
11
  icon: z.ZodOptional<z.ZodObject<{
@@ -23,12 +23,12 @@ declare const UpdateProjectDto_base: import("../../zod-class").ZodClass<{
23
23
  export declare class UpdateProjectDto extends UpdateProjectDto_base {
24
24
  }
25
25
  declare const UpdateProjectWithRelationsDto_base: import("../../zod-class").ZodClass<{
26
+ description?: string | undefined;
26
27
  icon?: {
27
28
  value: string;
28
29
  type: "icon" | "emoji";
29
30
  } | undefined;
30
31
  name?: string | undefined;
31
- description?: string | undefined;
32
32
  relations?: {
33
33
  role: string;
34
34
  userId: string;
@@ -1,8 +1,8 @@
1
1
  import { z } from 'zod';
2
2
  declare const PushWorkFolderRequestDto_base: import("../../zod-class").ZodClass<{
3
3
  fileNames: {
4
- type: "workflow" | "project" | "credential" | "tags" | "variables" | "file" | "folders" | "datatable";
5
4
  status: "unknown" | "new" | "modified" | "deleted" | "created" | "renamed" | "conflicted" | "ignored" | "staged";
5
+ type: "workflow" | "project" | "credential" | "tags" | "variables" | "file" | "folders" | "datatable";
6
6
  id: string;
7
7
  name: string;
8
8
  updatedAt: string;
@@ -55,8 +55,8 @@ declare const PushWorkFolderRequestDto_base: import("../../zod-class").ZodClass<
55
55
  }>>;
56
56
  publishingError: z.ZodOptional<z.ZodString>;
57
57
  }, "strip", z.ZodTypeAny, {
58
- type: "workflow" | "project" | "credential" | "tags" | "variables" | "file" | "folders" | "datatable";
59
58
  status: "unknown" | "new" | "modified" | "deleted" | "created" | "renamed" | "conflicted" | "ignored" | "staged";
59
+ type: "workflow" | "project" | "credential" | "tags" | "variables" | "file" | "folders" | "datatable";
60
60
  id: string;
61
61
  name: string;
62
62
  updatedAt: string;
@@ -75,8 +75,8 @@ declare const PushWorkFolderRequestDto_base: import("../../zod-class").ZodClass<
75
75
  } | undefined;
76
76
  publishingError?: string | undefined;
77
77
  }, {
78
- type: "workflow" | "project" | "credential" | "tags" | "variables" | "file" | "folders" | "datatable";
79
78
  status: "unknown" | "new" | "modified" | "deleted" | "created" | "renamed" | "conflicted" | "ignored" | "staged";
79
+ type: "workflow" | "project" | "credential" | "tags" | "variables" | "file" | "folders" | "datatable";
80
80
  id: string;
81
81
  name: string;
82
82
  updatedAt: string;
@@ -1,7 +1,7 @@
1
1
  import { z } from 'zod';
2
2
  declare const UpdateWorkflowHistoryVersionDto_base: import("../../zod-class").ZodClass<{
3
- name?: string | null | undefined;
4
3
  description?: string | null | undefined;
4
+ name?: string | null | undefined;
5
5
  }, {
6
6
  name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7
7
  description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -1,8 +1,8 @@
1
1
  import { z } from 'zod';
2
2
  declare const ActivateWorkflowDto_base: import("../../zod-class").ZodClass<{
3
3
  versionId: string;
4
- name?: string | undefined;
5
4
  description?: string | undefined;
5
+ name?: string | undefined;
6
6
  expectedChecksum?: string | undefined;
7
7
  }, {
8
8
  versionId: z.ZodString;
@@ -4,10 +4,10 @@ declare const CreateWorkflowDto_base: import("../../zod-class").ZodClass<{
4
4
  name: string;
5
5
  nodes: import("n8n-workflow").INode[];
6
6
  connections: import("n8n-workflow").IConnections;
7
- id?: string | undefined;
8
7
  description?: string | null | undefined;
9
- projectId?: string | undefined;
10
8
  settings?: import("n8n-workflow").IWorkflowSettings | undefined;
9
+ id?: string | undefined;
10
+ projectId?: string | undefined;
11
11
  staticData?: import("n8n-workflow").IDataObject | null | undefined;
12
12
  pinData?: import("n8n-workflow").IPinData | null | undefined;
13
13
  meta?: Record<string, unknown> | null | undefined;
@@ -1,10 +1,10 @@
1
1
  import { z } from 'zod';
2
2
  declare const UpdateWorkflowDto_base: import("../../zod-class").ZodClass<{
3
- name?: string | undefined;
4
3
  description?: string | null | undefined;
4
+ settings?: import("n8n-workflow").IWorkflowSettings | undefined;
5
+ name?: string | undefined;
5
6
  nodes?: import("n8n-workflow").INode[] | undefined;
6
7
  connections?: import("n8n-workflow").IConnections | undefined;
7
- settings?: import("n8n-workflow").IWorkflowSettings | undefined;
8
8
  staticData?: import("n8n-workflow").IDataObject | null | undefined;
9
9
  pinData?: import("n8n-workflow").IPinData | null | undefined;
10
10
  meta?: Record<string, unknown> | null | undefined;
@@ -89,6 +89,7 @@ export interface FrontendSettings {
89
89
  nodeJsVersion: string;
90
90
  nodeEnv: string | undefined;
91
91
  concurrency: number;
92
+ evaluationConcurrencyLimit: number;
92
93
  authCookie: {
93
94
  secure: boolean;
94
95
  };
@@ -162,6 +163,7 @@ export interface FrontendSettings {
162
163
  pushBackend: 'sse' | 'websocket';
163
164
  communityNodesEnabled: boolean;
164
165
  unverifiedCommunityNodesEnabled: boolean;
166
+ communityNodesManagedByEnv: boolean;
165
167
  aiAssistant: {
166
168
  enabled: boolean;
167
169
  setup: boolean;
@@ -255,7 +257,6 @@ export type FrontendModuleSettings = {
255
257
  enabled: boolean;
256
258
  localGatewayDisabled: boolean;
257
259
  proxyEnabled: boolean;
258
- optinModalDismissed: boolean;
259
260
  cloudManaged: boolean;
260
261
  };
261
262
  'quick-connect'?: {
@@ -267,6 +268,9 @@ export type FrontendModuleSettings = {
267
268
  roleBasedAccess: boolean;
268
269
  systemRolesEnabled: boolean;
269
270
  };
271
+ agents?: {
272
+ modules: string[];
273
+ };
270
274
  };
271
275
  export type N8nEnvFeatFlagValue = boolean | string | number | undefined;
272
276
  export type N8nEnvFeatFlags = Record<`N8N_ENV_FEAT_${Uppercase<string>}`, N8nEnvFeatFlagValue>;