@bubblelab/bubble-core 0.1.210 → 0.1.212

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 (130) hide show
  1. package/dist/bubble-bundle.d.ts +189 -168
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +4 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
  6. package/dist/bubbles/service-bubble/ai-agent-slack-tools.d.ts.map +1 -1
  7. package/dist/bubbles/service-bubble/ai-agent-slack-tools.js +15 -1
  8. package/dist/bubbles/service-bubble/ai-agent-slack-tools.js.map +1 -1
  9. package/dist/bubbles/service-bubble/ai-agent.d.ts +16 -16
  10. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  11. package/dist/bubbles/service-bubble/ai-agent.js +2 -1
  12. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  13. package/dist/bubbles/service-bubble/airtable.d.ts +130 -130
  14. package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
  15. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +120 -120
  16. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +68 -68
  17. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +489 -0
  18. package/dist/bubbles/service-bubble/assembled/assembled.d.ts.map +1 -0
  19. package/dist/bubbles/service-bubble/assembled/assembled.js +363 -0
  20. package/dist/bubbles/service-bubble/assembled/assembled.js.map +1 -0
  21. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +460 -0
  22. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts.map +1 -0
  23. package/dist/bubbles/service-bubble/assembled/assembled.schema.js +295 -0
  24. package/dist/bubbles/service-bubble/assembled/assembled.schema.js.map +1 -0
  25. package/dist/bubbles/service-bubble/assembled/assembled.utils.d.ts +12 -0
  26. package/dist/bubbles/service-bubble/assembled/assembled.utils.d.ts.map +1 -0
  27. package/dist/bubbles/service-bubble/assembled/assembled.utils.js +89 -0
  28. package/dist/bubbles/service-bubble/assembled/assembled.utils.js.map +1 -0
  29. package/dist/bubbles/service-bubble/assembled/index.d.ts +4 -0
  30. package/dist/bubbles/service-bubble/assembled/index.d.ts.map +1 -0
  31. package/dist/bubbles/service-bubble/assembled/index.js +4 -0
  32. package/dist/bubbles/service-bubble/assembled/index.js.map +1 -0
  33. package/dist/bubbles/service-bubble/attio/attio.d.ts +64 -64
  34. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +58 -58
  35. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +14 -14
  36. package/dist/bubbles/service-bubble/capability-pipeline.js +1 -1
  37. package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
  38. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +43 -43
  39. package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +4 -4
  40. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +20 -20
  41. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +150 -150
  42. package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
  43. package/dist/bubbles/service-bubble/firecrawl.d.ts +204 -204
  44. package/dist/bubbles/service-bubble/followupboss.d.ts +256 -256
  45. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
  46. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +124 -124
  47. package/dist/bubbles/service-bubble/github.d.ts +114 -114
  48. package/dist/bubbles/service-bubble/gmail.d.ts +140 -140
  49. package/dist/bubbles/service-bubble/google-calendar.d.ts +132 -132
  50. package/dist/bubbles/service-bubble/google-drive.d.ts +150 -150
  51. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
  52. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +26 -26
  53. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  54. package/dist/bubbles/service-bubble/http.d.ts +4 -4
  55. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +20 -20
  56. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  57. package/dist/bubbles/service-bubble/jira/jira.d.ts +58 -58
  58. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +77 -77
  59. package/dist/bubbles/service-bubble/linear/linear.d.ts +44 -44
  60. package/dist/bubbles/service-bubble/linear/linear.schema.d.ts +15 -15
  61. package/dist/bubbles/service-bubble/notion/notion.d.ts +164 -164
  62. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  63. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +24 -24
  64. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +26 -26
  65. package/dist/bubbles/service-bubble/resend.d.ts +24 -24
  66. package/dist/bubbles/service-bubble/s3/s3.d.ts +44 -44
  67. package/dist/bubbles/service-bubble/s3/s3.schema.d.ts +14 -14
  68. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +14 -14
  69. package/dist/bubbles/service-bubble/sendsafely/sendsafely.schema.d.ts +6 -6
  70. package/dist/bubbles/service-bubble/slack/slack-table-blocks.d.ts +4 -0
  71. package/dist/bubbles/service-bubble/slack/slack-table-blocks.d.ts.map +1 -1
  72. package/dist/bubbles/service-bubble/slack/slack-table-blocks.js +4 -0
  73. package/dist/bubbles/service-bubble/slack/slack-table-blocks.js.map +1 -1
  74. package/dist/bubbles/service-bubble/slack/slack.d.ts +276 -276
  75. package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
  76. package/dist/bubbles/service-bubble/slack/slack.utils.js +53 -7
  77. package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
  78. package/dist/bubbles/service-bubble/storage.d.ts +88 -88
  79. package/dist/bubbles/service-bubble/storage.d.ts.map +1 -1
  80. package/dist/bubbles/service-bubble/storage.js +5 -3
  81. package/dist/bubbles/service-bubble/storage.js.map +1 -1
  82. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +84 -84
  83. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +59 -59
  84. package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
  85. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
  86. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +3 -3
  87. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +4 -4
  88. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +4 -4
  89. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +4 -4
  90. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +4 -4
  91. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  92. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +8 -8
  93. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  94. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
  95. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  96. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  97. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
  98. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  99. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +32 -32
  100. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  101. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  102. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  103. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  104. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
  105. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +4 -4
  106. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  107. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  108. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
  109. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  110. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +8 -8
  111. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  112. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  113. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  114. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  115. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
  116. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +8 -8
  117. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  118. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +4 -4
  119. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  120. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +90 -90
  121. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  122. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
  123. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +14 -14
  124. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  125. package/dist/bubbles.json +927 -2
  126. package/dist/index.d.ts +1 -0
  127. package/dist/index.d.ts.map +1 -1
  128. package/dist/index.js +1 -0
  129. package/dist/index.js.map +1 -1
  130. package/package.json +2 -2
@@ -37,13 +37,13 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
37
37
  properties: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>;
38
38
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
39
39
  }, "strip", import("zod").ZodTypeAny, {
40
- properties: Record<string, string>;
41
40
  operation: "create_record";
41
+ properties: Record<string, string>;
42
42
  object_type: "deals" | "contacts" | "companies" | "tickets";
43
43
  credentials?: Partial<Record<CredentialType, string>> | undefined;
44
44
  }, {
45
- properties: Record<string, string>;
46
45
  operation: "create_record";
46
+ properties: Record<string, string>;
47
47
  object_type: "deals" | "contacts" | "companies" | "tickets";
48
48
  credentials?: Partial<Record<CredentialType, string>> | undefined;
49
49
  }>, import("zod").ZodObject<{
@@ -71,14 +71,14 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
71
71
  properties: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>;
72
72
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
73
73
  }, "strip", import("zod").ZodTypeAny, {
74
- properties: Record<string, string>;
75
74
  operation: "update_record";
75
+ properties: Record<string, string>;
76
76
  record_id: string;
77
77
  object_type: "deals" | "contacts" | "companies" | "tickets";
78
78
  credentials?: Partial<Record<CredentialType, string>> | undefined;
79
79
  }, {
80
- properties: Record<string, string>;
81
80
  operation: "update_record";
81
+ properties: Record<string, string>;
82
82
  record_id: string;
83
83
  object_type: "deals" | "contacts" | "companies" | "tickets";
84
84
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -183,9 +183,9 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
183
183
  }>>;
184
184
  error: import("zod").ZodString;
185
185
  }, "strip", import("zod").ZodTypeAny, {
186
- error: string;
187
- success: boolean;
188
186
  operation: "create_record";
187
+ success: boolean;
188
+ error: string;
189
189
  record?: {
190
190
  properties: Record<string, unknown>;
191
191
  id: string;
@@ -194,9 +194,9 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
194
194
  updatedAt?: string | undefined;
195
195
  } | undefined;
196
196
  }, {
197
- error: string;
198
- success: boolean;
199
197
  operation: "create_record";
198
+ success: boolean;
199
+ error: string;
200
200
  record?: {
201
201
  properties: Record<string, unknown>;
202
202
  id: string;
@@ -228,9 +228,9 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
228
228
  }>>;
229
229
  error: import("zod").ZodString;
230
230
  }, "strip", import("zod").ZodTypeAny, {
231
- error: string;
232
- success: boolean;
233
231
  operation: "get_record";
232
+ success: boolean;
233
+ error: string;
234
234
  record?: {
235
235
  properties: Record<string, unknown>;
236
236
  id: string;
@@ -239,9 +239,9 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
239
239
  updatedAt?: string | undefined;
240
240
  } | undefined;
241
241
  }, {
242
- error: string;
243
- success: boolean;
244
242
  operation: "get_record";
243
+ success: boolean;
244
+ error: string;
245
245
  record?: {
246
246
  properties: Record<string, unknown>;
247
247
  id: string;
@@ -273,9 +273,9 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
273
273
  }>>;
274
274
  error: import("zod").ZodString;
275
275
  }, "strip", import("zod").ZodTypeAny, {
276
- error: string;
277
- success: boolean;
278
276
  operation: "update_record";
277
+ success: boolean;
278
+ error: string;
279
279
  record?: {
280
280
  properties: Record<string, unknown>;
281
281
  id: string;
@@ -284,9 +284,9 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
284
284
  updatedAt?: string | undefined;
285
285
  } | undefined;
286
286
  }, {
287
- error: string;
288
- success: boolean;
289
287
  operation: "update_record";
288
+ success: boolean;
289
+ error: string;
290
290
  record?: {
291
291
  properties: Record<string, unknown>;
292
292
  id: string;
@@ -336,9 +336,9 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
336
336
  }>>;
337
337
  error: import("zod").ZodString;
338
338
  }, "strip", import("zod").ZodTypeAny, {
339
- error: string;
340
- success: boolean;
341
339
  operation: "search_records";
340
+ success: boolean;
341
+ error: string;
342
342
  total?: number | undefined;
343
343
  results?: {
344
344
  properties: Record<string, unknown>;
@@ -353,9 +353,9 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
353
353
  } | undefined;
354
354
  } | undefined;
355
355
  }, {
356
- error: string;
357
- success: boolean;
358
356
  operation: "search_records";
357
+ success: boolean;
358
+ error: string;
359
359
  total?: number | undefined;
360
360
  results?: {
361
361
  properties: Record<string, unknown>;
@@ -36,16 +36,16 @@ declare const InsForgeDbResultSchema: z.ZodObject<{
36
36
  error: z.ZodString;
37
37
  cleanedJSONString: z.ZodString;
38
38
  }, "strip", z.ZodTypeAny, {
39
- error: string;
40
39
  success: boolean;
40
+ error: string;
41
41
  rows: Record<string, unknown>[];
42
42
  rowCount: number | null;
43
43
  command: string;
44
44
  executionTime: number;
45
45
  cleanedJSONString: string;
46
46
  }, {
47
- error: string;
48
47
  success: boolean;
48
+ error: string;
49
49
  rows: Record<string, unknown>[];
50
50
  rowCount: number | null;
51
51
  command: string;
@@ -108,16 +108,16 @@ export declare class InsForgeDbBubble extends ServiceBubble<InsForgeDbParams, In
108
108
  error: z.ZodString;
109
109
  cleanedJSONString: z.ZodString;
110
110
  }, "strip", z.ZodTypeAny, {
111
- error: string;
112
111
  success: boolean;
112
+ error: string;
113
113
  rows: Record<string, unknown>[];
114
114
  rowCount: number | null;
115
115
  command: string;
116
116
  executionTime: number;
117
117
  cleanedJSONString: string;
118
118
  }, {
119
- error: string;
120
119
  success: boolean;
120
+ error: string;
121
121
  rows: Record<string, unknown>[];
122
122
  rowCount: number | null;
123
123
  command: string;
@@ -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
- key: string;
71
70
  operation: "get";
71
+ key: string;
72
72
  credentials?: Partial<Record<CredentialType, string>> | undefined;
73
73
  fields?: string[] | undefined;
74
74
  expand?: ("comments" | "changelog" | "transitions")[] | undefined;
75
75
  }, {
76
- key: string;
77
76
  operation: "get";
77
+ key: string;
78
78
  credentials?: Partial<Record<CredentialType, string>> | undefined;
79
79
  fields?: string[] | undefined;
80
80
  expand?: ("comments" | "changelog" | "transitions")[] | undefined;
@@ -92,9 +92,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
92
92
  custom_fields: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
93
93
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
94
94
  }, "strip", import("zod").ZodTypeAny, {
95
+ operation: "create";
95
96
  type: string;
96
97
  summary: string;
97
- operation: "create";
98
98
  project: string;
99
99
  description?: string | undefined;
100
100
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -105,8 +105,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
105
105
  due_date?: string | undefined;
106
106
  custom_fields?: Record<string, unknown> | undefined;
107
107
  }, {
108
- summary: string;
109
108
  operation: "create";
109
+ summary: string;
110
110
  project: string;
111
111
  type?: string | undefined;
112
112
  description?: string | undefined;
@@ -141,8 +141,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
141
141
  comment: import("zod").ZodOptional<import("zod").ZodString>;
142
142
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
143
143
  }, "strip", import("zod").ZodTypeAny, {
144
- key: string;
145
144
  operation: "update";
145
+ key: string;
146
146
  description?: string | undefined;
147
147
  credentials?: Partial<Record<CredentialType, string>> | undefined;
148
148
  priority?: string | undefined;
@@ -156,8 +156,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
156
156
  assignee?: string | null | undefined;
157
157
  due_date?: string | null | undefined;
158
158
  }, {
159
- key: string;
160
159
  operation: "update";
160
+ key: string;
161
161
  description?: string | undefined;
162
162
  credentials?: Partial<Record<CredentialType, string>> | undefined;
163
163
  priority?: string | undefined;
@@ -179,16 +179,16 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
179
179
  resolution: import("zod").ZodOptional<import("zod").ZodString>;
180
180
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
181
181
  }, "strip", import("zod").ZodTypeAny, {
182
- key: string;
183
182
  operation: "transition";
183
+ key: string;
184
184
  status?: string | undefined;
185
185
  credentials?: Partial<Record<CredentialType, string>> | undefined;
186
186
  comment?: string | undefined;
187
187
  transition_id?: string | undefined;
188
188
  resolution?: string | undefined;
189
189
  }, {
190
- key: string;
191
190
  operation: "transition";
191
+ key: string;
192
192
  status?: string | undefined;
193
193
  credentials?: Partial<Record<CredentialType, string>> | undefined;
194
194
  comment?: string | undefined;
@@ -199,12 +199,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
199
199
  key: import("zod").ZodString;
200
200
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
201
201
  }, "strip", import("zod").ZodTypeAny, {
202
- key: string;
203
202
  operation: "list_transitions";
203
+ key: string;
204
204
  credentials?: Partial<Record<CredentialType, string>> | undefined;
205
205
  }, {
206
- key: string;
207
206
  operation: "list_transitions";
207
+ key: string;
208
208
  credentials?: Partial<Record<CredentialType, string>> | undefined;
209
209
  }>, import("zod").ZodObject<{
210
210
  operation: import("zod").ZodLiteral<"list_projects">;
@@ -254,13 +254,13 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
254
254
  body: import("zod").ZodString;
255
255
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
256
256
  }, "strip", import("zod").ZodTypeAny, {
257
- key: string;
258
257
  operation: "add_comment";
258
+ key: string;
259
259
  body: string;
260
260
  credentials?: Partial<Record<CredentialType, string>> | undefined;
261
261
  }, {
262
- key: string;
263
262
  operation: "add_comment";
263
+ key: string;
264
264
  body: string;
265
265
  credentials?: Partial<Record<CredentialType, string>> | undefined;
266
266
  }>, import("zod").ZodObject<{
@@ -270,14 +270,14 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
270
270
  offset: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
271
271
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
272
272
  }, "strip", import("zod").ZodTypeAny, {
273
- key: string;
274
273
  operation: "get_comments";
274
+ key: string;
275
275
  limit: number;
276
276
  offset: number;
277
277
  credentials?: Partial<Record<CredentialType, string>> | undefined;
278
278
  }, {
279
- key: string;
280
279
  operation: "get_comments";
280
+ key: string;
281
281
  credentials?: Partial<Record<CredentialType, string>> | undefined;
282
282
  limit?: number | undefined;
283
283
  offset?: number | undefined;
@@ -2210,9 +2210,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2210
2210
  limit: import("zod").ZodOptional<import("zod").ZodNumber>;
2211
2211
  error: import("zod").ZodString;
2212
2212
  }, "strip", import("zod").ZodTypeAny, {
2213
- error: string;
2214
- success: boolean;
2215
2213
  operation: "search";
2214
+ success: boolean;
2215
+ error: string;
2216
2216
  issues?: {
2217
2217
  id?: string | undefined;
2218
2218
  key?: string | undefined;
@@ -2605,9 +2605,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2605
2605
  offset?: number | undefined;
2606
2606
  total?: number | undefined;
2607
2607
  }, {
2608
- error: string;
2609
- success: boolean;
2610
2608
  operation: "search";
2609
+ success: boolean;
2610
+ error: string;
2611
2611
  issues?: {
2612
2612
  id?: string | undefined;
2613
2613
  key?: string | undefined;
@@ -4924,9 +4924,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
4924
4924
  }>>;
4925
4925
  error: import("zod").ZodString;
4926
4926
  }, "strip", import("zod").ZodTypeAny, {
4927
- error: string;
4928
- success: boolean;
4929
4927
  operation: "get";
4928
+ success: boolean;
4929
+ error: string;
4930
4930
  issue?: {
4931
4931
  id?: string | undefined;
4932
4932
  key?: string | undefined;
@@ -5316,9 +5316,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5316
5316
  self?: string | undefined;
5317
5317
  } | undefined;
5318
5318
  }, {
5319
- error: string;
5320
- success: boolean;
5321
5319
  operation: "get";
5320
+ success: boolean;
5321
+ error: string;
5322
5322
  issue?: {
5323
5323
  id?: string | undefined;
5324
5324
  key?: string | undefined;
@@ -5725,18 +5725,18 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5725
5725
  }>>;
5726
5726
  error: import("zod").ZodString;
5727
5727
  }, "strip", import("zod").ZodTypeAny, {
5728
- error: string;
5729
- success: boolean;
5730
5728
  operation: "create";
5729
+ success: boolean;
5730
+ error: string;
5731
5731
  issue?: {
5732
5732
  id: string;
5733
5733
  key: string;
5734
5734
  self?: string | undefined;
5735
5735
  } | undefined;
5736
5736
  }, {
5737
- error: string;
5738
- success: boolean;
5739
5737
  operation: "create";
5738
+ success: boolean;
5739
+ error: string;
5740
5740
  issue?: {
5741
5741
  id: string;
5742
5742
  key: string;
@@ -5748,14 +5748,14 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5748
5748
  key: import("zod").ZodOptional<import("zod").ZodString>;
5749
5749
  error: import("zod").ZodString;
5750
5750
  }, "strip", import("zod").ZodTypeAny, {
5751
- error: string;
5752
- success: boolean;
5753
5751
  operation: "update";
5752
+ success: boolean;
5753
+ error: string;
5754
5754
  key?: string | undefined;
5755
5755
  }, {
5756
- error: string;
5757
- success: boolean;
5758
5756
  operation: "update";
5757
+ success: boolean;
5758
+ error: string;
5759
5759
  key?: string | undefined;
5760
5760
  }>, import("zod").ZodObject<{
5761
5761
  operation: import("zod").ZodLiteral<"transition">;
@@ -5764,15 +5764,15 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5764
5764
  new_status: import("zod").ZodOptional<import("zod").ZodString>;
5765
5765
  error: import("zod").ZodString;
5766
5766
  }, "strip", import("zod").ZodTypeAny, {
5767
- error: string;
5768
- success: boolean;
5769
5767
  operation: "transition";
5768
+ success: boolean;
5769
+ error: string;
5770
5770
  key?: string | undefined;
5771
5771
  new_status?: string | undefined;
5772
5772
  }, {
5773
- error: string;
5774
- success: boolean;
5775
5773
  operation: "transition";
5774
+ success: boolean;
5775
+ error: string;
5776
5776
  key?: string | undefined;
5777
5777
  new_status?: string | undefined;
5778
5778
  }>, import("zod").ZodObject<{
@@ -5910,9 +5910,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5910
5910
  }, import("zod").ZodTypeAny, "passthrough">>, "many">>;
5911
5911
  error: import("zod").ZodString;
5912
5912
  }, "strip", import("zod").ZodTypeAny, {
5913
- error: string;
5914
- success: boolean;
5915
5913
  operation: "list_transitions";
5914
+ success: boolean;
5915
+ error: string;
5916
5916
  transitions?: import("zod").objectOutputType<{
5917
5917
  id: import("zod").ZodString;
5918
5918
  name: import("zod").ZodString;
@@ -5958,9 +5958,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5958
5958
  }, import("zod").ZodTypeAny, "passthrough">>>;
5959
5959
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
5960
5960
  }, {
5961
- error: string;
5962
- success: boolean;
5963
5961
  operation: "list_transitions";
5962
+ success: boolean;
5963
+ error: string;
5964
5964
  transitions?: import("zod").objectInputType<{
5965
5965
  id: import("zod").ZodString;
5966
5966
  name: import("zod").ZodString;
@@ -6024,9 +6024,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
6024
6024
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
6025
6025
  error: import("zod").ZodString;
6026
6026
  }, "strip", import("zod").ZodTypeAny, {
6027
- error: string;
6028
- success: boolean;
6029
6027
  operation: "list_projects";
6028
+ success: boolean;
6029
+ error: string;
6030
6030
  projects?: import("zod").objectOutputType<{
6031
6031
  id: import("zod").ZodString;
6032
6032
  key: import("zod").ZodString;
@@ -6034,9 +6034,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
6034
6034
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
6035
6035
  total?: number | undefined;
6036
6036
  }, {
6037
- error: string;
6038
- success: boolean;
6039
6037
  operation: "list_projects";
6038
+ success: boolean;
6039
+ error: string;
6040
6040
  projects?: import("zod").objectInputType<{
6041
6041
  id: import("zod").ZodString;
6042
6042
  key: import("zod").ZodString;
@@ -6064,9 +6064,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
6064
6064
  }, import("zod").ZodTypeAny, "passthrough">>, "many">>;
6065
6065
  error: import("zod").ZodString;
6066
6066
  }, "strip", import("zod").ZodTypeAny, {
6067
- error: string;
6068
- success: boolean;
6069
6067
  operation: "list_issue_types";
6068
+ success: boolean;
6069
+ error: string;
6070
6070
  issue_types?: import("zod").objectOutputType<{
6071
6071
  id: import("zod").ZodString;
6072
6072
  name: import("zod").ZodString;
@@ -6074,9 +6074,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
6074
6074
  subtask: import("zod").ZodOptional<import("zod").ZodBoolean>;
6075
6075
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
6076
6076
  }, {
6077
- error: string;
6078
- success: boolean;
6079
6077
  operation: "list_issue_types";
6078
+ success: boolean;
6079
+ error: string;
6080
6080
  issue_types?: import("zod").objectInputType<{
6081
6081
  id: import("zod").ZodString;
6082
6082
  name: import("zod").ZodString;
@@ -6136,9 +6136,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
6136
6136
  }>, "many">>;
6137
6137
  error: import("zod").ZodString;
6138
6138
  }, "strip", import("zod").ZodTypeAny, {
6139
- error: string;
6140
- success: boolean;
6141
6139
  operation: "get_create_fields";
6140
+ success: boolean;
6141
+ error: string;
6142
6142
  issue_types?: {
6143
6143
  name: string;
6144
6144
  id: string;
@@ -6152,9 +6152,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
6152
6152
  }[];
6153
6153
  }[] | undefined;
6154
6154
  }, {
6155
- error: string;
6156
- success: boolean;
6157
6155
  operation: "get_create_fields";
6156
+ success: boolean;
6157
+ error: string;
6158
6158
  issue_types?: {
6159
6159
  name: string;
6160
6160
  id: string;
@@ -6239,9 +6239,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
6239
6239
  }, import("zod").ZodTypeAny, "passthrough">>>;
6240
6240
  error: import("zod").ZodString;
6241
6241
  }, "strip", import("zod").ZodTypeAny, {
6242
- error: string;
6243
- success: boolean;
6244
6242
  operation: "add_comment";
6243
+ success: boolean;
6244
+ error: string;
6245
6245
  comment?: import("zod").objectOutputType<{
6246
6246
  id: import("zod").ZodString;
6247
6247
  author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
@@ -6266,9 +6266,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
6266
6266
  updated: import("zod").ZodOptional<import("zod").ZodString>;
6267
6267
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
6268
6268
  }, {
6269
- error: string;
6270
- success: boolean;
6271
6269
  operation: "add_comment";
6270
+ success: boolean;
6271
+ error: string;
6272
6272
  comment?: import("zod").objectInputType<{
6273
6273
  id: import("zod").ZodString;
6274
6274
  author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
@@ -6365,9 +6365,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
6365
6365
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
6366
6366
  error: import("zod").ZodString;
6367
6367
  }, "strip", import("zod").ZodTypeAny, {
6368
- error: string;
6369
- success: boolean;
6370
6368
  operation: "get_comments";
6369
+ success: boolean;
6370
+ error: string;
6371
6371
  comments?: import("zod").objectOutputType<{
6372
6372
  id: import("zod").ZodString;
6373
6373
  author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
@@ -6393,9 +6393,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
6393
6393
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
6394
6394
  total?: number | undefined;
6395
6395
  }, {
6396
- error: string;
6397
- success: boolean;
6398
6396
  operation: "get_comments";
6397
+ success: boolean;
6398
+ error: string;
6399
6399
  comments?: import("zod").objectInputType<{
6400
6400
  id: import("zod").ZodString;
6401
6401
  author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{