@rudderhq/shared 0.6.4 → 0.6.5-canary.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.
- package/dist/chat-subagents.d.ts +14 -0
- package/dist/chat-subagents.d.ts.map +1 -0
- package/dist/chat-subagents.js +234 -0
- package/dist/chat-subagents.js.map +1 -0
- package/dist/chat-subagents.test.d.ts +2 -0
- package/dist/chat-subagents.test.d.ts.map +1 -0
- package/dist/chat-subagents.test.js +214 -0
- package/dist/chat-subagents.test.js.map +1 -0
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/organization-skill-reference.d.ts.map +1 -1
- package/dist/organization-skill-reference.js +7 -4
- package/dist/organization-skill-reference.js.map +1 -1
- package/dist/organization-skill-reference.test.js +14 -0
- package/dist/organization-skill-reference.test.js.map +1 -1
- package/dist/types/chat.d.ts +24 -0
- package/dist/types/chat.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/validators/adapter-skills.d.ts +2 -2
- package/dist/validators/automation.d.ts +21 -21
- package/dist/validators/chat.d.ts +346 -346
- package/dist/validators/cost.d.ts +4 -4
- package/dist/validators/custom-integration.d.ts +4 -4
- package/dist/validators/finance.d.ts +4 -4
- package/dist/validators/mcp.d.ts +22 -22
- package/dist/validators/organization-portability.d.ts +20 -20
- package/dist/validators/organization-skill.d.ts +22 -22
- package/dist/validators/work-product.d.ts +8 -8
- package/package.json +1 -1
|
@@ -33,8 +33,8 @@ export declare const createAutomationSchema: z.ZodEffects<z.ZodEffects<z.ZodEffe
|
|
|
33
33
|
assigneeAgentId: string;
|
|
34
34
|
chatConversationId: string | null;
|
|
35
35
|
notifyOnIssueCreated: boolean;
|
|
36
|
-
description?: string | null | undefined;
|
|
37
36
|
instructions?: string | null | undefined;
|
|
37
|
+
description?: string | null | undefined;
|
|
38
38
|
goalId?: string | null | undefined;
|
|
39
39
|
parentIssueId?: string | null | undefined;
|
|
40
40
|
}, {
|
|
@@ -42,8 +42,8 @@ export declare const createAutomationSchema: z.ZodEffects<z.ZodEffects<z.ZodEffe
|
|
|
42
42
|
assigneeAgentId: string;
|
|
43
43
|
status?: "active" | "paused" | undefined;
|
|
44
44
|
projectId?: string | null | undefined;
|
|
45
|
-
description?: string | null | undefined;
|
|
46
45
|
instructions?: string | null | undefined;
|
|
46
|
+
description?: string | null | undefined;
|
|
47
47
|
goalId?: string | null | undefined;
|
|
48
48
|
parentIssueId?: string | null | undefined;
|
|
49
49
|
priority?: "critical" | "high" | "medium" | "low" | undefined;
|
|
@@ -63,8 +63,8 @@ export declare const createAutomationSchema: z.ZodEffects<z.ZodEffects<z.ZodEffe
|
|
|
63
63
|
assigneeAgentId: string;
|
|
64
64
|
chatConversationId: string | null;
|
|
65
65
|
notifyOnIssueCreated: boolean;
|
|
66
|
-
description?: string | null | undefined;
|
|
67
66
|
instructions?: string | null | undefined;
|
|
67
|
+
description?: string | null | undefined;
|
|
68
68
|
goalId?: string | null | undefined;
|
|
69
69
|
parentIssueId?: string | null | undefined;
|
|
70
70
|
}, {
|
|
@@ -72,8 +72,8 @@ export declare const createAutomationSchema: z.ZodEffects<z.ZodEffects<z.ZodEffe
|
|
|
72
72
|
assigneeAgentId: string;
|
|
73
73
|
status?: "active" | "paused" | undefined;
|
|
74
74
|
projectId?: string | null | undefined;
|
|
75
|
-
description?: string | null | undefined;
|
|
76
75
|
instructions?: string | null | undefined;
|
|
76
|
+
description?: string | null | undefined;
|
|
77
77
|
goalId?: string | null | undefined;
|
|
78
78
|
parentIssueId?: string | null | undefined;
|
|
79
79
|
priority?: "critical" | "high" | "medium" | "low" | undefined;
|
|
@@ -93,8 +93,8 @@ export declare const createAutomationSchema: z.ZodEffects<z.ZodEffects<z.ZodEffe
|
|
|
93
93
|
assigneeAgentId: string;
|
|
94
94
|
chatConversationId: string | null;
|
|
95
95
|
notifyOnIssueCreated: boolean;
|
|
96
|
-
description?: string | null | undefined;
|
|
97
96
|
instructions?: string | null | undefined;
|
|
97
|
+
description?: string | null | undefined;
|
|
98
98
|
goalId?: string | null | undefined;
|
|
99
99
|
parentIssueId?: string | null | undefined;
|
|
100
100
|
}, "instructions"> & {
|
|
@@ -104,8 +104,8 @@ export declare const createAutomationSchema: z.ZodEffects<z.ZodEffects<z.ZodEffe
|
|
|
104
104
|
assigneeAgentId: string;
|
|
105
105
|
status?: "active" | "paused" | undefined;
|
|
106
106
|
projectId?: string | null | undefined;
|
|
107
|
-
description?: string | null | undefined;
|
|
108
107
|
instructions?: string | null | undefined;
|
|
108
|
+
description?: string | null | undefined;
|
|
109
109
|
goalId?: string | null | undefined;
|
|
110
110
|
parentIssueId?: string | null | undefined;
|
|
111
111
|
priority?: "critical" | "high" | "medium" | "low" | undefined;
|
|
@@ -125,8 +125,8 @@ export declare const createAutomationSchema: z.ZodEffects<z.ZodEffects<z.ZodEffe
|
|
|
125
125
|
assigneeAgentId: string;
|
|
126
126
|
chatConversationId: string | null;
|
|
127
127
|
notifyOnIssueCreated: boolean;
|
|
128
|
-
description?: string | null | undefined;
|
|
129
128
|
instructions?: string | null | undefined;
|
|
129
|
+
description?: string | null | undefined;
|
|
130
130
|
goalId?: string | null | undefined;
|
|
131
131
|
parentIssueId?: string | null | undefined;
|
|
132
132
|
}, "instructions"> & {
|
|
@@ -136,8 +136,8 @@ export declare const createAutomationSchema: z.ZodEffects<z.ZodEffects<z.ZodEffe
|
|
|
136
136
|
assigneeAgentId: string;
|
|
137
137
|
status?: "active" | "paused" | undefined;
|
|
138
138
|
projectId?: string | null | undefined;
|
|
139
|
-
description?: string | null | undefined;
|
|
140
139
|
instructions?: string | null | undefined;
|
|
140
|
+
description?: string | null | undefined;
|
|
141
141
|
goalId?: string | null | undefined;
|
|
142
142
|
parentIssueId?: string | null | undefined;
|
|
143
143
|
priority?: "critical" | "high" | "medium" | "low" | undefined;
|
|
@@ -167,8 +167,8 @@ export declare const updateAutomationSchema: z.ZodEffects<z.ZodEffects<z.ZodEffe
|
|
|
167
167
|
status?: "active" | "paused" | undefined;
|
|
168
168
|
projectId?: string | null | undefined;
|
|
169
169
|
title?: string | undefined;
|
|
170
|
-
description?: string | null | undefined;
|
|
171
170
|
instructions?: string | null | undefined;
|
|
171
|
+
description?: string | null | undefined;
|
|
172
172
|
goalId?: string | null | undefined;
|
|
173
173
|
parentIssueId?: string | null | undefined;
|
|
174
174
|
priority?: "critical" | "high" | "medium" | "low" | undefined;
|
|
@@ -182,8 +182,8 @@ export declare const updateAutomationSchema: z.ZodEffects<z.ZodEffects<z.ZodEffe
|
|
|
182
182
|
status?: "active" | "paused" | undefined;
|
|
183
183
|
projectId?: string | null | undefined;
|
|
184
184
|
title?: string | undefined;
|
|
185
|
-
description?: string | null | undefined;
|
|
186
185
|
instructions?: string | null | undefined;
|
|
186
|
+
description?: string | null | undefined;
|
|
187
187
|
goalId?: string | null | undefined;
|
|
188
188
|
parentIssueId?: string | null | undefined;
|
|
189
189
|
priority?: "critical" | "high" | "medium" | "low" | undefined;
|
|
@@ -197,8 +197,8 @@ export declare const updateAutomationSchema: z.ZodEffects<z.ZodEffects<z.ZodEffe
|
|
|
197
197
|
status?: "active" | "paused" | undefined;
|
|
198
198
|
projectId?: string | null | undefined;
|
|
199
199
|
title?: string | undefined;
|
|
200
|
-
description?: string | null | undefined;
|
|
201
200
|
instructions?: string | null | undefined;
|
|
201
|
+
description?: string | null | undefined;
|
|
202
202
|
goalId?: string | null | undefined;
|
|
203
203
|
parentIssueId?: string | null | undefined;
|
|
204
204
|
priority?: "critical" | "high" | "medium" | "low" | undefined;
|
|
@@ -212,8 +212,8 @@ export declare const updateAutomationSchema: z.ZodEffects<z.ZodEffects<z.ZodEffe
|
|
|
212
212
|
status?: "active" | "paused" | undefined;
|
|
213
213
|
projectId?: string | null | undefined;
|
|
214
214
|
title?: string | undefined;
|
|
215
|
-
description?: string | null | undefined;
|
|
216
215
|
instructions?: string | null | undefined;
|
|
216
|
+
description?: string | null | undefined;
|
|
217
217
|
goalId?: string | null | undefined;
|
|
218
218
|
parentIssueId?: string | null | undefined;
|
|
219
219
|
priority?: "critical" | "high" | "medium" | "low" | undefined;
|
|
@@ -227,8 +227,8 @@ export declare const updateAutomationSchema: z.ZodEffects<z.ZodEffects<z.ZodEffe
|
|
|
227
227
|
status?: "active" | "paused" | undefined;
|
|
228
228
|
projectId?: string | null | undefined;
|
|
229
229
|
title?: string | undefined;
|
|
230
|
-
description?: string | null | undefined;
|
|
231
230
|
instructions?: string | null | undefined;
|
|
231
|
+
description?: string | null | undefined;
|
|
232
232
|
goalId?: string | null | undefined;
|
|
233
233
|
parentIssueId?: string | null | undefined;
|
|
234
234
|
priority?: "critical" | "high" | "medium" | "low" | undefined;
|
|
@@ -244,8 +244,8 @@ export declare const updateAutomationSchema: z.ZodEffects<z.ZodEffects<z.ZodEffe
|
|
|
244
244
|
status?: "active" | "paused" | undefined;
|
|
245
245
|
projectId?: string | null | undefined;
|
|
246
246
|
title?: string | undefined;
|
|
247
|
-
description?: string | null | undefined;
|
|
248
247
|
instructions?: string | null | undefined;
|
|
248
|
+
description?: string | null | undefined;
|
|
249
249
|
goalId?: string | null | undefined;
|
|
250
250
|
parentIssueId?: string | null | undefined;
|
|
251
251
|
priority?: "critical" | "high" | "medium" | "low" | undefined;
|
|
@@ -259,8 +259,8 @@ export declare const updateAutomationSchema: z.ZodEffects<z.ZodEffects<z.ZodEffe
|
|
|
259
259
|
status?: "active" | "paused" | undefined;
|
|
260
260
|
projectId?: string | null | undefined;
|
|
261
261
|
title?: string | undefined;
|
|
262
|
-
description?: string | null | undefined;
|
|
263
262
|
instructions?: string | null | undefined;
|
|
263
|
+
description?: string | null | undefined;
|
|
264
264
|
goalId?: string | null | undefined;
|
|
265
265
|
parentIssueId?: string | null | undefined;
|
|
266
266
|
priority?: "critical" | "high" | "medium" | "low" | undefined;
|
|
@@ -276,8 +276,8 @@ export declare const updateAutomationSchema: z.ZodEffects<z.ZodEffects<z.ZodEffe
|
|
|
276
276
|
status?: "active" | "paused" | undefined;
|
|
277
277
|
projectId?: string | null | undefined;
|
|
278
278
|
title?: string | undefined;
|
|
279
|
-
description?: string | null | undefined;
|
|
280
279
|
instructions?: string | null | undefined;
|
|
280
|
+
description?: string | null | undefined;
|
|
281
281
|
goalId?: string | null | undefined;
|
|
282
282
|
parentIssueId?: string | null | undefined;
|
|
283
283
|
priority?: "critical" | "high" | "medium" | "low" | undefined;
|
|
@@ -305,8 +305,8 @@ export declare const createAutomationTriggerSchema: z.ZodDiscriminatedUnion<"kin
|
|
|
305
305
|
}, {
|
|
306
306
|
kind: "schedule";
|
|
307
307
|
cronExpression: string;
|
|
308
|
-
enabled?: boolean | undefined;
|
|
309
308
|
label?: string | null | undefined;
|
|
309
|
+
enabled?: boolean | undefined;
|
|
310
310
|
timezone?: string | undefined;
|
|
311
311
|
}>, z.ZodObject<{
|
|
312
312
|
label: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -323,8 +323,8 @@ export declare const createAutomationTriggerSchema: z.ZodDiscriminatedUnion<"kin
|
|
|
323
323
|
label?: string | null | undefined;
|
|
324
324
|
}, {
|
|
325
325
|
kind: "webhook";
|
|
326
|
-
enabled?: boolean | undefined;
|
|
327
326
|
label?: string | null | undefined;
|
|
327
|
+
enabled?: boolean | undefined;
|
|
328
328
|
signingMode?: "bearer" | "hmac_sha256" | undefined;
|
|
329
329
|
replayWindowSec?: number | undefined;
|
|
330
330
|
}>, z.ZodObject<{
|
|
@@ -338,8 +338,8 @@ export declare const createAutomationTriggerSchema: z.ZodDiscriminatedUnion<"kin
|
|
|
338
338
|
label?: string | null | undefined;
|
|
339
339
|
}, {
|
|
340
340
|
kind: "api";
|
|
341
|
-
enabled?: boolean | undefined;
|
|
342
341
|
label?: string | null | undefined;
|
|
342
|
+
enabled?: boolean | undefined;
|
|
343
343
|
}>]>;
|
|
344
344
|
export type CreateAutomationTrigger = z.infer<typeof createAutomationTriggerSchema>;
|
|
345
345
|
export declare const updateAutomationTriggerSchema: z.ZodObject<{
|
|
@@ -350,15 +350,15 @@ export declare const updateAutomationTriggerSchema: z.ZodObject<{
|
|
|
350
350
|
signingMode: z.ZodNullable<z.ZodOptional<z.ZodEnum<["bearer", "hmac_sha256"]>>>;
|
|
351
351
|
replayWindowSec: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
352
352
|
}, "strip", z.ZodTypeAny, {
|
|
353
|
-
enabled?: boolean | undefined;
|
|
354
353
|
label?: string | null | undefined;
|
|
354
|
+
enabled?: boolean | undefined;
|
|
355
355
|
cronExpression?: string | null | undefined;
|
|
356
356
|
timezone?: string | null | undefined;
|
|
357
357
|
signingMode?: "bearer" | "hmac_sha256" | null | undefined;
|
|
358
358
|
replayWindowSec?: number | null | undefined;
|
|
359
359
|
}, {
|
|
360
|
-
enabled?: boolean | undefined;
|
|
361
360
|
label?: string | null | undefined;
|
|
361
|
+
enabled?: boolean | undefined;
|
|
362
362
|
cronExpression?: string | null | undefined;
|
|
363
363
|
timezone?: string | null | undefined;
|
|
364
364
|
signingMode?: "bearer" | "hmac_sha256" | null | undefined;
|