@bubblelab/bubble-core 0.1.34 → 0.1.36

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 (27) hide show
  1. package/dist/bubble-bundle.d.ts +50 -50
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +12 -12
  3. package/dist/bubbles/service-bubble/airtable.d.ts +156 -156
  4. package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
  5. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
  6. package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
  7. package/dist/bubbles/service-bubble/firecrawl.d.ts +8 -8
  8. package/dist/bubbles/service-bubble/followupboss.d.ts +78 -78
  9. package/dist/bubbles/service-bubble/github.d.ts +98 -98
  10. package/dist/bubbles/service-bubble/gmail.d.ts +30 -30
  11. package/dist/bubbles/service-bubble/google-calendar.d.ts +88 -88
  12. package/dist/bubbles/service-bubble/google-drive.d.ts +50 -50
  13. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +8 -8
  14. package/dist/bubbles/service-bubble/http.d.ts +4 -4
  15. package/dist/bubbles/service-bubble/jira/jira.d.ts +77 -77
  16. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +112 -112
  17. package/dist/bubbles/service-bubble/notion/notion.d.ts +148 -148
  18. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  19. package/dist/bubbles/service-bubble/slack/slack.d.ts +60 -60
  20. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  21. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +36 -36
  22. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  23. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +28 -28
  24. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  25. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +30 -30
  26. package/dist/bubbles.json +1 -1
  27. package/package.json +2 -2
@@ -56,9 +56,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
56
56
  }, {
57
57
  operation: "search";
58
58
  jql: string;
59
+ fields?: string[] | undefined;
59
60
  limit?: number | undefined;
60
61
  offset?: number | undefined;
61
- fields?: string[] | undefined;
62
62
  credentials?: Partial<Record<CredentialType, string>> | undefined;
63
63
  }>, import("zod").ZodObject<{
64
64
  operation: import("zod").ZodLiteral<"get">;
@@ -67,17 +67,17 @@ 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
+ expand?: ("comments" | "transitions" | "changelog")[] | undefined;
72
73
  fields?: string[] | undefined;
73
74
  credentials?: Partial<Record<CredentialType, string>> | undefined;
74
- expand?: ("changelog" | "comments" | "transitions")[] | undefined;
75
75
  }, {
76
- operation: "get";
77
76
  key: string;
77
+ operation: "get";
78
+ expand?: ("comments" | "transitions" | "changelog")[] | undefined;
78
79
  fields?: string[] | undefined;
79
80
  credentials?: Partial<Record<CredentialType, string>> | undefined;
80
- expand?: ("changelog" | "comments" | "transitions")[] | undefined;
81
81
  }>, import("zod").ZodObject<{
82
82
  operation: import("zod").ZodLiteral<"create">;
83
83
  project: import("zod").ZodString;
@@ -91,28 +91,28 @@ 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
- project: string;
97
95
  summary: string;
96
+ project: string;
97
+ operation: "create";
98
98
  description?: string | undefined;
99
- credentials?: Partial<Record<CredentialType, string>> | undefined;
100
- assignee?: string | undefined;
101
99
  priority?: string | undefined;
100
+ assignee?: string | undefined;
102
101
  labels?: string[] | undefined;
103
102
  parent?: string | undefined;
103
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
104
104
  due_date?: string | undefined;
105
105
  }, {
106
- operation: "create";
107
- project: string;
108
106
  summary: string;
107
+ project: string;
108
+ operation: "create";
109
109
  type?: string | undefined;
110
110
  description?: string | undefined;
111
- credentials?: Partial<Record<CredentialType, string>> | undefined;
112
- assignee?: string | undefined;
113
111
  priority?: string | undefined;
112
+ assignee?: string | undefined;
114
113
  labels?: string[] | undefined;
115
114
  parent?: string | undefined;
115
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
116
116
  due_date?: string | undefined;
117
117
  }>, import("zod").ZodObject<{
118
118
  operation: import("zod").ZodLiteral<"update">;
@@ -138,35 +138,35 @@ 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
- credentials?: Partial<Record<CredentialType, string>> | undefined;
145
144
  summary?: string | undefined;
146
- assignee?: string | null | undefined;
147
145
  priority?: string | undefined;
146
+ assignee?: string | null | undefined;
148
147
  labels?: {
149
148
  set?: string[] | undefined;
150
149
  add?: string[] | undefined;
151
150
  remove?: string[] | undefined;
152
151
  } | undefined;
153
- due_date?: string | null | undefined;
154
152
  comment?: string | undefined;
153
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
154
+ due_date?: string | null | undefined;
155
155
  }, {
156
- operation: "update";
157
156
  key: string;
157
+ operation: "update";
158
158
  description?: string | undefined;
159
- credentials?: Partial<Record<CredentialType, string>> | undefined;
160
159
  summary?: string | undefined;
161
- assignee?: string | null | undefined;
162
160
  priority?: string | undefined;
161
+ assignee?: string | null | undefined;
163
162
  labels?: {
164
163
  set?: string[] | undefined;
165
164
  add?: string[] | undefined;
166
165
  remove?: string[] | undefined;
167
166
  } | undefined;
168
- due_date?: string | null | undefined;
169
167
  comment?: string | undefined;
168
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
169
+ due_date?: string | null | undefined;
170
170
  }>, import("zod").ZodObject<{
171
171
  operation: import("zod").ZodLiteral<"transition">;
172
172
  key: import("zod").ZodString;
@@ -176,19 +176,19 @@ 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
- credentials?: Partial<Record<CredentialType, string>> | undefined;
183
182
  comment?: string | undefined;
183
+ credentials?: Partial<Record<CredentialType, 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
- credentials?: Partial<Record<CredentialType, string>> | undefined;
191
190
  comment?: string | undefined;
191
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
192
192
  transition_id?: string | undefined;
193
193
  resolution?: string | undefined;
194
194
  }>, import("zod").ZodObject<{
@@ -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">;
@@ -223,12 +223,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
223
223
  project: import("zod").ZodString;
224
224
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
225
225
  }, "strip", import("zod").ZodTypeAny, {
226
- operation: "list_issue_types";
227
226
  project: string;
227
+ operation: "list_issue_types";
228
228
  credentials?: Partial<Record<CredentialType, string>> | undefined;
229
229
  }, {
230
- operation: "list_issue_types";
231
230
  project: string;
231
+ operation: "list_issue_types";
232
232
  credentials?: Partial<Record<CredentialType, string>> | undefined;
233
233
  }>, import("zod").ZodObject<{
234
234
  operation: import("zod").ZodLiteral<"add_comment">;
@@ -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
- operation: "add_comment";
240
239
  key: string;
241
240
  body: string;
241
+ operation: "add_comment";
242
242
  credentials?: Partial<Record<CredentialType, string>> | undefined;
243
243
  }, {
244
- operation: "add_comment";
245
244
  key: string;
246
245
  body: string;
246
+ operation: "add_comment";
247
247
  credentials?: Partial<Record<CredentialType, string>> | undefined;
248
248
  }>, import("zod").ZodObject<{
249
249
  operation: import("zod").ZodLiteral<"get_comments">;
@@ -252,14 +252,14 @@ 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
+ key: string;
255
256
  operation: "get_comments";
256
257
  limit: number;
257
258
  offset: number;
258
- key: string;
259
259
  credentials?: Partial<Record<CredentialType, string>> | undefined;
260
260
  }, {
261
- operation: "get_comments";
262
261
  key: string;
262
+ operation: "get_comments";
263
263
  limit?: number | undefined;
264
264
  offset?: number | undefined;
265
265
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -1413,6 +1413,10 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
1413
1413
  }, import("zod").ZodTypeAny, "passthrough">>, "many">>;
1414
1414
  changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
1415
1415
  }, "strip", import("zod").ZodTypeAny, {
1416
+ id?: string | undefined;
1417
+ key?: string | undefined;
1418
+ expand?: string | undefined;
1419
+ self?: string | undefined;
1416
1420
  fields?: import("zod").objectOutputType<{
1417
1421
  summary: import("zod").ZodOptional<import("zod").ZodString>;
1418
1422
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -1750,8 +1754,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
1750
1754
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
1751
1755
  }, import("zod").ZodTypeAny, "passthrough">>>;
1752
1756
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
1753
- key?: string | undefined;
1754
- changelog?: unknown;
1755
1757
  transitions?: import("zod").objectOutputType<{
1756
1758
  id: import("zod").ZodString;
1757
1759
  name: import("zod").ZodString;
@@ -1796,10 +1798,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
1796
1798
  }, import("zod").ZodTypeAny, "passthrough">>>;
1797
1799
  }, import("zod").ZodTypeAny, "passthrough">>>;
1798
1800
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
1799
- expand?: string | undefined;
1801
+ changelog?: unknown;
1802
+ }, {
1800
1803
  id?: string | undefined;
1804
+ key?: string | undefined;
1805
+ expand?: string | undefined;
1801
1806
  self?: string | undefined;
1802
- }, {
1803
1807
  fields?: import("zod").objectInputType<{
1804
1808
  summary: import("zod").ZodOptional<import("zod").ZodString>;
1805
1809
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -2137,8 +2141,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2137
2141
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
2138
2142
  }, import("zod").ZodTypeAny, "passthrough">>>;
2139
2143
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
2140
- key?: string | undefined;
2141
- changelog?: unknown;
2142
2144
  transitions?: import("zod").objectInputType<{
2143
2145
  id: import("zod").ZodString;
2144
2146
  name: import("zod").ZodString;
@@ -2183,9 +2185,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2183
2185
  }, import("zod").ZodTypeAny, "passthrough">>>;
2184
2186
  }, import("zod").ZodTypeAny, "passthrough">>>;
2185
2187
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
2186
- expand?: string | undefined;
2187
- id?: string | undefined;
2188
- self?: string | undefined;
2188
+ changelog?: unknown;
2189
2189
  }>, "many">>;
2190
2190
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
2191
2191
  offset: import("zod").ZodOptional<import("zod").ZodNumber>;
@@ -2196,6 +2196,10 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2196
2196
  success: boolean;
2197
2197
  error: string;
2198
2198
  issues?: {
2199
+ id?: string | undefined;
2200
+ key?: string | undefined;
2201
+ expand?: string | undefined;
2202
+ self?: string | undefined;
2199
2203
  fields?: import("zod").objectOutputType<{
2200
2204
  summary: import("zod").ZodOptional<import("zod").ZodString>;
2201
2205
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -2533,8 +2537,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2533
2537
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
2534
2538
  }, import("zod").ZodTypeAny, "passthrough">>>;
2535
2539
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
2536
- key?: string | undefined;
2537
- changelog?: unknown;
2538
2540
  transitions?: import("zod").objectOutputType<{
2539
2541
  id: import("zod").ZodString;
2540
2542
  name: import("zod").ZodString;
@@ -2579,18 +2581,20 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2579
2581
  }, import("zod").ZodTypeAny, "passthrough">>>;
2580
2582
  }, import("zod").ZodTypeAny, "passthrough">>>;
2581
2583
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
2582
- expand?: string | undefined;
2583
- id?: string | undefined;
2584
- self?: string | undefined;
2584
+ changelog?: unknown;
2585
2585
  }[] | undefined;
2586
+ total?: number | undefined;
2586
2587
  limit?: number | undefined;
2587
2588
  offset?: number | undefined;
2588
- total?: number | undefined;
2589
2589
  }, {
2590
2590
  operation: "search";
2591
2591
  success: boolean;
2592
2592
  error: string;
2593
2593
  issues?: {
2594
+ id?: string | undefined;
2595
+ key?: string | undefined;
2596
+ expand?: string | undefined;
2597
+ self?: string | undefined;
2594
2598
  fields?: import("zod").objectInputType<{
2595
2599
  summary: import("zod").ZodOptional<import("zod").ZodString>;
2596
2600
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -2928,8 +2932,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2928
2932
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
2929
2933
  }, import("zod").ZodTypeAny, "passthrough">>>;
2930
2934
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
2931
- key?: string | undefined;
2932
- changelog?: unknown;
2933
2935
  transitions?: import("zod").objectInputType<{
2934
2936
  id: import("zod").ZodString;
2935
2937
  name: import("zod").ZodString;
@@ -2974,13 +2976,11 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2974
2976
  }, import("zod").ZodTypeAny, "passthrough">>>;
2975
2977
  }, import("zod").ZodTypeAny, "passthrough">>>;
2976
2978
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
2977
- expand?: string | undefined;
2978
- id?: string | undefined;
2979
- self?: string | undefined;
2979
+ changelog?: unknown;
2980
2980
  }[] | undefined;
2981
+ total?: number | undefined;
2981
2982
  limit?: number | undefined;
2982
2983
  offset?: number | undefined;
2983
- total?: number | undefined;
2984
2984
  }>, import("zod").ZodObject<{
2985
2985
  operation: import("zod").ZodLiteral<"get">;
2986
2986
  success: import("zod").ZodBoolean;
@@ -4130,6 +4130,10 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
4130
4130
  }, import("zod").ZodTypeAny, "passthrough">>, "many">>;
4131
4131
  changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
4132
4132
  }, "strip", import("zod").ZodTypeAny, {
4133
+ id?: string | undefined;
4134
+ key?: string | undefined;
4135
+ expand?: string | undefined;
4136
+ self?: string | undefined;
4133
4137
  fields?: import("zod").objectOutputType<{
4134
4138
  summary: import("zod").ZodOptional<import("zod").ZodString>;
4135
4139
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -4467,8 +4471,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
4467
4471
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
4468
4472
  }, import("zod").ZodTypeAny, "passthrough">>>;
4469
4473
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
4470
- key?: string | undefined;
4471
- changelog?: unknown;
4472
4474
  transitions?: import("zod").objectOutputType<{
4473
4475
  id: import("zod").ZodString;
4474
4476
  name: import("zod").ZodString;
@@ -4513,10 +4515,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
4513
4515
  }, import("zod").ZodTypeAny, "passthrough">>>;
4514
4516
  }, import("zod").ZodTypeAny, "passthrough">>>;
4515
4517
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
4516
- expand?: string | undefined;
4518
+ changelog?: unknown;
4519
+ }, {
4517
4520
  id?: string | undefined;
4521
+ key?: string | undefined;
4522
+ expand?: string | undefined;
4518
4523
  self?: string | undefined;
4519
- }, {
4520
4524
  fields?: import("zod").objectInputType<{
4521
4525
  summary: import("zod").ZodOptional<import("zod").ZodString>;
4522
4526
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -4854,8 +4858,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
4854
4858
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
4855
4859
  }, import("zod").ZodTypeAny, "passthrough">>>;
4856
4860
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
4857
- key?: string | undefined;
4858
- changelog?: unknown;
4859
4861
  transitions?: import("zod").objectInputType<{
4860
4862
  id: import("zod").ZodString;
4861
4863
  name: import("zod").ZodString;
@@ -4900,9 +4902,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
4900
4902
  }, import("zod").ZodTypeAny, "passthrough">>>;
4901
4903
  }, import("zod").ZodTypeAny, "passthrough">>>;
4902
4904
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
4903
- expand?: string | undefined;
4904
- id?: string | undefined;
4905
- self?: string | undefined;
4905
+ changelog?: unknown;
4906
4906
  }>>;
4907
4907
  error: import("zod").ZodString;
4908
4908
  }, "strip", import("zod").ZodTypeAny, {
@@ -4910,6 +4910,10 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
4910
4910
  success: boolean;
4911
4911
  error: string;
4912
4912
  issue?: {
4913
+ id?: string | undefined;
4914
+ key?: string | undefined;
4915
+ expand?: string | undefined;
4916
+ self?: string | undefined;
4913
4917
  fields?: import("zod").objectOutputType<{
4914
4918
  summary: import("zod").ZodOptional<import("zod").ZodString>;
4915
4919
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -5247,8 +5251,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5247
5251
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
5248
5252
  }, import("zod").ZodTypeAny, "passthrough">>>;
5249
5253
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
5250
- key?: string | undefined;
5251
- changelog?: unknown;
5252
5254
  transitions?: import("zod").objectOutputType<{
5253
5255
  id: import("zod").ZodString;
5254
5256
  name: import("zod").ZodString;
@@ -5293,15 +5295,17 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5293
5295
  }, import("zod").ZodTypeAny, "passthrough">>>;
5294
5296
  }, import("zod").ZodTypeAny, "passthrough">>>;
5295
5297
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
5296
- expand?: string | undefined;
5297
- id?: string | undefined;
5298
- self?: string | undefined;
5298
+ changelog?: unknown;
5299
5299
  } | undefined;
5300
5300
  }, {
5301
5301
  operation: "get";
5302
5302
  success: boolean;
5303
5303
  error: string;
5304
5304
  issue?: {
5305
+ id?: string | undefined;
5306
+ key?: string | undefined;
5307
+ expand?: string | undefined;
5308
+ self?: string | undefined;
5305
5309
  fields?: import("zod").objectInputType<{
5306
5310
  summary: import("zod").ZodOptional<import("zod").ZodString>;
5307
5311
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -5639,8 +5643,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5639
5643
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
5640
5644
  }, import("zod").ZodTypeAny, "passthrough">>>;
5641
5645
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
5642
- key?: string | undefined;
5643
- changelog?: unknown;
5644
5646
  transitions?: import("zod").objectInputType<{
5645
5647
  id: import("zod").ZodString;
5646
5648
  name: import("zod").ZodString;
@@ -5685,9 +5687,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5685
5687
  }, import("zod").ZodTypeAny, "passthrough">>>;
5686
5688
  }, import("zod").ZodTypeAny, "passthrough">>>;
5687
5689
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
5688
- expand?: string | undefined;
5689
- id?: string | undefined;
5690
- self?: string | undefined;
5690
+ changelog?: unknown;
5691
5691
  } | undefined;
5692
5692
  }>, import("zod").ZodObject<{
5693
5693
  operation: import("zod").ZodLiteral<"create">;
@@ -5697,12 +5697,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5697
5697
  key: import("zod").ZodString;
5698
5698
  self: import("zod").ZodOptional<import("zod").ZodString>;
5699
5699
  }, "strip", import("zod").ZodTypeAny, {
5700
- key: string;
5701
5700
  id: string;
5701
+ key: string;
5702
5702
  self?: string | undefined;
5703
5703
  }, {
5704
- key: string;
5705
5704
  id: string;
5705
+ key: string;
5706
5706
  self?: string | undefined;
5707
5707
  }>>;
5708
5708
  error: import("zod").ZodString;
@@ -5711,8 +5711,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5711
5711
  success: boolean;
5712
5712
  error: string;
5713
5713
  issue?: {
5714
- key: string;
5715
5714
  id: string;
5715
+ key: string;
5716
5716
  self?: string | undefined;
5717
5717
  } | undefined;
5718
5718
  }, {
@@ -5720,8 +5720,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5720
5720
  success: boolean;
5721
5721
  error: string;
5722
5722
  issue?: {
5723
- key: string;
5724
5723
  id: string;
5724
+ key: string;
5725
5725
  self?: string | undefined;
5726
5726
  } | undefined;
5727
5727
  }>, import("zod").ZodObject<{