@rudderhq/shared 0.1.0-canary.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.
- package/LICENSE +14 -0
- package/dist/agent-url-key.d.ts +4 -0
- package/dist/agent-url-key.d.ts.map +1 -0
- package/dist/agent-url-key.js +22 -0
- package/dist/agent-url-key.js.map +1 -0
- package/dist/api.d.ts +22 -0
- package/dist/api.d.ts.map +1 -0
- package/dist/api.js +22 -0
- package/dist/api.js.map +1 -0
- package/dist/config-schema.d.ts +745 -0
- package/dist/config-schema.d.ts.map +1 -0
- package/dist/config-schema.js +151 -0
- package/dist/config-schema.js.map +1 -0
- package/dist/constants.d.ts +244 -0
- package/dist/constants.d.ts.map +1 -0
- package/dist/constants.js +599 -0
- package/dist/constants.js.map +1 -0
- package/dist/index.d.ts +13 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +12 -0
- package/dist/index.js.map +1 -0
- package/dist/organization-skill-reference.d.ts +33 -0
- package/dist/organization-skill-reference.d.ts.map +1 -0
- package/dist/organization-skill-reference.js +259 -0
- package/dist/organization-skill-reference.js.map +1 -0
- package/dist/organization-skill-reference.test.d.ts +2 -0
- package/dist/organization-skill-reference.test.d.ts.map +1 -0
- package/dist/organization-skill-reference.test.js +106 -0
- package/dist/organization-skill-reference.test.js.map +1 -0
- package/dist/organization-url-key.d.ts +3 -0
- package/dist/organization-url-key.d.ts.map +1 -0
- package/dist/organization-url-key.js +16 -0
- package/dist/organization-url-key.js.map +1 -0
- package/dist/project-mentions.d.ts +25 -0
- package/dist/project-mentions.d.ts.map +1 -0
- package/dist/project-mentions.js +166 -0
- package/dist/project-mentions.js.map +1 -0
- package/dist/project-mentions.test.d.ts +2 -0
- package/dist/project-mentions.test.d.ts.map +1 -0
- package/dist/project-mentions.test.js +29 -0
- package/dist/project-mentions.test.js.map +1 -0
- package/dist/project-url-key.d.ts +3 -0
- package/dist/project-url-key.d.ts.map +1 -0
- package/dist/project-url-key.js +16 -0
- package/dist/project-url-key.js.map +1 -0
- package/dist/types/access.d.ts +67 -0
- package/dist/types/access.d.ts.map +1 -0
- package/dist/types/access.js +2 -0
- package/dist/types/access.js.map +1 -0
- package/dist/types/activity.d.ts +14 -0
- package/dist/types/activity.d.ts.map +1 -0
- package/dist/types/activity.js +2 -0
- package/dist/types/activity.js.map +1 -0
- package/dist/types/adapter-skills.d.ts +58 -0
- package/dist/types/adapter-skills.d.ts.map +1 -0
- package/dist/types/adapter-skills.js +2 -0
- package/dist/types/adapter-skills.js.map +1 -0
- package/dist/types/agent.d.ts +108 -0
- package/dist/types/agent.d.ts.map +1 -0
- package/dist/types/agent.js +2 -0
- package/dist/types/agent.js.map +1 -0
- package/dist/types/approval.d.ts +26 -0
- package/dist/types/approval.d.ts.map +1 -0
- package/dist/types/approval.js +2 -0
- package/dist/types/approval.js.map +1 -0
- package/dist/types/asset.d.ts +16 -0
- package/dist/types/asset.d.ts.map +1 -0
- package/dist/types/asset.js +2 -0
- package/dist/types/asset.js.map +1 -0
- package/dist/types/automation.d.ts +113 -0
- package/dist/types/automation.d.ts.map +1 -0
- package/dist/types/automation.js +2 -0
- package/dist/types/automation.js.map +1 -0
- package/dist/types/budget.d.ts +86 -0
- package/dist/types/budget.d.ts.map +1 -0
- package/dist/types/budget.js +2 -0
- package/dist/types/budget.js.map +1 -0
- package/dist/types/chat.d.ts +194 -0
- package/dist/types/chat.d.ts.map +1 -0
- package/dist/types/chat.js +2 -0
- package/dist/types/chat.js.map +1 -0
- package/dist/types/cost.d.ts +106 -0
- package/dist/types/cost.d.ts.map +1 -0
- package/dist/types/cost.js +2 -0
- package/dist/types/cost.js.map +1 -0
- package/dist/types/dashboard.d.ts +28 -0
- package/dist/types/dashboard.d.ts.map +1 -0
- package/dist/types/dashboard.js +2 -0
- package/dist/types/dashboard.js.map +1 -0
- package/dist/types/finance.d.ts +57 -0
- package/dist/types/finance.d.ts.map +1 -0
- package/dist/types/finance.js +2 -0
- package/dist/types/finance.js.map +1 -0
- package/dist/types/goal.d.ts +14 -0
- package/dist/types/goal.d.ts.map +1 -0
- package/dist/types/goal.js +2 -0
- package/dist/types/goal.js.map +1 -0
- package/dist/types/heartbeat.d.ts +139 -0
- package/dist/types/heartbeat.d.ts.map +1 -0
- package/dist/types/heartbeat.js +2 -0
- package/dist/types/heartbeat.js.map +1 -0
- package/dist/types/index.d.ts +32 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +2 -0
- package/dist/types/index.js.map +1 -0
- package/dist/types/instance.d.ts +41 -0
- package/dist/types/instance.d.ts.map +1 -0
- package/dist/types/instance.js +2 -0
- package/dist/types/instance.js.map +1 -0
- package/dist/types/issue.d.ts +165 -0
- package/dist/types/issue.d.ts.map +1 -0
- package/dist/types/issue.js +2 -0
- package/dist/types/issue.js.map +1 -0
- package/dist/types/live.d.ts +9 -0
- package/dist/types/live.d.ts.map +1 -0
- package/dist/types/live.js +2 -0
- package/dist/types/live.js.map +1 -0
- package/dist/types/messenger.d.ts +84 -0
- package/dist/types/messenger.d.ts.map +1 -0
- package/dist/types/messenger.js +2 -0
- package/dist/types/messenger.js.map +1 -0
- package/dist/types/observability.d.ts +26 -0
- package/dist/types/observability.d.ts.map +1 -0
- package/dist/types/observability.js +12 -0
- package/dist/types/observability.js.map +1 -0
- package/dist/types/organization-portability.d.ts +277 -0
- package/dist/types/organization-portability.d.ts.map +1 -0
- package/dist/types/organization-portability.js +2 -0
- package/dist/types/organization-portability.js.map +1 -0
- package/dist/types/organization-skill.d.ts +165 -0
- package/dist/types/organization-skill.d.ts.map +1 -0
- package/dist/types/organization-skill.js +2 -0
- package/dist/types/organization-skill.js.map +1 -0
- package/dist/types/organization.d.ts +68 -0
- package/dist/types/organization.d.ts.map +1 -0
- package/dist/types/organization.js +2 -0
- package/dist/types/organization.js.map +1 -0
- package/dist/types/plugin.d.ts +419 -0
- package/dist/types/plugin.d.ts.map +1 -0
- package/dist/types/plugin.js +2 -0
- package/dist/types/plugin.js.map +1 -0
- package/dist/types/project.d.ts +72 -0
- package/dist/types/project.d.ts.map +1 -0
- package/dist/types/project.js +2 -0
- package/dist/types/project.js.map +1 -0
- package/dist/types/quota.d.ts +26 -0
- package/dist/types/quota.d.ts.map +1 -0
- package/dist/types/quota.js +2 -0
- package/dist/types/quota.js.map +1 -0
- package/dist/types/resource.d.ts +55 -0
- package/dist/types/resource.d.ts.map +1 -0
- package/dist/types/resource.js +2 -0
- package/dist/types/resource.js.map +1 -0
- package/dist/types/secrets.d.ts +32 -0
- package/dist/types/secrets.d.ts.map +1 -0
- package/dist/types/secrets.js +2 -0
- package/dist/types/secrets.js.map +1 -0
- package/dist/types/sidebar-badges.d.ts +10 -0
- package/dist/types/sidebar-badges.d.ts.map +1 -0
- package/dist/types/sidebar-badges.js +2 -0
- package/dist/types/sidebar-badges.js.map +1 -0
- package/dist/types/work-product.d.ts +27 -0
- package/dist/types/work-product.d.ts.map +1 -0
- package/dist/types/work-product.js +2 -0
- package/dist/types/work-product.js.map +1 -0
- package/dist/types/workspace-operation.d.ts +26 -0
- package/dist/types/workspace-operation.d.ts.map +1 -0
- package/dist/types/workspace-operation.js +2 -0
- package/dist/types/workspace-operation.js.map +1 -0
- package/dist/types/workspace-runtime.d.ts +86 -0
- package/dist/types/workspace-runtime.d.ts.map +1 -0
- package/dist/types/workspace-runtime.js +2 -0
- package/dist/types/workspace-runtime.js.map +1 -0
- package/dist/validators/access.d.ts +136 -0
- package/dist/validators/access.d.ts.map +1 -0
- package/dist/validators/access.js +53 -0
- package/dist/validators/access.js.map +1 -0
- package/dist/validators/adapter-skills.d.ts +189 -0
- package/dist/validators/adapter-skills.d.ts.map +1 -0
- package/dist/validators/adapter-skills.js +62 -0
- package/dist/validators/adapter-skills.js.map +1 -0
- package/dist/validators/agent.d.ts +279 -0
- package/dist/validators/agent.d.ts.map +1 -0
- package/dist/validators/agent.js +91 -0
- package/dist/validators/agent.js.map +1 -0
- package/dist/validators/approval.d.ts +57 -0
- package/dist/validators/approval.d.ts.map +1 -0
- package/dist/validators/approval.js +23 -0
- package/dist/validators/approval.js.map +1 -0
- package/dist/validators/asset.d.ts +10 -0
- package/dist/validators/asset.d.ts.map +1 -0
- package/dist/validators/asset.js +11 -0
- package/dist/validators/asset.js.map +1 -0
- package/dist/validators/automation.d.ts +167 -0
- package/dist/validators/automation.d.ts.map +1 -0
- package/dist/validators/automation.js +50 -0
- package/dist/validators/automation.js.map +1 -0
- package/dist/validators/budget.d.ts +56 -0
- package/dist/validators/budget.d.ts.map +1 -0
- package/dist/validators/budget.js +27 -0
- package/dist/validators/budget.js.map +1 -0
- package/dist/validators/chat.d.ts +238 -0
- package/dist/validators/chat.d.ts.map +1 -0
- package/dist/validators/chat.js +64 -0
- package/dist/validators/chat.js.map +1 -0
- package/dist/validators/cost.d.ts +92 -0
- package/dist/validators/cost.d.ts.map +1 -0
- package/dist/validators/cost.js +26 -0
- package/dist/validators/cost.js.map +1 -0
- package/dist/validators/execution-workspace.d.ts +20 -0
- package/dist/validators/execution-workspace.d.ts.map +1 -0
- package/dist/validators/execution-workspace.js +15 -0
- package/dist/validators/execution-workspace.js.map +1 -0
- package/dist/validators/finance.d.ts +129 -0
- package/dist/validators/finance.d.ts.map +1 -0
- package/dist/validators/finance.js +32 -0
- package/dist/validators/finance.js.map +1 -0
- package/dist/validators/goal.d.ts +48 -0
- package/dist/validators/goal.d.ts.map +1 -0
- package/dist/validators/goal.js +12 -0
- package/dist/validators/goal.js.map +1 -0
- package/dist/validators/index.d.ts +23 -0
- package/dist/validators/index.d.ts.map +1 -0
- package/dist/validators/index.js +23 -0
- package/dist/validators/index.js.map +1 -0
- package/dist/validators/instance.d.ts +153 -0
- package/dist/validators/instance.d.ts.map +1 -0
- package/dist/validators/instance.js +46 -0
- package/dist/validators/instance.js.map +1 -0
- package/dist/validators/issue.d.ts +444 -0
- package/dist/validators/issue.d.ts.map +1 -0
- package/dist/validators/issue.js +94 -0
- package/dist/validators/issue.js.map +1 -0
- package/dist/validators/organization-portability.d.ts +1656 -0
- package/dist/validators/organization-portability.d.ts.map +1 -0
- package/dist/validators/organization-portability.js +211 -0
- package/dist/validators/organization-portability.js.map +1 -0
- package/dist/validators/organization-skill.d.ts +1160 -0
- package/dist/validators/organization-skill.d.ts.map +1 -0
- package/dist/validators/organization-skill.js +155 -0
- package/dist/validators/organization-skill.js.map +1 -0
- package/dist/validators/organization.d.ts +105 -0
- package/dist/validators/organization.d.ts.map +1 -0
- package/dist/validators/organization.js +42 -0
- package/dist/validators/organization.js.map +1 -0
- package/dist/validators/plugin.d.ts +1173 -0
- package/dist/validators/plugin.d.ts.map +1 -0
- package/dist/validators/plugin.js +547 -0
- package/dist/validators/plugin.js.map +1 -0
- package/dist/validators/project.d.ts +629 -0
- package/dist/validators/project.d.ts.map +1 -0
- package/dist/validators/project.js +95 -0
- package/dist/validators/project.js.map +1 -0
- package/dist/validators/resource.d.ts +105 -0
- package/dist/validators/resource.d.ts.map +1 -0
- package/dist/validators/resource.js +35 -0
- package/dist/validators/resource.js.map +1 -0
- package/dist/validators/secret.d.ts +114 -0
- package/dist/validators/secret.d.ts.map +1 -0
- package/dist/validators/secret.js +35 -0
- package/dist/validators/secret.js.map +1 -0
- package/dist/validators/work-product.d.ts +105 -0
- package/dist/validators/work-product.d.ts.map +1 -0
- package/dist/validators/work-product.js +46 -0
- package/dist/validators/work-product.js.map +1 -0
- package/package.json +48 -0
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const instanceLocaleSchema: z.ZodEnum<["en", "zh-CN"]>;
|
|
3
|
+
export declare const instanceGeneralSettingsSchema: z.ZodObject<{
|
|
4
|
+
censorUsernameInLogs: z.ZodDefault<z.ZodBoolean>;
|
|
5
|
+
locale: z.ZodDefault<z.ZodEnum<["en", "zh-CN"]>>;
|
|
6
|
+
}, "strict", z.ZodTypeAny, {
|
|
7
|
+
censorUsernameInLogs: boolean;
|
|
8
|
+
locale: "en" | "zh-CN";
|
|
9
|
+
}, {
|
|
10
|
+
censorUsernameInLogs?: boolean | undefined;
|
|
11
|
+
locale?: "en" | "zh-CN" | undefined;
|
|
12
|
+
}>;
|
|
13
|
+
export declare const patchInstanceGeneralSettingsSchema: z.ZodObject<{
|
|
14
|
+
censorUsernameInLogs: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
15
|
+
locale: z.ZodOptional<z.ZodDefault<z.ZodEnum<["en", "zh-CN"]>>>;
|
|
16
|
+
}, "strict", z.ZodTypeAny, {
|
|
17
|
+
censorUsernameInLogs?: boolean | undefined;
|
|
18
|
+
locale?: "en" | "zh-CN" | undefined;
|
|
19
|
+
}, {
|
|
20
|
+
censorUsernameInLogs?: boolean | undefined;
|
|
21
|
+
locale?: "en" | "zh-CN" | undefined;
|
|
22
|
+
}>;
|
|
23
|
+
export declare const instanceNotificationSettingsSchema: z.ZodObject<{
|
|
24
|
+
desktopInboxNotifications: z.ZodDefault<z.ZodBoolean>;
|
|
25
|
+
desktopDockBadge: z.ZodDefault<z.ZodBoolean>;
|
|
26
|
+
}, "strict", z.ZodTypeAny, {
|
|
27
|
+
desktopInboxNotifications: boolean;
|
|
28
|
+
desktopDockBadge: boolean;
|
|
29
|
+
}, {
|
|
30
|
+
desktopInboxNotifications?: boolean | undefined;
|
|
31
|
+
desktopDockBadge?: boolean | undefined;
|
|
32
|
+
}>;
|
|
33
|
+
export declare const patchInstanceNotificationSettingsSchema: z.ZodObject<{
|
|
34
|
+
desktopInboxNotifications: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
35
|
+
desktopDockBadge: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
36
|
+
}, "strict", z.ZodTypeAny, {
|
|
37
|
+
desktopInboxNotifications?: boolean | undefined;
|
|
38
|
+
desktopDockBadge?: boolean | undefined;
|
|
39
|
+
}, {
|
|
40
|
+
desktopInboxNotifications?: boolean | undefined;
|
|
41
|
+
desktopDockBadge?: boolean | undefined;
|
|
42
|
+
}>;
|
|
43
|
+
export declare const instanceLangfuseSettingsSchema: z.ZodObject<{
|
|
44
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
45
|
+
baseUrl: z.ZodDefault<z.ZodString>;
|
|
46
|
+
publicKey: z.ZodDefault<z.ZodString>;
|
|
47
|
+
environment: z.ZodDefault<z.ZodString>;
|
|
48
|
+
secretKeyConfigured: z.ZodDefault<z.ZodBoolean>;
|
|
49
|
+
managedByEnv: z.ZodDefault<z.ZodBoolean>;
|
|
50
|
+
}, "strict", z.ZodTypeAny, {
|
|
51
|
+
enabled: boolean;
|
|
52
|
+
baseUrl: string;
|
|
53
|
+
publicKey: string;
|
|
54
|
+
environment: string;
|
|
55
|
+
secretKeyConfigured: boolean;
|
|
56
|
+
managedByEnv: boolean;
|
|
57
|
+
}, {
|
|
58
|
+
enabled?: boolean | undefined;
|
|
59
|
+
baseUrl?: string | undefined;
|
|
60
|
+
publicKey?: string | undefined;
|
|
61
|
+
environment?: string | undefined;
|
|
62
|
+
secretKeyConfigured?: boolean | undefined;
|
|
63
|
+
managedByEnv?: boolean | undefined;
|
|
64
|
+
}>;
|
|
65
|
+
export declare const patchInstanceLangfuseSettingsSchema: z.ZodObject<{
|
|
66
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
67
|
+
baseUrl: z.ZodOptional<z.ZodString>;
|
|
68
|
+
publicKey: z.ZodOptional<z.ZodString>;
|
|
69
|
+
secretKey: z.ZodOptional<z.ZodString>;
|
|
70
|
+
environment: z.ZodOptional<z.ZodString>;
|
|
71
|
+
clearSecretKey: z.ZodOptional<z.ZodBoolean>;
|
|
72
|
+
}, "strict", z.ZodTypeAny, {
|
|
73
|
+
enabled?: boolean | undefined;
|
|
74
|
+
baseUrl?: string | undefined;
|
|
75
|
+
publicKey?: string | undefined;
|
|
76
|
+
secretKey?: string | undefined;
|
|
77
|
+
environment?: string | undefined;
|
|
78
|
+
clearSecretKey?: boolean | undefined;
|
|
79
|
+
}, {
|
|
80
|
+
enabled?: boolean | undefined;
|
|
81
|
+
baseUrl?: string | undefined;
|
|
82
|
+
publicKey?: string | undefined;
|
|
83
|
+
secretKey?: string | undefined;
|
|
84
|
+
environment?: string | undefined;
|
|
85
|
+
clearSecretKey?: boolean | undefined;
|
|
86
|
+
}>;
|
|
87
|
+
export declare const operatorProfileSettingsSchema: z.ZodObject<{
|
|
88
|
+
nickname: z.ZodDefault<z.ZodString>;
|
|
89
|
+
moreAboutYou: z.ZodDefault<z.ZodString>;
|
|
90
|
+
}, "strict", z.ZodTypeAny, {
|
|
91
|
+
nickname: string;
|
|
92
|
+
moreAboutYou: string;
|
|
93
|
+
}, {
|
|
94
|
+
nickname?: string | undefined;
|
|
95
|
+
moreAboutYou?: string | undefined;
|
|
96
|
+
}>;
|
|
97
|
+
export declare const patchOperatorProfileSettingsSchema: z.ZodObject<{
|
|
98
|
+
nickname: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
99
|
+
moreAboutYou: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
100
|
+
}, "strict", z.ZodTypeAny, {
|
|
101
|
+
nickname?: string | undefined;
|
|
102
|
+
moreAboutYou?: string | undefined;
|
|
103
|
+
}, {
|
|
104
|
+
nickname?: string | undefined;
|
|
105
|
+
moreAboutYou?: string | undefined;
|
|
106
|
+
}>;
|
|
107
|
+
export declare const instanceExperimentalSettingsSchema: z.ZodObject<{
|
|
108
|
+
autoRestartDevServerWhenIdle: z.ZodDefault<z.ZodBoolean>;
|
|
109
|
+
}, "strict", z.ZodTypeAny, {
|
|
110
|
+
autoRestartDevServerWhenIdle: boolean;
|
|
111
|
+
}, {
|
|
112
|
+
autoRestartDevServerWhenIdle?: boolean | undefined;
|
|
113
|
+
}>;
|
|
114
|
+
export declare const patchInstanceExperimentalSettingsSchema: z.ZodObject<{
|
|
115
|
+
autoRestartDevServerWhenIdle: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
116
|
+
}, "strict", z.ZodTypeAny, {
|
|
117
|
+
autoRestartDevServerWhenIdle?: boolean | undefined;
|
|
118
|
+
}, {
|
|
119
|
+
autoRestartDevServerWhenIdle?: boolean | undefined;
|
|
120
|
+
}>;
|
|
121
|
+
export declare const instancePathPickerSelectionTypeSchema: z.ZodEnum<["file", "directory"]>;
|
|
122
|
+
export declare const instancePathPickerRequestSchema: z.ZodObject<{
|
|
123
|
+
selectionType: z.ZodEnum<["file", "directory"]>;
|
|
124
|
+
}, "strict", z.ZodTypeAny, {
|
|
125
|
+
selectionType: "file" | "directory";
|
|
126
|
+
}, {
|
|
127
|
+
selectionType: "file" | "directory";
|
|
128
|
+
}>;
|
|
129
|
+
export declare const instancePathPickerResultSchema: z.ZodObject<{
|
|
130
|
+
path: z.ZodNullable<z.ZodString>;
|
|
131
|
+
cancelled: z.ZodBoolean;
|
|
132
|
+
}, "strict", z.ZodTypeAny, {
|
|
133
|
+
cancelled: boolean;
|
|
134
|
+
path: string | null;
|
|
135
|
+
}, {
|
|
136
|
+
cancelled: boolean;
|
|
137
|
+
path: string | null;
|
|
138
|
+
}>;
|
|
139
|
+
export type InstanceGeneralSettings = z.infer<typeof instanceGeneralSettingsSchema>;
|
|
140
|
+
export type PatchInstanceGeneralSettings = z.infer<typeof patchInstanceGeneralSettingsSchema>;
|
|
141
|
+
export type InstanceLangfuseSettings = z.infer<typeof instanceLangfuseSettingsSchema>;
|
|
142
|
+
export type PatchInstanceLangfuseSettings = z.infer<typeof patchInstanceLangfuseSettingsSchema>;
|
|
143
|
+
export type InstanceLocale = z.infer<typeof instanceLocaleSchema>;
|
|
144
|
+
export type OperatorProfileSettings = z.infer<typeof operatorProfileSettingsSchema>;
|
|
145
|
+
export type PatchOperatorProfileSettings = z.infer<typeof patchOperatorProfileSettingsSchema>;
|
|
146
|
+
export type InstanceNotificationSettings = z.infer<typeof instanceNotificationSettingsSchema>;
|
|
147
|
+
export type PatchInstanceNotificationSettings = z.infer<typeof patchInstanceNotificationSettingsSchema>;
|
|
148
|
+
export type InstanceExperimentalSettings = z.infer<typeof instanceExperimentalSettingsSchema>;
|
|
149
|
+
export type PatchInstanceExperimentalSettings = z.infer<typeof patchInstanceExperimentalSettingsSchema>;
|
|
150
|
+
export type InstancePathPickerSelectionType = z.infer<typeof instancePathPickerSelectionTypeSchema>;
|
|
151
|
+
export type InstancePathPickerRequest = z.infer<typeof instancePathPickerRequestSchema>;
|
|
152
|
+
export type InstancePathPickerResult = z.infer<typeof instancePathPickerResultSchema>;
|
|
153
|
+
//# sourceMappingURL=instance.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"instance.d.ts","sourceRoot":"","sources":["../../src/validators/instance.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,oBAAoB,4BAA0B,CAAC;AAE5D,eAAO,MAAM,6BAA6B;;;;;;;;;EAG/B,CAAC;AAEZ,eAAO,MAAM,kCAAkC;;;;;;;;;EAA0C,CAAC;AAE1F,eAAO,MAAM,kCAAkC;;;;;;;;;EAGpC,CAAC;AAEZ,eAAO,MAAM,uCAAuC;;;;;;;;;EAA+C,CAAC;AAEpG,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;EAOhC,CAAC;AAEZ,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;EAOrC,CAAC;AAEZ,eAAO,MAAM,6BAA6B;;;;;;;;;EAG/B,CAAC;AAEZ,eAAO,MAAM,kCAAkC;;;;;;;;;EAA0C,CAAC;AAE1F,eAAO,MAAM,kCAAkC;;;;;;EAEpC,CAAC;AAEZ,eAAO,MAAM,uCAAuC;;;;;;EAA+C,CAAC;AAEpG,eAAO,MAAM,qCAAqC,kCAAgC,CAAC;AAEnF,eAAO,MAAM,+BAA+B;;;;;;EAEjC,CAAC;AAEZ,eAAO,MAAM,8BAA8B;;;;;;;;;EAGhC,CAAC;AAEZ,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AACpF,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kCAAkC,CAAC,CAAC;AAC9F,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC;AACtF,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mCAAmC,CAAC,CAAC;AAChG,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAClE,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AACpF,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kCAAkC,CAAC,CAAC;AAC9F,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kCAAkC,CAAC,CAAC;AAC9F,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uCAAuC,CAAC,CAAC;AACxG,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kCAAkC,CAAC,CAAC;AAC9F,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uCAAuC,CAAC,CAAC;AACxG,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,CAAC;AACpG,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAC;AACxF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export const instanceLocaleSchema = z.enum(["en", "zh-CN"]);
|
|
3
|
+
export const instanceGeneralSettingsSchema = z.object({
|
|
4
|
+
censorUsernameInLogs: z.boolean().default(false),
|
|
5
|
+
locale: instanceLocaleSchema.default("en"),
|
|
6
|
+
}).strict();
|
|
7
|
+
export const patchInstanceGeneralSettingsSchema = instanceGeneralSettingsSchema.partial();
|
|
8
|
+
export const instanceNotificationSettingsSchema = z.object({
|
|
9
|
+
desktopInboxNotifications: z.boolean().default(true),
|
|
10
|
+
desktopDockBadge: z.boolean().default(true),
|
|
11
|
+
}).strict();
|
|
12
|
+
export const patchInstanceNotificationSettingsSchema = instanceNotificationSettingsSchema.partial();
|
|
13
|
+
export const instanceLangfuseSettingsSchema = z.object({
|
|
14
|
+
enabled: z.boolean().default(false),
|
|
15
|
+
baseUrl: z.string().url().default("http://localhost:3000"),
|
|
16
|
+
publicKey: z.string().default(""),
|
|
17
|
+
environment: z.string().default(""),
|
|
18
|
+
secretKeyConfigured: z.boolean().default(false),
|
|
19
|
+
managedByEnv: z.boolean().default(false),
|
|
20
|
+
}).strict();
|
|
21
|
+
export const patchInstanceLangfuseSettingsSchema = z.object({
|
|
22
|
+
enabled: z.boolean().optional(),
|
|
23
|
+
baseUrl: z.string().url().optional(),
|
|
24
|
+
publicKey: z.string().optional(),
|
|
25
|
+
secretKey: z.string().optional(),
|
|
26
|
+
environment: z.string().optional(),
|
|
27
|
+
clearSecretKey: z.boolean().optional(),
|
|
28
|
+
}).strict();
|
|
29
|
+
export const operatorProfileSettingsSchema = z.object({
|
|
30
|
+
nickname: z.string().max(80).default(""),
|
|
31
|
+
moreAboutYou: z.string().max(2000).default(""),
|
|
32
|
+
}).strict();
|
|
33
|
+
export const patchOperatorProfileSettingsSchema = operatorProfileSettingsSchema.partial();
|
|
34
|
+
export const instanceExperimentalSettingsSchema = z.object({
|
|
35
|
+
autoRestartDevServerWhenIdle: z.boolean().default(false),
|
|
36
|
+
}).strict();
|
|
37
|
+
export const patchInstanceExperimentalSettingsSchema = instanceExperimentalSettingsSchema.partial();
|
|
38
|
+
export const instancePathPickerSelectionTypeSchema = z.enum(["file", "directory"]);
|
|
39
|
+
export const instancePathPickerRequestSchema = z.object({
|
|
40
|
+
selectionType: instancePathPickerSelectionTypeSchema,
|
|
41
|
+
}).strict();
|
|
42
|
+
export const instancePathPickerResultSchema = z.object({
|
|
43
|
+
path: z.string().nullable(),
|
|
44
|
+
cancelled: z.boolean(),
|
|
45
|
+
}).strict();
|
|
46
|
+
//# sourceMappingURL=instance.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"instance.js","sourceRoot":"","sources":["../../src/validators/instance.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,444 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const issueExecutionWorkspaceSettingsSchema: z.ZodObject<{
|
|
3
|
+
mode: z.ZodOptional<z.ZodEnum<["inherit", "shared_workspace", "isolated_workspace", "operator_branch", "reuse_existing", "agent_default"]>>;
|
|
4
|
+
workspaceStrategy: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
5
|
+
type: z.ZodOptional<z.ZodEnum<["project_primary", "git_worktree", "adapter_managed", "cloud_sandbox"]>>;
|
|
6
|
+
baseRef: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7
|
+
branchTemplate: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8
|
+
worktreeParentDir: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9
|
+
provisionCommand: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
10
|
+
teardownCommand: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
11
|
+
}, "strict", z.ZodTypeAny, {
|
|
12
|
+
type?: "project_primary" | "git_worktree" | "adapter_managed" | "cloud_sandbox" | undefined;
|
|
13
|
+
baseRef?: string | null | undefined;
|
|
14
|
+
branchTemplate?: string | null | undefined;
|
|
15
|
+
worktreeParentDir?: string | null | undefined;
|
|
16
|
+
provisionCommand?: string | null | undefined;
|
|
17
|
+
teardownCommand?: string | null | undefined;
|
|
18
|
+
}, {
|
|
19
|
+
type?: "project_primary" | "git_worktree" | "adapter_managed" | "cloud_sandbox" | undefined;
|
|
20
|
+
baseRef?: string | null | undefined;
|
|
21
|
+
branchTemplate?: string | null | undefined;
|
|
22
|
+
worktreeParentDir?: string | null | undefined;
|
|
23
|
+
provisionCommand?: string | null | undefined;
|
|
24
|
+
teardownCommand?: string | null | undefined;
|
|
25
|
+
}>>>;
|
|
26
|
+
workspaceRuntime: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
27
|
+
}, "strict", z.ZodTypeAny, {
|
|
28
|
+
mode?: "shared_workspace" | "isolated_workspace" | "operator_branch" | "inherit" | "reuse_existing" | "agent_default" | undefined;
|
|
29
|
+
workspaceStrategy?: {
|
|
30
|
+
type?: "project_primary" | "git_worktree" | "adapter_managed" | "cloud_sandbox" | undefined;
|
|
31
|
+
baseRef?: string | null | undefined;
|
|
32
|
+
branchTemplate?: string | null | undefined;
|
|
33
|
+
worktreeParentDir?: string | null | undefined;
|
|
34
|
+
provisionCommand?: string | null | undefined;
|
|
35
|
+
teardownCommand?: string | null | undefined;
|
|
36
|
+
} | null | undefined;
|
|
37
|
+
workspaceRuntime?: Record<string, unknown> | null | undefined;
|
|
38
|
+
}, {
|
|
39
|
+
mode?: "shared_workspace" | "isolated_workspace" | "operator_branch" | "inherit" | "reuse_existing" | "agent_default" | undefined;
|
|
40
|
+
workspaceStrategy?: {
|
|
41
|
+
type?: "project_primary" | "git_worktree" | "adapter_managed" | "cloud_sandbox" | undefined;
|
|
42
|
+
baseRef?: string | null | undefined;
|
|
43
|
+
branchTemplate?: string | null | undefined;
|
|
44
|
+
worktreeParentDir?: string | null | undefined;
|
|
45
|
+
provisionCommand?: string | null | undefined;
|
|
46
|
+
teardownCommand?: string | null | undefined;
|
|
47
|
+
} | null | undefined;
|
|
48
|
+
workspaceRuntime?: Record<string, unknown> | null | undefined;
|
|
49
|
+
}>;
|
|
50
|
+
export declare const issueAssigneeAdapterOverridesSchema: z.ZodObject<{
|
|
51
|
+
agentRuntimeConfig: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
52
|
+
useProjectWorkspace: z.ZodOptional<z.ZodBoolean>;
|
|
53
|
+
}, "strict", z.ZodTypeAny, {
|
|
54
|
+
agentRuntimeConfig?: Record<string, unknown> | undefined;
|
|
55
|
+
useProjectWorkspace?: boolean | undefined;
|
|
56
|
+
}, {
|
|
57
|
+
agentRuntimeConfig?: Record<string, unknown> | undefined;
|
|
58
|
+
useProjectWorkspace?: boolean | undefined;
|
|
59
|
+
}>;
|
|
60
|
+
export declare const createIssueSchema: z.ZodObject<{
|
|
61
|
+
projectId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
62
|
+
projectWorkspaceId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
63
|
+
goalId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
64
|
+
parentId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
65
|
+
title: z.ZodString;
|
|
66
|
+
description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
67
|
+
status: z.ZodDefault<z.ZodOptional<z.ZodEnum<["backlog", "todo", "in_progress", "in_review", "done", "blocked", "cancelled"]>>>;
|
|
68
|
+
priority: z.ZodDefault<z.ZodOptional<z.ZodEnum<["critical", "high", "medium", "low"]>>>;
|
|
69
|
+
assigneeAgentId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
70
|
+
assigneeUserId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
71
|
+
requestDepth: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
72
|
+
billingCode: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
73
|
+
assigneeAgentRuntimeOverrides: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
74
|
+
agentRuntimeConfig: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
75
|
+
useProjectWorkspace: z.ZodOptional<z.ZodBoolean>;
|
|
76
|
+
}, "strict", z.ZodTypeAny, {
|
|
77
|
+
agentRuntimeConfig?: Record<string, unknown> | undefined;
|
|
78
|
+
useProjectWorkspace?: boolean | undefined;
|
|
79
|
+
}, {
|
|
80
|
+
agentRuntimeConfig?: Record<string, unknown> | undefined;
|
|
81
|
+
useProjectWorkspace?: boolean | undefined;
|
|
82
|
+
}>>>;
|
|
83
|
+
executionWorkspaceId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
84
|
+
executionWorkspacePreference: z.ZodNullable<z.ZodOptional<z.ZodEnum<["inherit", "shared_workspace", "isolated_workspace", "operator_branch", "reuse_existing", "agent_default"]>>>;
|
|
85
|
+
executionWorkspaceSettings: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
86
|
+
mode: z.ZodOptional<z.ZodEnum<["inherit", "shared_workspace", "isolated_workspace", "operator_branch", "reuse_existing", "agent_default"]>>;
|
|
87
|
+
workspaceStrategy: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
88
|
+
type: z.ZodOptional<z.ZodEnum<["project_primary", "git_worktree", "adapter_managed", "cloud_sandbox"]>>;
|
|
89
|
+
baseRef: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
90
|
+
branchTemplate: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
91
|
+
worktreeParentDir: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
92
|
+
provisionCommand: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
93
|
+
teardownCommand: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
94
|
+
}, "strict", z.ZodTypeAny, {
|
|
95
|
+
type?: "project_primary" | "git_worktree" | "adapter_managed" | "cloud_sandbox" | undefined;
|
|
96
|
+
baseRef?: string | null | undefined;
|
|
97
|
+
branchTemplate?: string | null | undefined;
|
|
98
|
+
worktreeParentDir?: string | null | undefined;
|
|
99
|
+
provisionCommand?: string | null | undefined;
|
|
100
|
+
teardownCommand?: string | null | undefined;
|
|
101
|
+
}, {
|
|
102
|
+
type?: "project_primary" | "git_worktree" | "adapter_managed" | "cloud_sandbox" | undefined;
|
|
103
|
+
baseRef?: string | null | undefined;
|
|
104
|
+
branchTemplate?: string | null | undefined;
|
|
105
|
+
worktreeParentDir?: string | null | undefined;
|
|
106
|
+
provisionCommand?: string | null | undefined;
|
|
107
|
+
teardownCommand?: string | null | undefined;
|
|
108
|
+
}>>>;
|
|
109
|
+
workspaceRuntime: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
110
|
+
}, "strict", z.ZodTypeAny, {
|
|
111
|
+
mode?: "shared_workspace" | "isolated_workspace" | "operator_branch" | "inherit" | "reuse_existing" | "agent_default" | undefined;
|
|
112
|
+
workspaceStrategy?: {
|
|
113
|
+
type?: "project_primary" | "git_worktree" | "adapter_managed" | "cloud_sandbox" | undefined;
|
|
114
|
+
baseRef?: string | null | undefined;
|
|
115
|
+
branchTemplate?: string | null | undefined;
|
|
116
|
+
worktreeParentDir?: string | null | undefined;
|
|
117
|
+
provisionCommand?: string | null | undefined;
|
|
118
|
+
teardownCommand?: string | null | undefined;
|
|
119
|
+
} | null | undefined;
|
|
120
|
+
workspaceRuntime?: Record<string, unknown> | null | undefined;
|
|
121
|
+
}, {
|
|
122
|
+
mode?: "shared_workspace" | "isolated_workspace" | "operator_branch" | "inherit" | "reuse_existing" | "agent_default" | undefined;
|
|
123
|
+
workspaceStrategy?: {
|
|
124
|
+
type?: "project_primary" | "git_worktree" | "adapter_managed" | "cloud_sandbox" | undefined;
|
|
125
|
+
baseRef?: string | null | undefined;
|
|
126
|
+
branchTemplate?: string | null | undefined;
|
|
127
|
+
worktreeParentDir?: string | null | undefined;
|
|
128
|
+
provisionCommand?: string | null | undefined;
|
|
129
|
+
teardownCommand?: string | null | undefined;
|
|
130
|
+
} | null | undefined;
|
|
131
|
+
workspaceRuntime?: Record<string, unknown> | null | undefined;
|
|
132
|
+
}>>>;
|
|
133
|
+
labelIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
134
|
+
}, "strip", z.ZodTypeAny, {
|
|
135
|
+
status: "backlog" | "todo" | "in_progress" | "in_review" | "done" | "blocked" | "cancelled";
|
|
136
|
+
title: string;
|
|
137
|
+
priority: "critical" | "high" | "medium" | "low";
|
|
138
|
+
requestDepth: number;
|
|
139
|
+
assigneeAgentId?: string | null | undefined;
|
|
140
|
+
assigneeUserId?: string | null | undefined;
|
|
141
|
+
projectId?: string | null | undefined;
|
|
142
|
+
projectWorkspaceId?: string | null | undefined;
|
|
143
|
+
goalId?: string | null | undefined;
|
|
144
|
+
parentId?: string | null | undefined;
|
|
145
|
+
description?: string | null | undefined;
|
|
146
|
+
billingCode?: string | null | undefined;
|
|
147
|
+
assigneeAgentRuntimeOverrides?: {
|
|
148
|
+
agentRuntimeConfig?: Record<string, unknown> | undefined;
|
|
149
|
+
useProjectWorkspace?: boolean | undefined;
|
|
150
|
+
} | null | undefined;
|
|
151
|
+
executionWorkspaceId?: string | null | undefined;
|
|
152
|
+
executionWorkspacePreference?: "shared_workspace" | "isolated_workspace" | "operator_branch" | "inherit" | "reuse_existing" | "agent_default" | null | undefined;
|
|
153
|
+
executionWorkspaceSettings?: {
|
|
154
|
+
mode?: "shared_workspace" | "isolated_workspace" | "operator_branch" | "inherit" | "reuse_existing" | "agent_default" | undefined;
|
|
155
|
+
workspaceStrategy?: {
|
|
156
|
+
type?: "project_primary" | "git_worktree" | "adapter_managed" | "cloud_sandbox" | undefined;
|
|
157
|
+
baseRef?: string | null | undefined;
|
|
158
|
+
branchTemplate?: string | null | undefined;
|
|
159
|
+
worktreeParentDir?: string | null | undefined;
|
|
160
|
+
provisionCommand?: string | null | undefined;
|
|
161
|
+
teardownCommand?: string | null | undefined;
|
|
162
|
+
} | null | undefined;
|
|
163
|
+
workspaceRuntime?: Record<string, unknown> | null | undefined;
|
|
164
|
+
} | null | undefined;
|
|
165
|
+
labelIds?: string[] | undefined;
|
|
166
|
+
}, {
|
|
167
|
+
title: string;
|
|
168
|
+
status?: "backlog" | "todo" | "in_progress" | "in_review" | "done" | "blocked" | "cancelled" | undefined;
|
|
169
|
+
priority?: "critical" | "high" | "medium" | "low" | undefined;
|
|
170
|
+
assigneeAgentId?: string | null | undefined;
|
|
171
|
+
assigneeUserId?: string | null | undefined;
|
|
172
|
+
projectId?: string | null | undefined;
|
|
173
|
+
projectWorkspaceId?: string | null | undefined;
|
|
174
|
+
goalId?: string | null | undefined;
|
|
175
|
+
parentId?: string | null | undefined;
|
|
176
|
+
description?: string | null | undefined;
|
|
177
|
+
requestDepth?: number | undefined;
|
|
178
|
+
billingCode?: string | null | undefined;
|
|
179
|
+
assigneeAgentRuntimeOverrides?: {
|
|
180
|
+
agentRuntimeConfig?: Record<string, unknown> | undefined;
|
|
181
|
+
useProjectWorkspace?: boolean | undefined;
|
|
182
|
+
} | null | undefined;
|
|
183
|
+
executionWorkspaceId?: string | null | undefined;
|
|
184
|
+
executionWorkspacePreference?: "shared_workspace" | "isolated_workspace" | "operator_branch" | "inherit" | "reuse_existing" | "agent_default" | null | undefined;
|
|
185
|
+
executionWorkspaceSettings?: {
|
|
186
|
+
mode?: "shared_workspace" | "isolated_workspace" | "operator_branch" | "inherit" | "reuse_existing" | "agent_default" | undefined;
|
|
187
|
+
workspaceStrategy?: {
|
|
188
|
+
type?: "project_primary" | "git_worktree" | "adapter_managed" | "cloud_sandbox" | undefined;
|
|
189
|
+
baseRef?: string | null | undefined;
|
|
190
|
+
branchTemplate?: string | null | undefined;
|
|
191
|
+
worktreeParentDir?: string | null | undefined;
|
|
192
|
+
provisionCommand?: string | null | undefined;
|
|
193
|
+
teardownCommand?: string | null | undefined;
|
|
194
|
+
} | null | undefined;
|
|
195
|
+
workspaceRuntime?: Record<string, unknown> | null | undefined;
|
|
196
|
+
} | null | undefined;
|
|
197
|
+
labelIds?: string[] | undefined;
|
|
198
|
+
}>;
|
|
199
|
+
export type CreateIssue = z.infer<typeof createIssueSchema>;
|
|
200
|
+
export declare const createIssueLabelSchema: z.ZodObject<{
|
|
201
|
+
name: z.ZodString;
|
|
202
|
+
color: z.ZodString;
|
|
203
|
+
}, "strip", z.ZodTypeAny, {
|
|
204
|
+
name: string;
|
|
205
|
+
color: string;
|
|
206
|
+
}, {
|
|
207
|
+
name: string;
|
|
208
|
+
color: string;
|
|
209
|
+
}>;
|
|
210
|
+
export type CreateIssueLabel = z.infer<typeof createIssueLabelSchema>;
|
|
211
|
+
export declare const updateIssueLabelSchema: z.ZodEffects<z.ZodObject<{
|
|
212
|
+
name: z.ZodOptional<z.ZodString>;
|
|
213
|
+
color: z.ZodOptional<z.ZodString>;
|
|
214
|
+
}, "strip", z.ZodTypeAny, {
|
|
215
|
+
name?: string | undefined;
|
|
216
|
+
color?: string | undefined;
|
|
217
|
+
}, {
|
|
218
|
+
name?: string | undefined;
|
|
219
|
+
color?: string | undefined;
|
|
220
|
+
}>, {
|
|
221
|
+
name?: string | undefined;
|
|
222
|
+
color?: string | undefined;
|
|
223
|
+
}, {
|
|
224
|
+
name?: string | undefined;
|
|
225
|
+
color?: string | undefined;
|
|
226
|
+
}>;
|
|
227
|
+
export type UpdateIssueLabel = z.infer<typeof updateIssueLabelSchema>;
|
|
228
|
+
export declare const updateIssueSchema: z.ZodObject<{
|
|
229
|
+
projectId: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
230
|
+
projectWorkspaceId: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
231
|
+
goalId: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
232
|
+
parentId: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
233
|
+
title: z.ZodOptional<z.ZodString>;
|
|
234
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
235
|
+
status: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodEnum<["backlog", "todo", "in_progress", "in_review", "done", "blocked", "cancelled"]>>>>;
|
|
236
|
+
priority: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodEnum<["critical", "high", "medium", "low"]>>>>;
|
|
237
|
+
assigneeAgentId: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
238
|
+
assigneeUserId: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
239
|
+
requestDepth: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodNumber>>>;
|
|
240
|
+
billingCode: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
241
|
+
assigneeAgentRuntimeOverrides: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
242
|
+
agentRuntimeConfig: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
243
|
+
useProjectWorkspace: z.ZodOptional<z.ZodBoolean>;
|
|
244
|
+
}, "strict", z.ZodTypeAny, {
|
|
245
|
+
agentRuntimeConfig?: Record<string, unknown> | undefined;
|
|
246
|
+
useProjectWorkspace?: boolean | undefined;
|
|
247
|
+
}, {
|
|
248
|
+
agentRuntimeConfig?: Record<string, unknown> | undefined;
|
|
249
|
+
useProjectWorkspace?: boolean | undefined;
|
|
250
|
+
}>>>>;
|
|
251
|
+
executionWorkspaceId: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
252
|
+
executionWorkspacePreference: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodEnum<["inherit", "shared_workspace", "isolated_workspace", "operator_branch", "reuse_existing", "agent_default"]>>>>;
|
|
253
|
+
executionWorkspaceSettings: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
254
|
+
mode: z.ZodOptional<z.ZodEnum<["inherit", "shared_workspace", "isolated_workspace", "operator_branch", "reuse_existing", "agent_default"]>>;
|
|
255
|
+
workspaceStrategy: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
256
|
+
type: z.ZodOptional<z.ZodEnum<["project_primary", "git_worktree", "adapter_managed", "cloud_sandbox"]>>;
|
|
257
|
+
baseRef: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
258
|
+
branchTemplate: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
259
|
+
worktreeParentDir: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
260
|
+
provisionCommand: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
261
|
+
teardownCommand: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
262
|
+
}, "strict", z.ZodTypeAny, {
|
|
263
|
+
type?: "project_primary" | "git_worktree" | "adapter_managed" | "cloud_sandbox" | undefined;
|
|
264
|
+
baseRef?: string | null | undefined;
|
|
265
|
+
branchTemplate?: string | null | undefined;
|
|
266
|
+
worktreeParentDir?: string | null | undefined;
|
|
267
|
+
provisionCommand?: string | null | undefined;
|
|
268
|
+
teardownCommand?: string | null | undefined;
|
|
269
|
+
}, {
|
|
270
|
+
type?: "project_primary" | "git_worktree" | "adapter_managed" | "cloud_sandbox" | undefined;
|
|
271
|
+
baseRef?: string | null | undefined;
|
|
272
|
+
branchTemplate?: string | null | undefined;
|
|
273
|
+
worktreeParentDir?: string | null | undefined;
|
|
274
|
+
provisionCommand?: string | null | undefined;
|
|
275
|
+
teardownCommand?: string | null | undefined;
|
|
276
|
+
}>>>;
|
|
277
|
+
workspaceRuntime: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
278
|
+
}, "strict", z.ZodTypeAny, {
|
|
279
|
+
mode?: "shared_workspace" | "isolated_workspace" | "operator_branch" | "inherit" | "reuse_existing" | "agent_default" | undefined;
|
|
280
|
+
workspaceStrategy?: {
|
|
281
|
+
type?: "project_primary" | "git_worktree" | "adapter_managed" | "cloud_sandbox" | undefined;
|
|
282
|
+
baseRef?: string | null | undefined;
|
|
283
|
+
branchTemplate?: string | null | undefined;
|
|
284
|
+
worktreeParentDir?: string | null | undefined;
|
|
285
|
+
provisionCommand?: string | null | undefined;
|
|
286
|
+
teardownCommand?: string | null | undefined;
|
|
287
|
+
} | null | undefined;
|
|
288
|
+
workspaceRuntime?: Record<string, unknown> | null | undefined;
|
|
289
|
+
}, {
|
|
290
|
+
mode?: "shared_workspace" | "isolated_workspace" | "operator_branch" | "inherit" | "reuse_existing" | "agent_default" | undefined;
|
|
291
|
+
workspaceStrategy?: {
|
|
292
|
+
type?: "project_primary" | "git_worktree" | "adapter_managed" | "cloud_sandbox" | undefined;
|
|
293
|
+
baseRef?: string | null | undefined;
|
|
294
|
+
branchTemplate?: string | null | undefined;
|
|
295
|
+
worktreeParentDir?: string | null | undefined;
|
|
296
|
+
provisionCommand?: string | null | undefined;
|
|
297
|
+
teardownCommand?: string | null | undefined;
|
|
298
|
+
} | null | undefined;
|
|
299
|
+
workspaceRuntime?: Record<string, unknown> | null | undefined;
|
|
300
|
+
}>>>>;
|
|
301
|
+
labelIds: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
302
|
+
} & {
|
|
303
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
304
|
+
reopen: z.ZodOptional<z.ZodBoolean>;
|
|
305
|
+
hiddenAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
306
|
+
}, "strip", z.ZodTypeAny, {
|
|
307
|
+
comment?: string | undefined;
|
|
308
|
+
status?: "backlog" | "todo" | "in_progress" | "in_review" | "done" | "blocked" | "cancelled" | undefined;
|
|
309
|
+
title?: string | undefined;
|
|
310
|
+
priority?: "critical" | "high" | "medium" | "low" | undefined;
|
|
311
|
+
assigneeAgentId?: string | null | undefined;
|
|
312
|
+
assigneeUserId?: string | null | undefined;
|
|
313
|
+
projectId?: string | null | undefined;
|
|
314
|
+
projectWorkspaceId?: string | null | undefined;
|
|
315
|
+
goalId?: string | null | undefined;
|
|
316
|
+
parentId?: string | null | undefined;
|
|
317
|
+
description?: string | null | undefined;
|
|
318
|
+
requestDepth?: number | undefined;
|
|
319
|
+
billingCode?: string | null | undefined;
|
|
320
|
+
assigneeAgentRuntimeOverrides?: {
|
|
321
|
+
agentRuntimeConfig?: Record<string, unknown> | undefined;
|
|
322
|
+
useProjectWorkspace?: boolean | undefined;
|
|
323
|
+
} | null | undefined;
|
|
324
|
+
executionWorkspaceId?: string | null | undefined;
|
|
325
|
+
executionWorkspacePreference?: "shared_workspace" | "isolated_workspace" | "operator_branch" | "inherit" | "reuse_existing" | "agent_default" | null | undefined;
|
|
326
|
+
executionWorkspaceSettings?: {
|
|
327
|
+
mode?: "shared_workspace" | "isolated_workspace" | "operator_branch" | "inherit" | "reuse_existing" | "agent_default" | undefined;
|
|
328
|
+
workspaceStrategy?: {
|
|
329
|
+
type?: "project_primary" | "git_worktree" | "adapter_managed" | "cloud_sandbox" | undefined;
|
|
330
|
+
baseRef?: string | null | undefined;
|
|
331
|
+
branchTemplate?: string | null | undefined;
|
|
332
|
+
worktreeParentDir?: string | null | undefined;
|
|
333
|
+
provisionCommand?: string | null | undefined;
|
|
334
|
+
teardownCommand?: string | null | undefined;
|
|
335
|
+
} | null | undefined;
|
|
336
|
+
workspaceRuntime?: Record<string, unknown> | null | undefined;
|
|
337
|
+
} | null | undefined;
|
|
338
|
+
hiddenAt?: string | null | undefined;
|
|
339
|
+
labelIds?: string[] | undefined;
|
|
340
|
+
reopen?: boolean | undefined;
|
|
341
|
+
}, {
|
|
342
|
+
comment?: string | undefined;
|
|
343
|
+
status?: "backlog" | "todo" | "in_progress" | "in_review" | "done" | "blocked" | "cancelled" | undefined;
|
|
344
|
+
title?: string | undefined;
|
|
345
|
+
priority?: "critical" | "high" | "medium" | "low" | undefined;
|
|
346
|
+
assigneeAgentId?: string | null | undefined;
|
|
347
|
+
assigneeUserId?: string | null | undefined;
|
|
348
|
+
projectId?: string | null | undefined;
|
|
349
|
+
projectWorkspaceId?: string | null | undefined;
|
|
350
|
+
goalId?: string | null | undefined;
|
|
351
|
+
parentId?: string | null | undefined;
|
|
352
|
+
description?: string | null | undefined;
|
|
353
|
+
requestDepth?: number | undefined;
|
|
354
|
+
billingCode?: string | null | undefined;
|
|
355
|
+
assigneeAgentRuntimeOverrides?: {
|
|
356
|
+
agentRuntimeConfig?: Record<string, unknown> | undefined;
|
|
357
|
+
useProjectWorkspace?: boolean | undefined;
|
|
358
|
+
} | null | undefined;
|
|
359
|
+
executionWorkspaceId?: string | null | undefined;
|
|
360
|
+
executionWorkspacePreference?: "shared_workspace" | "isolated_workspace" | "operator_branch" | "inherit" | "reuse_existing" | "agent_default" | null | undefined;
|
|
361
|
+
executionWorkspaceSettings?: {
|
|
362
|
+
mode?: "shared_workspace" | "isolated_workspace" | "operator_branch" | "inherit" | "reuse_existing" | "agent_default" | undefined;
|
|
363
|
+
workspaceStrategy?: {
|
|
364
|
+
type?: "project_primary" | "git_worktree" | "adapter_managed" | "cloud_sandbox" | undefined;
|
|
365
|
+
baseRef?: string | null | undefined;
|
|
366
|
+
branchTemplate?: string | null | undefined;
|
|
367
|
+
worktreeParentDir?: string | null | undefined;
|
|
368
|
+
provisionCommand?: string | null | undefined;
|
|
369
|
+
teardownCommand?: string | null | undefined;
|
|
370
|
+
} | null | undefined;
|
|
371
|
+
workspaceRuntime?: Record<string, unknown> | null | undefined;
|
|
372
|
+
} | null | undefined;
|
|
373
|
+
hiddenAt?: string | null | undefined;
|
|
374
|
+
labelIds?: string[] | undefined;
|
|
375
|
+
reopen?: boolean | undefined;
|
|
376
|
+
}>;
|
|
377
|
+
export type UpdateIssue = z.infer<typeof updateIssueSchema>;
|
|
378
|
+
export type IssueExecutionWorkspaceSettings = z.infer<typeof issueExecutionWorkspaceSettingsSchema>;
|
|
379
|
+
export declare const checkoutIssueSchema: z.ZodObject<{
|
|
380
|
+
agentId: z.ZodString;
|
|
381
|
+
expectedStatuses: z.ZodArray<z.ZodEnum<["backlog", "todo", "in_progress", "in_review", "done", "blocked", "cancelled"]>, "atleastone">;
|
|
382
|
+
}, "strip", z.ZodTypeAny, {
|
|
383
|
+
agentId: string;
|
|
384
|
+
expectedStatuses: ["backlog" | "todo" | "in_progress" | "in_review" | "done" | "blocked" | "cancelled", ...("backlog" | "todo" | "in_progress" | "in_review" | "done" | "blocked" | "cancelled")[]];
|
|
385
|
+
}, {
|
|
386
|
+
agentId: string;
|
|
387
|
+
expectedStatuses: ["backlog" | "todo" | "in_progress" | "in_review" | "done" | "blocked" | "cancelled", ...("backlog" | "todo" | "in_progress" | "in_review" | "done" | "blocked" | "cancelled")[]];
|
|
388
|
+
}>;
|
|
389
|
+
export type CheckoutIssue = z.infer<typeof checkoutIssueSchema>;
|
|
390
|
+
export declare const addIssueCommentSchema: z.ZodObject<{
|
|
391
|
+
body: z.ZodString;
|
|
392
|
+
reopen: z.ZodOptional<z.ZodBoolean>;
|
|
393
|
+
interrupt: z.ZodOptional<z.ZodBoolean>;
|
|
394
|
+
}, "strip", z.ZodTypeAny, {
|
|
395
|
+
body: string;
|
|
396
|
+
reopen?: boolean | undefined;
|
|
397
|
+
interrupt?: boolean | undefined;
|
|
398
|
+
}, {
|
|
399
|
+
body: string;
|
|
400
|
+
reopen?: boolean | undefined;
|
|
401
|
+
interrupt?: boolean | undefined;
|
|
402
|
+
}>;
|
|
403
|
+
export type AddIssueComment = z.infer<typeof addIssueCommentSchema>;
|
|
404
|
+
export declare const linkIssueApprovalSchema: z.ZodObject<{
|
|
405
|
+
approvalId: z.ZodString;
|
|
406
|
+
}, "strip", z.ZodTypeAny, {
|
|
407
|
+
approvalId: string;
|
|
408
|
+
}, {
|
|
409
|
+
approvalId: string;
|
|
410
|
+
}>;
|
|
411
|
+
export type LinkIssueApproval = z.infer<typeof linkIssueApprovalSchema>;
|
|
412
|
+
export declare const createIssueAttachmentMetadataSchema: z.ZodObject<{
|
|
413
|
+
issueCommentId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
414
|
+
}, "strip", z.ZodTypeAny, {
|
|
415
|
+
issueCommentId?: string | null | undefined;
|
|
416
|
+
}, {
|
|
417
|
+
issueCommentId?: string | null | undefined;
|
|
418
|
+
}>;
|
|
419
|
+
export type CreateIssueAttachmentMetadata = z.infer<typeof createIssueAttachmentMetadataSchema>;
|
|
420
|
+
export declare const ISSUE_DOCUMENT_FORMATS: readonly ["markdown"];
|
|
421
|
+
export declare const issueDocumentFormatSchema: z.ZodEnum<["markdown"]>;
|
|
422
|
+
export declare const issueDocumentKeySchema: z.ZodString;
|
|
423
|
+
export declare const upsertIssueDocumentSchema: z.ZodObject<{
|
|
424
|
+
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
425
|
+
format: z.ZodEnum<["markdown"]>;
|
|
426
|
+
body: z.ZodString;
|
|
427
|
+
changeSummary: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
428
|
+
baseRevisionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
429
|
+
}, "strip", z.ZodTypeAny, {
|
|
430
|
+
body: string;
|
|
431
|
+
format: "markdown";
|
|
432
|
+
title?: string | null | undefined;
|
|
433
|
+
changeSummary?: string | null | undefined;
|
|
434
|
+
baseRevisionId?: string | null | undefined;
|
|
435
|
+
}, {
|
|
436
|
+
body: string;
|
|
437
|
+
format: "markdown";
|
|
438
|
+
title?: string | null | undefined;
|
|
439
|
+
changeSummary?: string | null | undefined;
|
|
440
|
+
baseRevisionId?: string | null | undefined;
|
|
441
|
+
}>;
|
|
442
|
+
export type IssueDocumentFormat = z.infer<typeof issueDocumentFormatSchema>;
|
|
443
|
+
export type UpsertIssueDocument = z.infer<typeof upsertIssueDocumentSchema>;
|
|
444
|
+
//# sourceMappingURL=issue.d.ts.map
|