@n8n/api-types 1.30.3 → 1.31.0

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 (95) hide show
  1. package/dist/agent-builder-interactive.d.ts +5 -182
  2. package/dist/agent-builder-interactive.js +6 -50
  3. package/dist/agent-builder-interactive.js.map +1 -1
  4. package/dist/agents/agent-interaction.schema.d.ts +262 -0
  5. package/dist/agents/agent-interaction.schema.js +56 -0
  6. package/dist/agents/agent-interaction.schema.js.map +1 -0
  7. package/dist/agents/agent-json-config.schema.d.ts +1878 -752
  8. package/dist/agents/agent-json-config.schema.js +82 -1
  9. package/dist/agents/agent-json-config.schema.js.map +1 -1
  10. package/dist/agents/dto.d.ts +232 -103
  11. package/dist/agents/dto.js +8 -3
  12. package/dist/agents/dto.js.map +1 -1
  13. package/dist/agents/index.d.ts +2 -1
  14. package/dist/agents/index.js +2 -11
  15. package/dist/agents/index.js.map +1 -1
  16. package/dist/agents/rich-card.schema.d.ts +108 -108
  17. package/dist/agents/types.d.ts +39 -8
  18. package/dist/agents/types.js.map +1 -1
  19. package/dist/build.tsbuildinfo +1 -1
  20. package/dist/chat-hub.d.ts +85 -85
  21. package/dist/dto/ai/ai-ask-request.dto.d.ts +13 -13
  22. package/dist/dto/ai/ai-build-request.dto.d.ts +3 -3
  23. package/dist/dto/ai/ai-truncate-messages-request.dto.d.ts +1 -1
  24. package/dist/dto/api-keys/list-api-keys-query.dto.d.ts +1 -1
  25. package/dist/dto/data-table/list-data-table-query.dto.d.ts +4 -4
  26. package/dist/dto/dynamic-node-parameters/action-result-request.dto.d.ts +1 -1
  27. package/dist/dto/dynamic-node-parameters/base-dynamic-parameters-request.dto.d.ts +1 -1
  28. package/dist/dto/dynamic-node-parameters/options-request.dto.d.ts +1 -1
  29. package/dist/dto/dynamic-node-parameters/resource-locator-request.dto.d.ts +1 -1
  30. package/dist/dto/dynamic-node-parameters/resource-mapper-fields-request.dto.d.ts +1 -1
  31. package/dist/dto/evaluations/evaluation-config.dto.d.ts +78 -78
  32. package/dist/dto/folders/list-folder-query.dto.d.ts +2 -2
  33. package/dist/dto/index.d.ts +2 -0
  34. package/dist/dto/index.js +7 -3
  35. package/dist/dto/index.js.map +1 -1
  36. package/dist/dto/insights/list-workflow-query.dto.d.ts +1 -1
  37. package/dist/dto/instance-ai/instance-ai-confirm-request.dto.d.ts +8 -8
  38. package/dist/dto/instance-ai/instance-ai-rename-thread-request.dto.d.ts +1 -1
  39. package/dist/dto/oauth/oauth-client.dto.d.ts +4 -4
  40. package/dist/dto/oidc/config.dto.d.ts +1 -1
  41. package/dist/dto/packages/import-package-request.dto.d.ts +11 -5
  42. package/dist/dto/packages/import-package-request.dto.js +19 -19
  43. package/dist/dto/packages/import-package-request.dto.js.map +1 -1
  44. package/dist/dto/project/update-project.dto.d.ts +2 -2
  45. package/dist/dto/roles/role-member.schema.d.ts +2 -2
  46. package/dist/dto/roles/role-members-response.dto.d.ts +3 -3
  47. package/dist/dto/roles/role-project-members-response.dto.d.ts +3 -3
  48. package/dist/dto/roles/update-role.dto.d.ts +1 -1
  49. package/dist/dto/security-settings/security-policy.dto.d.ts +32 -0
  50. package/dist/dto/security-settings/security-policy.dto.js +17 -0
  51. package/dist/dto/security-settings/security-policy.dto.js.map +1 -0
  52. package/dist/dto/security-settings/security-settings.dto.d.ts +20 -0
  53. package/dist/dto/security-settings/security-settings.dto.js +4 -0
  54. package/dist/dto/security-settings/security-settings.dto.js.map +1 -1
  55. package/dist/dto/source-control/push-work-folder-request.dto.d.ts +9 -9
  56. package/dist/dto/variables/update-variable-request.dto.d.ts +1 -1
  57. package/dist/dto/workflow-history/update-workflow-history-version.dto.d.ts +1 -1
  58. package/dist/dto/workflows/activate-workflow.dto.d.ts +1 -1
  59. package/dist/dto/workflows/base-workflow.dto.d.ts +7 -7
  60. package/dist/dto/workflows/create-workflow.dto.d.ts +8 -8
  61. package/dist/dto/workflows/get-resource-dependencies.dto.d.ts +1 -1
  62. package/dist/dto/workflows/get-resource-dependency-counts.dto.d.ts +1 -1
  63. package/dist/dto/workflows/manual-run.dto.d.ts +112 -0
  64. package/dist/dto/workflows/manual-run.dto.js +51 -0
  65. package/dist/dto/workflows/manual-run.dto.js.map +1 -0
  66. package/dist/dto/workflows/update-workflow.dto.d.ts +8 -8
  67. package/dist/frontend-settings.d.ts +4 -0
  68. package/dist/index.d.ts +5 -3
  69. package/dist/index.js +8 -3
  70. package/dist/index.js.map +1 -1
  71. package/dist/instance-registry-types.d.ts +16 -16
  72. package/dist/schemas/agent-run-reducer.js +61 -1
  73. package/dist/schemas/agent-run-reducer.js.map +1 -1
  74. package/dist/schemas/breaking-changes.schema.d.ts +128 -128
  75. package/dist/schemas/credential-resolver.schema.d.ts +8 -8
  76. package/dist/schemas/credential-response.schema.d.ts +2 -2
  77. package/dist/schemas/data-table.schema.d.ts +6 -6
  78. package/dist/schemas/encryption-key.schema.d.ts +6 -6
  79. package/dist/schemas/eval-collections.schema.d.ts +3 -3
  80. package/dist/schemas/favorites.schema.d.ts +2 -2
  81. package/dist/schemas/favorites.schema.js +7 -1
  82. package/dist/schemas/favorites.schema.js.map +1 -1
  83. package/dist/schemas/insights.schema.d.ts +22 -22
  84. package/dist/schemas/instance-ai.schema.d.ts +599 -419
  85. package/dist/schemas/instance-ai.schema.js +55 -8
  86. package/dist/schemas/instance-ai.schema.js.map +1 -1
  87. package/dist/schemas/secrets-provider.schema.d.ts +16 -16
  88. package/dist/schemas/source-controlled-file.schema.d.ts +6 -6
  89. package/dist/schemas/user.schema.d.ts +18 -18
  90. package/dist/schemas/workflow-execution-status.schema.d.ts +4 -4
  91. package/dist/schemas/workflow-publication-status.schema.d.ts +2 -2
  92. package/dist/workflow-reviews-policy.d.ts +9 -0
  93. package/dist/workflow-reviews-policy.js +8 -0
  94. package/dist/workflow-reviews-policy.js.map +1 -0
  95. package/package.json +9 -8
@@ -1,143 +1,28 @@
1
1
  import { z } from 'zod';
2
- export declare const ASK_LLM_TOOL_NAME: "ask_llm";
2
+ import { ASK_QUESTIONS_TOOL_NAME, CONFIGURE_CHANNEL_TOOL_NAME } from './agents/agent-interaction.schema';
3
3
  export declare const ASK_CREDENTIAL_TOOL_NAME: "ask_credential";
4
4
  export declare const ASK_EMBEDDING_CREDENTIAL_TOOL_NAME: "ask_embedding_credential";
5
- export declare const ASK_QUESTION_TOOL_NAME: "ask_question";
5
+ export { ASK_QUESTIONS_TOOL_NAME, CONFIGURE_CHANNEL_TOOL_NAME };
6
6
  export declare const APPROVAL_TOOL_NAME: "approval";
7
- export declare const interactiveToolNameSchema: z.ZodUnion<[z.ZodLiteral<"ask_llm">, z.ZodLiteral<"ask_credential">, z.ZodLiteral<"ask_embedding_credential">, z.ZodLiteral<"ask_question">]>;
7
+ export declare const interactiveToolNameSchema: z.ZodUnion<[z.ZodLiteral<"ask_credential">, z.ZodLiteral<"ask_embedding_credential">, z.ZodLiteral<"ask_questions">, z.ZodLiteral<"configure_channel">]>;
8
8
  export type InteractiveToolName = z.infer<typeof interactiveToolNameSchema>;
9
- export declare const askLlmInputSchema: z.ZodObject<{
10
- purpose: z.ZodOptional<z.ZodString>;
11
- }, "strip", z.ZodTypeAny, {
12
- purpose?: string | undefined;
13
- }, {
14
- purpose?: string | undefined;
15
- }>;
16
- export declare const askLlmResumeSchema: z.ZodObject<{
17
- provider: z.ZodString;
18
- model: z.ZodString;
19
- credentialId: z.ZodString;
20
- credentialName: z.ZodString;
21
- }, "strip", z.ZodTypeAny, {
22
- provider: string;
23
- model: string;
24
- credentialId: string;
25
- credentialName: string;
26
- }, {
27
- provider: string;
28
- model: string;
29
- credentialId: string;
30
- credentialName: string;
31
- }>;
32
- export type AskLlmInput = z.infer<typeof askLlmInputSchema>;
33
- export type AskLlmResume = z.infer<typeof askLlmResumeSchema>;
34
9
  export declare const askCredentialInputSchema: z.ZodObject<{
35
10
  purpose: z.ZodString;
36
11
  nodeType: z.ZodOptional<z.ZodString>;
37
12
  credentialType: z.ZodString;
38
13
  credentialSlot: z.ZodOptional<z.ZodString>;
39
14
  }, "strip", z.ZodTypeAny, {
40
- purpose: string;
41
15
  credentialType: string;
16
+ purpose: string;
42
17
  nodeType?: string | undefined;
43
18
  credentialSlot?: string | undefined;
44
19
  }, {
45
- purpose: string;
46
20
  credentialType: string;
21
+ purpose: string;
47
22
  nodeType?: string | undefined;
48
23
  credentialSlot?: string | undefined;
49
24
  }>;
50
- export declare const askCredentialResumeSchema: z.ZodUnion<[z.ZodObject<{
51
- credentialId: z.ZodString;
52
- credentialName: z.ZodString;
53
- }, "strip", z.ZodTypeAny, {
54
- credentialId: string;
55
- credentialName: string;
56
- }, {
57
- credentialId: string;
58
- credentialName: string;
59
- }>, z.ZodObject<{
60
- skipped: z.ZodLiteral<true>;
61
- }, "strip", z.ZodTypeAny, {
62
- skipped: true;
63
- }, {
64
- skipped: true;
65
- }>]>;
66
25
  export type AskCredentialInput = z.infer<typeof askCredentialInputSchema>;
67
- export type AskCredentialResume = z.infer<typeof askCredentialResumeSchema>;
68
- export declare const askEmbeddingCredentialResumeSchema: z.ZodUnion<[z.ZodObject<{
69
- credentialId: z.ZodString;
70
- credentialName: z.ZodString;
71
- }, "strip", z.ZodTypeAny, {
72
- credentialId: string;
73
- credentialName: string;
74
- }, {
75
- credentialId: string;
76
- credentialName: string;
77
- }>, z.ZodObject<{
78
- skipped: z.ZodLiteral<true>;
79
- }, "strip", z.ZodTypeAny, {
80
- skipped: true;
81
- }, {
82
- skipped: true;
83
- }>]>;
84
- export type AskEmbeddingCredentialResume = AskCredentialResume;
85
- export declare const askQuestionOptionSchema: z.ZodObject<{
86
- label: z.ZodString;
87
- value: z.ZodString;
88
- description: z.ZodOptional<z.ZodString>;
89
- }, "strip", z.ZodTypeAny, {
90
- value: string;
91
- label: string;
92
- description?: string | undefined;
93
- }, {
94
- value: string;
95
- label: string;
96
- description?: string | undefined;
97
- }>;
98
- export declare const askQuestionInputSchema: z.ZodObject<{
99
- question: z.ZodString;
100
- options: z.ZodArray<z.ZodObject<{
101
- label: z.ZodString;
102
- value: z.ZodString;
103
- description: z.ZodOptional<z.ZodString>;
104
- }, "strip", z.ZodTypeAny, {
105
- value: string;
106
- label: string;
107
- description?: string | undefined;
108
- }, {
109
- value: string;
110
- label: string;
111
- description?: string | undefined;
112
- }>, "many">;
113
- allowMultiple: z.ZodOptional<z.ZodBoolean>;
114
- }, "strip", z.ZodTypeAny, {
115
- options: {
116
- value: string;
117
- label: string;
118
- description?: string | undefined;
119
- }[];
120
- question: string;
121
- allowMultiple?: boolean | undefined;
122
- }, {
123
- options: {
124
- value: string;
125
- label: string;
126
- description?: string | undefined;
127
- }[];
128
- question: string;
129
- allowMultiple?: boolean | undefined;
130
- }>;
131
- export declare const askQuestionResumeSchema: z.ZodObject<{
132
- values: z.ZodArray<z.ZodString, "many">;
133
- }, "strip", z.ZodTypeAny, {
134
- values: string[];
135
- }, {
136
- values: string[];
137
- }>;
138
- export type AskQuestionOption = z.infer<typeof askQuestionOptionSchema>;
139
- export type AskQuestionInput = z.infer<typeof askQuestionInputSchema>;
140
- export type AskQuestionResume = z.infer<typeof askQuestionResumeSchema>;
141
26
  export declare const cancellationResumeSchema: z.ZodObject<{
142
27
  _type: z.ZodLiteral<"agent.cancellation">;
143
28
  message: z.ZodString;
@@ -149,65 +34,3 @@ export declare const cancellationResumeSchema: z.ZodObject<{
149
34
  _type: "agent.cancellation";
150
35
  }>;
151
36
  export type CancellationResumeData = z.infer<typeof cancellationResumeSchema>;
152
- export declare const interactiveResumeDataSchema: z.ZodUnion<[z.ZodObject<{
153
- provider: z.ZodString;
154
- model: z.ZodString;
155
- credentialId: z.ZodString;
156
- credentialName: z.ZodString;
157
- }, "strip", z.ZodTypeAny, {
158
- provider: string;
159
- model: string;
160
- credentialId: string;
161
- credentialName: string;
162
- }, {
163
- provider: string;
164
- model: string;
165
- credentialId: string;
166
- credentialName: string;
167
- }>, z.ZodUnion<[z.ZodObject<{
168
- credentialId: z.ZodString;
169
- credentialName: z.ZodString;
170
- }, "strip", z.ZodTypeAny, {
171
- credentialId: string;
172
- credentialName: string;
173
- }, {
174
- credentialId: string;
175
- credentialName: string;
176
- }>, z.ZodObject<{
177
- skipped: z.ZodLiteral<true>;
178
- }, "strip", z.ZodTypeAny, {
179
- skipped: true;
180
- }, {
181
- skipped: true;
182
- }>]>, z.ZodUnion<[z.ZodObject<{
183
- credentialId: z.ZodString;
184
- credentialName: z.ZodString;
185
- }, "strip", z.ZodTypeAny, {
186
- credentialId: string;
187
- credentialName: string;
188
- }, {
189
- credentialId: string;
190
- credentialName: string;
191
- }>, z.ZodObject<{
192
- skipped: z.ZodLiteral<true>;
193
- }, "strip", z.ZodTypeAny, {
194
- skipped: true;
195
- }, {
196
- skipped: true;
197
- }>]>, z.ZodObject<{
198
- values: z.ZodArray<z.ZodString, "many">;
199
- }, "strip", z.ZodTypeAny, {
200
- values: string[];
201
- }, {
202
- values: string[];
203
- }>, z.ZodObject<{
204
- _type: z.ZodLiteral<"agent.cancellation">;
205
- message: z.ZodString;
206
- }, "strip", z.ZodTypeAny, {
207
- message: string;
208
- _type: "agent.cancellation";
209
- }, {
210
- message: string;
211
- _type: "agent.cancellation";
212
- }>]>;
213
- export type InteractiveResumeData = z.infer<typeof interactiveResumeDataSchema>;
@@ -1,30 +1,19 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.interactiveResumeDataSchema = exports.cancellationResumeSchema = exports.askQuestionResumeSchema = exports.askQuestionInputSchema = exports.askQuestionOptionSchema = exports.askEmbeddingCredentialResumeSchema = exports.askCredentialResumeSchema = exports.askCredentialInputSchema = exports.askLlmResumeSchema = exports.askLlmInputSchema = exports.interactiveToolNameSchema = exports.APPROVAL_TOOL_NAME = exports.ASK_QUESTION_TOOL_NAME = exports.ASK_EMBEDDING_CREDENTIAL_TOOL_NAME = exports.ASK_CREDENTIAL_TOOL_NAME = exports.ASK_LLM_TOOL_NAME = void 0;
3
+ exports.cancellationResumeSchema = exports.askCredentialInputSchema = exports.interactiveToolNameSchema = exports.APPROVAL_TOOL_NAME = exports.CONFIGURE_CHANNEL_TOOL_NAME = exports.ASK_QUESTIONS_TOOL_NAME = exports.ASK_EMBEDDING_CREDENTIAL_TOOL_NAME = exports.ASK_CREDENTIAL_TOOL_NAME = void 0;
4
4
  const zod_1 = require("zod");
5
- exports.ASK_LLM_TOOL_NAME = 'ask_llm';
5
+ const agent_interaction_schema_1 = require("./agents/agent-interaction.schema");
6
+ Object.defineProperty(exports, "ASK_QUESTIONS_TOOL_NAME", { enumerable: true, get: function () { return agent_interaction_schema_1.ASK_QUESTIONS_TOOL_NAME; } });
7
+ Object.defineProperty(exports, "CONFIGURE_CHANNEL_TOOL_NAME", { enumerable: true, get: function () { return agent_interaction_schema_1.CONFIGURE_CHANNEL_TOOL_NAME; } });
6
8
  exports.ASK_CREDENTIAL_TOOL_NAME = 'ask_credential';
7
9
  exports.ASK_EMBEDDING_CREDENTIAL_TOOL_NAME = 'ask_embedding_credential';
8
- exports.ASK_QUESTION_TOOL_NAME = 'ask_question';
9
10
  exports.APPROVAL_TOOL_NAME = 'approval';
10
11
  exports.interactiveToolNameSchema = zod_1.z.union([
11
- zod_1.z.literal(exports.ASK_LLM_TOOL_NAME),
12
12
  zod_1.z.literal(exports.ASK_CREDENTIAL_TOOL_NAME),
13
13
  zod_1.z.literal(exports.ASK_EMBEDDING_CREDENTIAL_TOOL_NAME),
14
- zod_1.z.literal(exports.ASK_QUESTION_TOOL_NAME),
14
+ zod_1.z.literal(agent_interaction_schema_1.ASK_QUESTIONS_TOOL_NAME),
15
+ zod_1.z.literal(agent_interaction_schema_1.CONFIGURE_CHANNEL_TOOL_NAME),
15
16
  ]);
16
- exports.askLlmInputSchema = zod_1.z.object({
17
- purpose: zod_1.z
18
- .string()
19
- .optional()
20
- .describe('Short sentence describing why the model is needed, e.g. "Main LLM for the Slack triage agent"'),
21
- });
22
- exports.askLlmResumeSchema = zod_1.z.object({
23
- provider: zod_1.z.string(),
24
- model: zod_1.z.string(),
25
- credentialId: zod_1.z.string(),
26
- credentialName: zod_1.z.string(),
27
- });
28
17
  exports.askCredentialInputSchema = zod_1.z.object({
29
18
  purpose: zod_1.z.string().describe('One short sentence describing what this credential is used for'),
30
19
  nodeType: zod_1.z
@@ -37,41 +26,8 @@ exports.askCredentialInputSchema = zod_1.z.object({
37
26
  .optional()
38
27
  .describe('Credential key on node.credentials, e.g. "slackApi"'),
39
28
  });
40
- exports.askCredentialResumeSchema = zod_1.z.union([
41
- zod_1.z.object({ credentialId: zod_1.z.string(), credentialName: zod_1.z.string() }),
42
- zod_1.z.object({ skipped: zod_1.z.literal(true) }),
43
- ]);
44
- exports.askEmbeddingCredentialResumeSchema = exports.askCredentialResumeSchema;
45
- exports.askQuestionOptionSchema = zod_1.z.object({
46
- label: zod_1.z.string().describe('Display label for this option'),
47
- value: zod_1.z.string().describe('Internal value for this option'),
48
- description: zod_1.z.string().optional().describe('Optional additional explanation'),
49
- });
50
- exports.askQuestionInputSchema = zod_1.z.object({
51
- question: zod_1.z.string().describe('The question to display to the user'),
52
- options: zod_1.z
53
- .array(exports.askQuestionOptionSchema)
54
- .describe('Choices to present. Pass an empty array for an open-ended question (the card shows only a freeform input). With a single non-multiple option the tool auto-resolves to that option without rendering a card.'),
55
- allowMultiple: zod_1.z
56
- .boolean()
57
- .optional()
58
- .describe('If true the user may select more than one option; defaults to false'),
59
- });
60
- exports.askQuestionResumeSchema = zod_1.z.object({
61
- values: zod_1.z
62
- .array(zod_1.z.string())
63
- .min(1)
64
- .describe('Selected option values, or freeform text entered in the Other field.'),
65
- });
66
29
  exports.cancellationResumeSchema = zod_1.z.object({
67
30
  _type: zod_1.z.literal('agent.cancellation'),
68
31
  message: zod_1.z.string().min(1),
69
32
  });
70
- exports.interactiveResumeDataSchema = zod_1.z.union([
71
- exports.askLlmResumeSchema,
72
- exports.askEmbeddingCredentialResumeSchema,
73
- exports.askCredentialResumeSchema,
74
- exports.askQuestionResumeSchema,
75
- exports.cancellationResumeSchema,
76
- ]);
77
33
  //# sourceMappingURL=agent-builder-interactive.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"agent-builder-interactive.js","sourceRoot":"","sources":["../src/agent-builder-interactive.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"agent-builder-interactive.js","sourceRoot":"","sources":["../src/agent-builder-interactive.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,gFAG2C;AAYlC,wGAdR,kDAAuB,OAcQ;AAAE,4GAbjC,sDAA2B,OAaiC;AAFhD,QAAA,wBAAwB,GAAG,gBAAyB,CAAC;AACrD,QAAA,kCAAkC,GAAG,0BAAmC,CAAC;AAQzE,QAAA,kBAAkB,GAAG,UAAmB,CAAC;AAEzC,QAAA,yBAAyB,GAAG,OAAC,CAAC,KAAK,CAAC;IAChD,OAAC,CAAC,OAAO,CAAC,gCAAwB,CAAC;IACnC,OAAC,CAAC,OAAO,CAAC,0CAAkC,CAAC;IAC7C,OAAC,CAAC,OAAO,CAAC,kDAAuB,CAAC;IAClC,OAAC,CAAC,OAAO,CAAC,sDAA2B,CAAC;CACtC,CAAC,CAAC;AAQU,QAAA,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC;IAChD,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,gEAAgE,CAAC;IAC9F,QAAQ,EAAE,OAAC;SACT,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,0EAA0E,CAAC;IACtF,cAAc,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,sDAAsD,CAAC;IAC3F,cAAc,EAAE,OAAC;SACf,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,qDAAqD,CAAC;CACjE,CAAC,CAAC;AAeU,QAAA,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC;IAChD,KAAK,EAAE,OAAC,CAAC,OAAO,CAAC,oBAAoB,CAAC;IACtC,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;CAC1B,CAAC,CAAC"}
@@ -0,0 +1,262 @@
1
+ import { z } from 'zod';
2
+ export declare const ASK_QUESTIONS_TOOL_NAME: "ask_questions";
3
+ export declare const CONFIGURE_CHANNEL_TOOL_NAME: "configure_channel";
4
+ export declare const BUILDER_NOT_CONFIGURED_CODE: "BUILDER_NOT_CONFIGURED";
5
+ export declare const CONFIG_MUTATION_TOOL_NAMES: readonly ["write_config", "patch_config"];
6
+ export declare const interactionQuestionSchema: z.ZodObject<{
7
+ id: z.ZodString;
8
+ question: z.ZodString;
9
+ type: z.ZodEnum<["single", "multi", "text"]>;
10
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
11
+ }, "strip", z.ZodTypeAny, {
12
+ type: "text" | "single" | "multi";
13
+ id: string;
14
+ question: string;
15
+ options?: string[] | undefined;
16
+ }, {
17
+ type: "text" | "single" | "multi";
18
+ id: string;
19
+ question: string;
20
+ options?: string[] | undefined;
21
+ }>;
22
+ export type InteractionQuestion = z.infer<typeof interactionQuestionSchema>;
23
+ export declare const questionsSuspendPayloadSchema: z.ZodObject<{
24
+ requestId: z.ZodString;
25
+ message: z.ZodString;
26
+ severity: z.ZodLiteral<"info">;
27
+ inputType: z.ZodLiteral<"questions">;
28
+ questions: z.ZodArray<z.ZodObject<{
29
+ id: z.ZodString;
30
+ question: z.ZodString;
31
+ type: z.ZodEnum<["single", "multi", "text"]>;
32
+ options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
33
+ }, "strip", z.ZodTypeAny, {
34
+ type: "text" | "single" | "multi";
35
+ id: string;
36
+ question: string;
37
+ options?: string[] | undefined;
38
+ }, {
39
+ type: "text" | "single" | "multi";
40
+ id: string;
41
+ question: string;
42
+ options?: string[] | undefined;
43
+ }>, "many">;
44
+ introMessage: z.ZodOptional<z.ZodString>;
45
+ }, "strip", z.ZodTypeAny, {
46
+ message: string;
47
+ questions: {
48
+ type: "text" | "single" | "multi";
49
+ id: string;
50
+ question: string;
51
+ options?: string[] | undefined;
52
+ }[];
53
+ requestId: string;
54
+ severity: "info";
55
+ inputType: "questions";
56
+ introMessage?: string | undefined;
57
+ }, {
58
+ message: string;
59
+ questions: {
60
+ type: "text" | "single" | "multi";
61
+ id: string;
62
+ question: string;
63
+ options?: string[] | undefined;
64
+ }[];
65
+ requestId: string;
66
+ severity: "info";
67
+ inputType: "questions";
68
+ introMessage?: string | undefined;
69
+ }>;
70
+ export type QuestionsSuspendPayload = z.infer<typeof questionsSuspendPayloadSchema>;
71
+ export declare const questionAnswerSchema: z.ZodObject<{
72
+ questionId: z.ZodString;
73
+ selectedOptions: z.ZodArray<z.ZodString, "many">;
74
+ customText: z.ZodOptional<z.ZodString>;
75
+ skipped: z.ZodOptional<z.ZodBoolean>;
76
+ }, "strip", z.ZodTypeAny, {
77
+ questionId: string;
78
+ selectedOptions: string[];
79
+ customText?: string | undefined;
80
+ skipped?: boolean | undefined;
81
+ }, {
82
+ questionId: string;
83
+ selectedOptions: string[];
84
+ customText?: string | undefined;
85
+ skipped?: boolean | undefined;
86
+ }>;
87
+ export type QuestionAnswer = z.infer<typeof questionAnswerSchema>;
88
+ export declare const questionsResumeSchema: z.ZodObject<{
89
+ approved: z.ZodOptional<z.ZodBoolean>;
90
+ answers: z.ZodOptional<z.ZodArray<z.ZodObject<{
91
+ questionId: z.ZodString;
92
+ selectedOptions: z.ZodArray<z.ZodString, "many">;
93
+ customText: z.ZodOptional<z.ZodString>;
94
+ skipped: z.ZodOptional<z.ZodBoolean>;
95
+ }, "strip", z.ZodTypeAny, {
96
+ questionId: string;
97
+ selectedOptions: string[];
98
+ customText?: string | undefined;
99
+ skipped?: boolean | undefined;
100
+ }, {
101
+ questionId: string;
102
+ selectedOptions: string[];
103
+ customText?: string | undefined;
104
+ skipped?: boolean | undefined;
105
+ }>, "many">>;
106
+ }, "strip", z.ZodTypeAny, {
107
+ approved?: boolean | undefined;
108
+ answers?: {
109
+ questionId: string;
110
+ selectedOptions: string[];
111
+ customText?: string | undefined;
112
+ skipped?: boolean | undefined;
113
+ }[] | undefined;
114
+ }, {
115
+ approved?: boolean | undefined;
116
+ answers?: {
117
+ questionId: string;
118
+ selectedOptions: string[];
119
+ customText?: string | undefined;
120
+ skipped?: boolean | undefined;
121
+ }[] | undefined;
122
+ }>;
123
+ export type QuestionsResumeData = z.infer<typeof questionsResumeSchema>;
124
+ export declare const credentialSuspendPayloadSchema: z.ZodObject<{
125
+ requestId: z.ZodString;
126
+ message: z.ZodString;
127
+ severity: z.ZodLiteral<"info">;
128
+ credentialRequests: z.ZodArray<z.ZodObject<{
129
+ credentialType: z.ZodString;
130
+ reason: z.ZodString;
131
+ existingCredentials: z.ZodArray<z.ZodObject<{
132
+ id: z.ZodString;
133
+ name: z.ZodString;
134
+ }, "strip", z.ZodTypeAny, {
135
+ id: string;
136
+ name: string;
137
+ }, {
138
+ id: string;
139
+ name: string;
140
+ }>, "many">;
141
+ suggestedName: z.ZodOptional<z.ZodString>;
142
+ }, "strip", z.ZodTypeAny, {
143
+ reason: string;
144
+ credentialType: string;
145
+ existingCredentials: {
146
+ id: string;
147
+ name: string;
148
+ }[];
149
+ suggestedName?: string | undefined;
150
+ }, {
151
+ reason: string;
152
+ credentialType: string;
153
+ existingCredentials: {
154
+ id: string;
155
+ name: string;
156
+ }[];
157
+ suggestedName?: string | undefined;
158
+ }>, "many">;
159
+ credentialFlow: z.ZodObject<{
160
+ stage: z.ZodLiteral<"generic">;
161
+ }, "strip", z.ZodTypeAny, {
162
+ stage: "generic";
163
+ }, {
164
+ stage: "generic";
165
+ }>;
166
+ }, "strip", z.ZodTypeAny, {
167
+ message: string;
168
+ requestId: string;
169
+ severity: "info";
170
+ credentialRequests: {
171
+ reason: string;
172
+ credentialType: string;
173
+ existingCredentials: {
174
+ id: string;
175
+ name: string;
176
+ }[];
177
+ suggestedName?: string | undefined;
178
+ }[];
179
+ credentialFlow: {
180
+ stage: "generic";
181
+ };
182
+ }, {
183
+ message: string;
184
+ requestId: string;
185
+ severity: "info";
186
+ credentialRequests: {
187
+ reason: string;
188
+ credentialType: string;
189
+ existingCredentials: {
190
+ id: string;
191
+ name: string;
192
+ }[];
193
+ suggestedName?: string | undefined;
194
+ }[];
195
+ credentialFlow: {
196
+ stage: "generic";
197
+ };
198
+ }>;
199
+ export type CredentialSuspendPayload = z.infer<typeof credentialSuspendPayloadSchema>;
200
+ export declare const credentialResumeSchema: z.ZodUnion<[z.ZodObject<{
201
+ credentials: z.ZodRecord<z.ZodString, z.ZodString>;
202
+ }, "strip", z.ZodTypeAny, {
203
+ credentials: Record<string, string>;
204
+ }, {
205
+ credentials: Record<string, string>;
206
+ }>, z.ZodObject<{
207
+ approved: z.ZodLiteral<false>;
208
+ }, "strip", z.ZodTypeAny, {
209
+ approved: false;
210
+ }, {
211
+ approved: false;
212
+ }>, z.ZodObject<{
213
+ skipped: z.ZodLiteral<true>;
214
+ }, "strip", z.ZodTypeAny, {
215
+ skipped: true;
216
+ }, {
217
+ skipped: true;
218
+ }>]>;
219
+ export type CredentialResumeData = z.infer<typeof credentialResumeSchema>;
220
+ export declare const channelSuspendPayloadSchema: z.ZodObject<{
221
+ requestId: z.ZodString;
222
+ message: z.ZodString;
223
+ severity: z.ZodLiteral<"info">;
224
+ channelConfig: z.ZodObject<{
225
+ integrationType: z.ZodString;
226
+ agentId: z.ZodString;
227
+ }, "strip", z.ZodTypeAny, {
228
+ integrationType: string;
229
+ agentId: string;
230
+ }, {
231
+ integrationType: string;
232
+ agentId: string;
233
+ }>;
234
+ projectId: z.ZodString;
235
+ }, "strip", z.ZodTypeAny, {
236
+ message: string;
237
+ projectId: string;
238
+ requestId: string;
239
+ severity: "info";
240
+ channelConfig: {
241
+ integrationType: string;
242
+ agentId: string;
243
+ };
244
+ }, {
245
+ message: string;
246
+ projectId: string;
247
+ requestId: string;
248
+ severity: "info";
249
+ channelConfig: {
250
+ integrationType: string;
251
+ agentId: string;
252
+ };
253
+ }>;
254
+ export type ChannelSuspendPayload = z.infer<typeof channelSuspendPayloadSchema>;
255
+ export declare const channelResumeSchema: z.ZodObject<{
256
+ approved: z.ZodBoolean;
257
+ }, "strip", z.ZodTypeAny, {
258
+ approved: boolean;
259
+ }, {
260
+ approved: boolean;
261
+ }>;
262
+ export type ChannelResumeData = z.infer<typeof channelResumeSchema>;
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.channelResumeSchema = exports.channelSuspendPayloadSchema = exports.credentialResumeSchema = exports.credentialSuspendPayloadSchema = exports.questionsResumeSchema = exports.questionAnswerSchema = exports.questionsSuspendPayloadSchema = exports.interactionQuestionSchema = exports.CONFIG_MUTATION_TOOL_NAMES = exports.BUILDER_NOT_CONFIGURED_CODE = exports.CONFIGURE_CHANNEL_TOOL_NAME = exports.ASK_QUESTIONS_TOOL_NAME = void 0;
4
+ const zod_1 = require("zod");
5
+ const instance_ai_schema_1 = require("../schemas/instance-ai.schema");
6
+ exports.ASK_QUESTIONS_TOOL_NAME = 'ask_questions';
7
+ exports.CONFIGURE_CHANNEL_TOOL_NAME = 'configure_channel';
8
+ exports.BUILDER_NOT_CONFIGURED_CODE = 'BUILDER_NOT_CONFIGURED';
9
+ exports.CONFIG_MUTATION_TOOL_NAMES = ['write_config', 'patch_config'];
10
+ exports.interactionQuestionSchema = zod_1.z.object({
11
+ id: zod_1.z.string(),
12
+ question: zod_1.z.string(),
13
+ type: zod_1.z.enum(['single', 'multi', 'text']),
14
+ options: zod_1.z.array(zod_1.z.string()).optional(),
15
+ });
16
+ exports.questionsSuspendPayloadSchema = zod_1.z.object({
17
+ requestId: zod_1.z.string(),
18
+ message: zod_1.z.string(),
19
+ severity: zod_1.z.literal('info'),
20
+ inputType: zod_1.z.literal('questions'),
21
+ questions: zod_1.z.array(exports.interactionQuestionSchema),
22
+ introMessage: zod_1.z.string().optional(),
23
+ });
24
+ exports.questionAnswerSchema = zod_1.z.object({
25
+ questionId: zod_1.z.string(),
26
+ selectedOptions: zod_1.z.array(zod_1.z.string()),
27
+ customText: zod_1.z.string().optional(),
28
+ skipped: zod_1.z.boolean().optional(),
29
+ });
30
+ exports.questionsResumeSchema = zod_1.z.object({
31
+ approved: zod_1.z.boolean().optional(),
32
+ answers: zod_1.z.array(exports.questionAnswerSchema).optional(),
33
+ });
34
+ exports.credentialSuspendPayloadSchema = zod_1.z.object({
35
+ requestId: zod_1.z.string(),
36
+ message: zod_1.z.string(),
37
+ severity: zod_1.z.literal('info'),
38
+ credentialRequests: zod_1.z.array(instance_ai_schema_1.credentialRequestSchema).min(1),
39
+ credentialFlow: zod_1.z.object({ stage: zod_1.z.literal('generic') }),
40
+ });
41
+ exports.credentialResumeSchema = zod_1.z.union([
42
+ zod_1.z.object({ credentials: zod_1.z.record(zod_1.z.string()) }),
43
+ zod_1.z.object({ approved: zod_1.z.literal(false) }),
44
+ zod_1.z.object({ skipped: zod_1.z.literal(true) }),
45
+ ]);
46
+ exports.channelSuspendPayloadSchema = zod_1.z.object({
47
+ requestId: zod_1.z.string(),
48
+ message: zod_1.z.string(),
49
+ severity: zod_1.z.literal('info'),
50
+ channelConfig: instance_ai_schema_1.channelConfigSchema,
51
+ projectId: zod_1.z.string(),
52
+ });
53
+ exports.channelResumeSchema = zod_1.z.object({
54
+ approved: zod_1.z.boolean(),
55
+ });
56
+ //# sourceMappingURL=agent-interaction.schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agent-interaction.schema.js","sourceRoot":"","sources":["../../src/agents/agent-interaction.schema.ts"],"names":[],"mappings":"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"}