@bubblelab/bubble-core 0.1.46 → 0.1.47

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 (69) hide show
  1. package/dist/bubble-bundle.d.ts +107 -107
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +132 -132
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +36 -36
  4. package/dist/bubbles/service-bubble/airtable.d.ts +154 -154
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +78 -78
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +48 -48
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +63 -63
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +49 -49
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +104 -104
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +104 -104
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +52 -52
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +408 -408
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +344 -344
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +365 -365
  17. package/dist/bubbles/service-bubble/github.d.ts +148 -148
  18. package/dist/bubbles/service-bubble/gmail.d.ts +613 -613
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +54 -54
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +128 -128
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +62 -62
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +52 -52
  23. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  24. package/dist/bubbles/service-bubble/http.d.ts +20 -20
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +16 -16
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +62 -62
  27. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +54 -54
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +216 -216
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
  30. package/dist/bubbles/service-bubble/resend.d.ts +24 -24
  31. package/dist/bubbles/service-bubble/slack/slack.d.ts +370 -370
  32. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  33. package/dist/bubbles/service-bubble/telegram.d.ts +118 -118
  34. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +33 -33
  35. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +28 -28
  36. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  37. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  38. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  39. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  41. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  42. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
  43. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  44. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +10 -10
  46. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +300 -300
  47. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  48. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  50. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  51. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  52. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
  53. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  54. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +114 -114
  55. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  56. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  57. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  58. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  60. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  61. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
  62. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  63. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +78 -78
  64. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  65. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
  66. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +12 -12
  67. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  68. package/dist/bubbles.json +1 -1
  69. package/package.json +2 -2
@@ -22,12 +22,12 @@ declare const HelloWorldResultSchema: z.ZodObject<{
22
22
  success: z.ZodBoolean;
23
23
  error: z.ZodString;
24
24
  }, "strip", z.ZodTypeAny, {
25
- success: boolean;
26
25
  error: string;
26
+ success: boolean;
27
27
  greeting: string;
28
28
  }, {
29
- success: boolean;
30
29
  error: string;
30
+ success: boolean;
31
31
  greeting: string;
32
32
  }>;
33
33
  type HelloWorldResult = z.output<typeof HelloWorldResultSchema>;
@@ -54,12 +54,12 @@ export declare class HelloWorldBubble extends ServiceBubble<HelloWorldParams, He
54
54
  success: z.ZodBoolean;
55
55
  error: z.ZodString;
56
56
  }, "strip", z.ZodTypeAny, {
57
- success: boolean;
58
57
  error: string;
58
+ success: boolean;
59
59
  greeting: string;
60
60
  }, {
61
- success: boolean;
62
61
  error: string;
62
+ success: boolean;
63
63
  greeting: string;
64
64
  }>;
65
65
  static readonly shortDescription = "Simple hello world bubble for testing purposes";
@@ -15,22 +15,22 @@ declare const HttpParamsSchema: z.ZodObject<{
15
15
  }, "strip", z.ZodTypeAny, {
16
16
  url: string;
17
17
  timeout: number;
18
- method: "GET" | "POST" | "PATCH" | "DELETE" | "PUT" | "HEAD" | "OPTIONS";
18
+ method: "DELETE" | "GET" | "POST" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
19
19
  followRedirects: boolean;
20
- authType: "custom" | "none" | "bearer" | "basic" | "api-key" | "api-key-header";
20
+ authType: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header";
21
21
  credentials?: Partial<Record<CredentialType, string>> | undefined;
22
- body?: string | Record<string, unknown> | undefined;
23
22
  headers?: Record<string, string> | undefined;
23
+ body?: string | Record<string, unknown> | undefined;
24
24
  authHeader?: string | undefined;
25
25
  }, {
26
26
  url: string;
27
27
  credentials?: Partial<Record<CredentialType, string>> | undefined;
28
28
  timeout?: number | undefined;
29
- body?: string | Record<string, unknown> | undefined;
30
29
  headers?: Record<string, string> | undefined;
31
- method?: "GET" | "POST" | "PATCH" | "DELETE" | "PUT" | "HEAD" | "OPTIONS" | undefined;
30
+ method?: "DELETE" | "GET" | "POST" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
31
+ body?: string | Record<string, unknown> | undefined;
32
32
  followRedirects?: boolean | undefined;
33
- authType?: "custom" | "none" | "bearer" | "basic" | "api-key" | "api-key-header" | undefined;
33
+ authType?: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header" | undefined;
34
34
  authHeader?: string | undefined;
35
35
  }>;
36
36
  type HttpParamsInput = z.input<typeof HttpParamsSchema>;
@@ -47,21 +47,21 @@ declare const HttpResultSchema: z.ZodObject<{
47
47
  size: z.ZodNumber;
48
48
  }, "strip", z.ZodTypeAny, {
49
49
  status: number;
50
- success: boolean;
51
50
  error: string;
52
- body: string;
51
+ success: boolean;
53
52
  headers: Record<string, string>;
54
53
  size: number;
54
+ body: string;
55
55
  statusText: string;
56
56
  responseTime: number;
57
57
  json?: unknown;
58
58
  }, {
59
59
  status: number;
60
- success: boolean;
61
60
  error: string;
62
- body: string;
61
+ success: boolean;
63
62
  headers: Record<string, string>;
64
63
  size: number;
64
+ body: string;
65
65
  statusText: string;
66
66
  responseTime: number;
67
67
  json?: unknown;
@@ -85,22 +85,22 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
85
85
  }, "strip", z.ZodTypeAny, {
86
86
  url: string;
87
87
  timeout: number;
88
- method: "GET" | "POST" | "PATCH" | "DELETE" | "PUT" | "HEAD" | "OPTIONS";
88
+ method: "DELETE" | "GET" | "POST" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
89
89
  followRedirects: boolean;
90
- authType: "custom" | "none" | "bearer" | "basic" | "api-key" | "api-key-header";
90
+ authType: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header";
91
91
  credentials?: Partial<Record<CredentialType, string>> | undefined;
92
- body?: string | Record<string, unknown> | undefined;
93
92
  headers?: Record<string, string> | undefined;
93
+ body?: string | Record<string, unknown> | undefined;
94
94
  authHeader?: string | undefined;
95
95
  }, {
96
96
  url: string;
97
97
  credentials?: Partial<Record<CredentialType, string>> | undefined;
98
98
  timeout?: number | undefined;
99
- body?: string | Record<string, unknown> | undefined;
100
99
  headers?: Record<string, string> | undefined;
101
- method?: "GET" | "POST" | "PATCH" | "DELETE" | "PUT" | "HEAD" | "OPTIONS" | undefined;
100
+ method?: "DELETE" | "GET" | "POST" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
101
+ body?: string | Record<string, unknown> | undefined;
102
102
  followRedirects?: boolean | undefined;
103
- authType?: "custom" | "none" | "bearer" | "basic" | "api-key" | "api-key-header" | undefined;
103
+ authType?: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header" | undefined;
104
104
  authHeader?: string | undefined;
105
105
  }>;
106
106
  static readonly resultSchema: z.ZodObject<{
@@ -115,21 +115,21 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
115
115
  size: z.ZodNumber;
116
116
  }, "strip", z.ZodTypeAny, {
117
117
  status: number;
118
- success: boolean;
119
118
  error: string;
120
- body: string;
119
+ success: boolean;
121
120
  headers: Record<string, string>;
122
121
  size: number;
122
+ body: string;
123
123
  statusText: string;
124
124
  responseTime: number;
125
125
  json?: unknown;
126
126
  }, {
127
127
  status: number;
128
- success: boolean;
129
128
  error: string;
130
- body: string;
129
+ success: boolean;
131
130
  headers: Record<string, string>;
132
131
  size: number;
132
+ body: string;
133
133
  statusText: string;
134
134
  responseTime: number;
135
135
  json?: unknown;
@@ -11,18 +11,18 @@ declare const InsForgeDbParamsSchema: z.ZodObject<{
11
11
  maxRows: z.ZodDefault<z.ZodNumber>;
12
12
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
13
13
  }, "strip", z.ZodTypeAny, {
14
+ parameters: unknown[];
14
15
  timeout: number;
15
16
  query: string;
16
- allowedOperations: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "CREATE")[];
17
- parameters: unknown[];
17
+ allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[];
18
18
  maxRows: number;
19
19
  credentials?: Partial<Record<CredentialType, string>> | undefined;
20
20
  }, {
21
21
  query: string;
22
+ parameters?: unknown[] | undefined;
22
23
  credentials?: Partial<Record<CredentialType, string>> | undefined;
23
24
  timeout?: number | undefined;
24
- allowedOperations?: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
25
- parameters?: unknown[] | undefined;
25
+ allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
26
26
  maxRows?: number | undefined;
27
27
  }>;
28
28
  type InsForgeDbParamsInput = z.input<typeof InsForgeDbParamsSchema>;
@@ -36,20 +36,20 @@ declare const InsForgeDbResultSchema: z.ZodObject<{
36
36
  error: z.ZodString;
37
37
  cleanedJSONString: z.ZodString;
38
38
  }, "strip", z.ZodTypeAny, {
39
- success: boolean;
39
+ executionTime: number;
40
40
  error: string;
41
+ success: boolean;
41
42
  rows: Record<string, unknown>[];
42
43
  rowCount: number | null;
43
44
  command: string;
44
- executionTime: number;
45
45
  cleanedJSONString: string;
46
46
  }, {
47
- success: boolean;
47
+ executionTime: number;
48
48
  error: string;
49
+ success: boolean;
49
50
  rows: Record<string, unknown>[];
50
51
  rowCount: number | null;
51
52
  command: string;
52
- executionTime: number;
53
53
  cleanedJSONString: string;
54
54
  }>;
55
55
  type InsForgeDbResult = z.output<typeof InsForgeDbResultSchema>;
@@ -85,18 +85,18 @@ export declare class InsForgeDbBubble extends ServiceBubble<InsForgeDbParams, In
85
85
  maxRows: z.ZodDefault<z.ZodNumber>;
86
86
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
87
87
  }, "strip", z.ZodTypeAny, {
88
+ parameters: unknown[];
88
89
  timeout: number;
89
90
  query: string;
90
- allowedOperations: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "CREATE")[];
91
- parameters: unknown[];
91
+ allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[];
92
92
  maxRows: number;
93
93
  credentials?: Partial<Record<CredentialType, string>> | undefined;
94
94
  }, {
95
95
  query: string;
96
+ parameters?: unknown[] | undefined;
96
97
  credentials?: Partial<Record<CredentialType, string>> | undefined;
97
98
  timeout?: number | undefined;
98
- allowedOperations?: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
99
- parameters?: unknown[] | undefined;
99
+ allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
100
100
  maxRows?: number | undefined;
101
101
  }>;
102
102
  static readonly resultSchema: z.ZodObject<{
@@ -108,20 +108,20 @@ export declare class InsForgeDbBubble extends ServiceBubble<InsForgeDbParams, In
108
108
  error: z.ZodString;
109
109
  cleanedJSONString: z.ZodString;
110
110
  }, "strip", z.ZodTypeAny, {
111
- success: boolean;
111
+ executionTime: number;
112
112
  error: string;
113
+ success: boolean;
113
114
  rows: Record<string, unknown>[];
114
115
  rowCount: number | null;
115
116
  command: string;
116
- executionTime: number;
117
117
  cleanedJSONString: string;
118
118
  }, {
119
- success: boolean;
119
+ executionTime: number;
120
120
  error: string;
121
+ success: boolean;
121
122
  rows: Record<string, unknown>[];
122
123
  rowCount: number | null;
123
124
  command: string;
124
- executionTime: number;
125
125
  cleanedJSONString: string;
126
126
  }>;
127
127
  static readonly shortDescription = "InsForge is the backend built for AI-assisted development. Connect InsForge with any agent. Add authentication, database, storage, functions, and AI integrations to your app in seconds.";
@@ -48,8 +48,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
48
48
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
49
49
  }, "strip", import("zod").ZodTypeAny, {
50
50
  operation: "search";
51
- offset: number;
52
51
  limit: number;
52
+ offset: number;
53
53
  jql: string;
54
54
  credentials?: Partial<Record<CredentialType, string>> | undefined;
55
55
  fields?: string[] | undefined;
@@ -57,9 +57,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
57
57
  operation: "search";
58
58
  jql: string;
59
59
  credentials?: Partial<Record<CredentialType, string>> | undefined;
60
- offset?: number | undefined;
61
60
  fields?: string[] | undefined;
62
61
  limit?: number | undefined;
62
+ offset?: number | undefined;
63
63
  }>, import("zod").ZodObject<{
64
64
  operation: import("zod").ZodLiteral<"get">;
65
65
  key: import("zod").ZodString;
@@ -67,14 +67,14 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
67
67
  expand: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<["changelog", "comments", "transitions"]>, "many">>;
68
68
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
69
69
  }, "strip", import("zod").ZodTypeAny, {
70
- operation: "get";
71
70
  key: string;
71
+ operation: "get";
72
72
  credentials?: Partial<Record<CredentialType, string>> | undefined;
73
73
  fields?: string[] | undefined;
74
74
  expand?: ("comments" | "changelog" | "transitions")[] | undefined;
75
75
  }, {
76
- operation: "get";
77
76
  key: string;
77
+ operation: "get";
78
78
  credentials?: Partial<Record<CredentialType, string>> | undefined;
79
79
  fields?: string[] | undefined;
80
80
  expand?: ("comments" | "changelog" | "transitions")[] | undefined;
@@ -91,9 +91,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
91
91
  due_date: import("zod").ZodOptional<import("zod").ZodString>;
92
92
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
93
93
  }, "strip", import("zod").ZodTypeAny, {
94
- operation: "create";
95
94
  type: string;
96
95
  summary: string;
96
+ operation: "create";
97
97
  project: string;
98
98
  description?: string | undefined;
99
99
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -103,8 +103,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
103
103
  assignee?: string | undefined;
104
104
  due_date?: string | undefined;
105
105
  }, {
106
- operation: "create";
107
106
  summary: string;
107
+ operation: "create";
108
108
  project: string;
109
109
  type?: string | undefined;
110
110
  description?: string | undefined;
@@ -138,8 +138,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
138
138
  comment: import("zod").ZodOptional<import("zod").ZodString>;
139
139
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
140
140
  }, "strip", import("zod").ZodTypeAny, {
141
- operation: "update";
142
141
  key: string;
142
+ operation: "update";
143
143
  description?: string | undefined;
144
144
  credentials?: Partial<Record<CredentialType, string>> | undefined;
145
145
  priority?: string | undefined;
@@ -153,8 +153,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
153
153
  assignee?: string | null | undefined;
154
154
  due_date?: string | null | undefined;
155
155
  }, {
156
- operation: "update";
157
156
  key: string;
157
+ operation: "update";
158
158
  description?: string | undefined;
159
159
  credentials?: Partial<Record<CredentialType, string>> | undefined;
160
160
  priority?: string | undefined;
@@ -176,16 +176,16 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
176
176
  resolution: import("zod").ZodOptional<import("zod").ZodString>;
177
177
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
178
178
  }, "strip", import("zod").ZodTypeAny, {
179
- operation: "transition";
180
179
  key: string;
180
+ operation: "transition";
181
181
  status?: string | undefined;
182
182
  credentials?: Partial<Record<CredentialType, string>> | undefined;
183
183
  comment?: string | undefined;
184
184
  transition_id?: string | undefined;
185
185
  resolution?: string | undefined;
186
186
  }, {
187
- operation: "transition";
188
187
  key: string;
188
+ operation: "transition";
189
189
  status?: string | undefined;
190
190
  credentials?: Partial<Record<CredentialType, string>> | undefined;
191
191
  comment?: string | undefined;
@@ -196,12 +196,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
196
196
  key: import("zod").ZodString;
197
197
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
198
198
  }, "strip", import("zod").ZodTypeAny, {
199
- operation: "list_transitions";
200
199
  key: string;
200
+ operation: "list_transitions";
201
201
  credentials?: Partial<Record<CredentialType, string>> | undefined;
202
202
  }, {
203
- operation: "list_transitions";
204
203
  key: string;
204
+ operation: "list_transitions";
205
205
  credentials?: Partial<Record<CredentialType, string>> | undefined;
206
206
  }>, import("zod").ZodObject<{
207
207
  operation: import("zod").ZodLiteral<"list_projects">;
@@ -210,14 +210,14 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
210
210
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
211
211
  }, "strip", import("zod").ZodTypeAny, {
212
212
  operation: "list_projects";
213
- offset: number;
214
213
  limit: number;
214
+ offset: number;
215
215
  credentials?: Partial<Record<CredentialType, string>> | undefined;
216
216
  }, {
217
217
  operation: "list_projects";
218
218
  credentials?: Partial<Record<CredentialType, string>> | undefined;
219
- offset?: number | undefined;
220
219
  limit?: number | undefined;
220
+ offset?: number | undefined;
221
221
  }>, import("zod").ZodObject<{
222
222
  operation: import("zod").ZodLiteral<"list_issue_types">;
223
223
  project: import("zod").ZodString;
@@ -236,14 +236,14 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
236
236
  body: import("zod").ZodString;
237
237
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
238
238
  }, "strip", import("zod").ZodTypeAny, {
239
+ key: string;
239
240
  operation: "add_comment";
240
241
  body: string;
241
- key: string;
242
242
  credentials?: Partial<Record<CredentialType, string>> | undefined;
243
243
  }, {
244
+ key: string;
244
245
  operation: "add_comment";
245
246
  body: string;
246
- key: string;
247
247
  credentials?: Partial<Record<CredentialType, string>> | undefined;
248
248
  }>, import("zod").ZodObject<{
249
249
  operation: import("zod").ZodLiteral<"get_comments">;
@@ -252,17 +252,17 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
252
252
  offset: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
253
253
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
254
254
  }, "strip", import("zod").ZodTypeAny, {
255
- operation: "get_comments";
256
- offset: number;
257
255
  key: string;
256
+ operation: "get_comments";
258
257
  limit: number;
258
+ offset: number;
259
259
  credentials?: Partial<Record<CredentialType, string>> | undefined;
260
260
  }, {
261
- operation: "get_comments";
262
261
  key: string;
262
+ operation: "get_comments";
263
263
  credentials?: Partial<Record<CredentialType, string>> | undefined;
264
- offset?: number | undefined;
265
264
  limit?: number | undefined;
265
+ offset?: number | undefined;
266
266
  }>]>;
267
267
  static readonly resultSchema: import("zod").ZodDiscriminatedUnion<"operation", [import("zod").ZodObject<{
268
268
  operation: import("zod").ZodLiteral<"search">;
@@ -2192,9 +2192,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2192
2192
  limit: import("zod").ZodOptional<import("zod").ZodNumber>;
2193
2193
  error: import("zod").ZodString;
2194
2194
  }, "strip", import("zod").ZodTypeAny, {
2195
- operation: "search";
2196
- success: boolean;
2197
2195
  error: string;
2196
+ success: boolean;
2197
+ operation: "search";
2198
2198
  issues?: {
2199
2199
  id?: string | undefined;
2200
2200
  fields?: import("zod").objectOutputType<{
@@ -2583,13 +2583,13 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2583
2583
  expand?: string | undefined;
2584
2584
  self?: string | undefined;
2585
2585
  }[] | undefined;
2586
- offset?: number | undefined;
2587
2586
  limit?: number | undefined;
2587
+ offset?: number | undefined;
2588
2588
  total?: number | undefined;
2589
2589
  }, {
2590
- operation: "search";
2591
- success: boolean;
2592
2590
  error: string;
2591
+ success: boolean;
2592
+ operation: "search";
2593
2593
  issues?: {
2594
2594
  id?: string | undefined;
2595
2595
  fields?: import("zod").objectInputType<{
@@ -2978,8 +2978,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2978
2978
  expand?: string | undefined;
2979
2979
  self?: string | undefined;
2980
2980
  }[] | undefined;
2981
- offset?: number | undefined;
2982
2981
  limit?: number | undefined;
2982
+ offset?: number | undefined;
2983
2983
  total?: number | undefined;
2984
2984
  }>, import("zod").ZodObject<{
2985
2985
  operation: import("zod").ZodLiteral<"get">;
@@ -4906,9 +4906,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
4906
4906
  }>>;
4907
4907
  error: import("zod").ZodString;
4908
4908
  }, "strip", import("zod").ZodTypeAny, {
4909
- operation: "get";
4910
- success: boolean;
4911
4909
  error: string;
4910
+ success: boolean;
4911
+ operation: "get";
4912
4912
  issue?: {
4913
4913
  id?: string | undefined;
4914
4914
  fields?: import("zod").objectOutputType<{
@@ -5298,9 +5298,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5298
5298
  self?: string | undefined;
5299
5299
  } | undefined;
5300
5300
  }, {
5301
- operation: "get";
5302
- success: boolean;
5303
5301
  error: string;
5302
+ success: boolean;
5303
+ operation: "get";
5304
5304
  issue?: {
5305
5305
  id?: string | undefined;
5306
5306
  fields?: import("zod").objectInputType<{
@@ -5707,18 +5707,18 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5707
5707
  }>>;
5708
5708
  error: import("zod").ZodString;
5709
5709
  }, "strip", import("zod").ZodTypeAny, {
5710
- operation: "create";
5711
- success: boolean;
5712
5710
  error: string;
5711
+ success: boolean;
5712
+ operation: "create";
5713
5713
  issue?: {
5714
5714
  id: string;
5715
5715
  key: string;
5716
5716
  self?: string | undefined;
5717
5717
  } | undefined;
5718
5718
  }, {
5719
- operation: "create";
5720
- success: boolean;
5721
5719
  error: string;
5720
+ success: boolean;
5721
+ operation: "create";
5722
5722
  issue?: {
5723
5723
  id: string;
5724
5724
  key: string;
@@ -5730,14 +5730,14 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5730
5730
  key: import("zod").ZodOptional<import("zod").ZodString>;
5731
5731
  error: import("zod").ZodString;
5732
5732
  }, "strip", import("zod").ZodTypeAny, {
5733
- operation: "update";
5734
- success: boolean;
5735
5733
  error: string;
5734
+ success: boolean;
5735
+ operation: "update";
5736
5736
  key?: string | undefined;
5737
5737
  }, {
5738
- operation: "update";
5739
- success: boolean;
5740
5738
  error: string;
5739
+ success: boolean;
5740
+ operation: "update";
5741
5741
  key?: string | undefined;
5742
5742
  }>, import("zod").ZodObject<{
5743
5743
  operation: import("zod").ZodLiteral<"transition">;
@@ -5746,15 +5746,15 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5746
5746
  new_status: import("zod").ZodOptional<import("zod").ZodString>;
5747
5747
  error: import("zod").ZodString;
5748
5748
  }, "strip", import("zod").ZodTypeAny, {
5749
- operation: "transition";
5750
- success: boolean;
5751
5749
  error: string;
5750
+ success: boolean;
5751
+ operation: "transition";
5752
5752
  key?: string | undefined;
5753
5753
  new_status?: string | undefined;
5754
5754
  }, {
5755
- operation: "transition";
5756
- success: boolean;
5757
5755
  error: string;
5756
+ success: boolean;
5757
+ operation: "transition";
5758
5758
  key?: string | undefined;
5759
5759
  new_status?: string | undefined;
5760
5760
  }>, import("zod").ZodObject<{
@@ -5892,9 +5892,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5892
5892
  }, import("zod").ZodTypeAny, "passthrough">>, "many">>;
5893
5893
  error: import("zod").ZodString;
5894
5894
  }, "strip", import("zod").ZodTypeAny, {
5895
- operation: "list_transitions";
5896
- success: boolean;
5897
5895
  error: string;
5896
+ success: boolean;
5897
+ operation: "list_transitions";
5898
5898
  transitions?: import("zod").objectOutputType<{
5899
5899
  id: import("zod").ZodString;
5900
5900
  name: import("zod").ZodString;
@@ -5940,9 +5940,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5940
5940
  }, import("zod").ZodTypeAny, "passthrough">>>;
5941
5941
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
5942
5942
  }, {
5943
- operation: "list_transitions";
5944
- success: boolean;
5945
5943
  error: string;
5944
+ success: boolean;
5945
+ operation: "list_transitions";
5946
5946
  transitions?: import("zod").objectInputType<{
5947
5947
  id: import("zod").ZodString;
5948
5948
  name: import("zod").ZodString;
@@ -6006,9 +6006,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
6006
6006
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
6007
6007
  error: import("zod").ZodString;
6008
6008
  }, "strip", import("zod").ZodTypeAny, {
6009
- operation: "list_projects";
6010
- success: boolean;
6011
6009
  error: string;
6010
+ success: boolean;
6011
+ operation: "list_projects";
6012
6012
  total?: number | undefined;
6013
6013
  projects?: import("zod").objectOutputType<{
6014
6014
  id: import("zod").ZodString;
@@ -6016,9 +6016,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
6016
6016
  name: import("zod").ZodString;
6017
6017
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
6018
6018
  }, {
6019
- operation: "list_projects";
6020
- success: boolean;
6021
6019
  error: string;
6020
+ success: boolean;
6021
+ operation: "list_projects";
6022
6022
  total?: number | undefined;
6023
6023
  projects?: import("zod").objectInputType<{
6024
6024
  id: import("zod").ZodString;
@@ -6046,9 +6046,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
6046
6046
  }, import("zod").ZodTypeAny, "passthrough">>, "many">>;
6047
6047
  error: import("zod").ZodString;
6048
6048
  }, "strip", import("zod").ZodTypeAny, {
6049
- operation: "list_issue_types";
6050
- success: boolean;
6051
6049
  error: string;
6050
+ success: boolean;
6051
+ operation: "list_issue_types";
6052
6052
  issue_types?: import("zod").objectOutputType<{
6053
6053
  id: import("zod").ZodString;
6054
6054
  name: import("zod").ZodString;
@@ -6056,9 +6056,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
6056
6056
  subtask: import("zod").ZodOptional<import("zod").ZodBoolean>;
6057
6057
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
6058
6058
  }, {
6059
- operation: "list_issue_types";
6060
- success: boolean;
6061
6059
  error: string;
6060
+ success: boolean;
6061
+ operation: "list_issue_types";
6062
6062
  issue_types?: import("zod").objectInputType<{
6063
6063
  id: import("zod").ZodString;
6064
6064
  name: import("zod").ZodString;
@@ -6137,9 +6137,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
6137
6137
  }, import("zod").ZodTypeAny, "passthrough">>>;
6138
6138
  error: import("zod").ZodString;
6139
6139
  }, "strip", import("zod").ZodTypeAny, {
6140
- operation: "add_comment";
6141
- success: boolean;
6142
6140
  error: string;
6141
+ success: boolean;
6142
+ operation: "add_comment";
6143
6143
  comment?: import("zod").objectOutputType<{
6144
6144
  id: import("zod").ZodString;
6145
6145
  author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
@@ -6164,9 +6164,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
6164
6164
  updated: import("zod").ZodOptional<import("zod").ZodString>;
6165
6165
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
6166
6166
  }, {
6167
- operation: "add_comment";
6168
- success: boolean;
6169
6167
  error: string;
6168
+ success: boolean;
6169
+ operation: "add_comment";
6170
6170
  comment?: import("zod").objectInputType<{
6171
6171
  id: import("zod").ZodString;
6172
6172
  author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
@@ -6263,9 +6263,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
6263
6263
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
6264
6264
  error: import("zod").ZodString;
6265
6265
  }, "strip", import("zod").ZodTypeAny, {
6266
- operation: "get_comments";
6267
- success: boolean;
6268
6266
  error: string;
6267
+ success: boolean;
6268
+ operation: "get_comments";
6269
6269
  comments?: import("zod").objectOutputType<{
6270
6270
  id: import("zod").ZodString;
6271
6271
  author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
@@ -6291,9 +6291,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
6291
6291
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
6292
6292
  total?: number | undefined;
6293
6293
  }, {
6294
- operation: "get_comments";
6295
- success: boolean;
6296
6294
  error: string;
6295
+ success: boolean;
6296
+ operation: "get_comments";
6297
6297
  comments?: import("zod").objectInputType<{
6298
6298
  id: import("zod").ZodString;
6299
6299
  author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{