@bubblelab/bubble-core 0.1.40 → 0.1.41

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 (86) hide show
  1. package/dist/bubble-bundle.d.ts +146 -125
  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 +132 -132
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts +98 -98
  7. package/dist/bubbles/service-bubble/airtable.d.ts +122 -122
  8. package/dist/bubbles/service-bubble/apify/apify.d.ts +16 -16
  9. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +148 -148
  10. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +102 -102
  11. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +63 -63
  12. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +23 -23
  13. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +94 -94
  14. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +126 -126
  15. package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
  16. package/dist/bubbles/service-bubble/firecrawl.d.ts +480 -480
  17. package/dist/bubbles/service-bubble/followupboss.d.ts +256 -256
  18. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
  19. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +128 -128
  20. package/dist/bubbles/service-bubble/github.d.ts +124 -124
  21. package/dist/bubbles/service-bubble/gmail.d.ts +240 -240
  22. package/dist/bubbles/service-bubble/google-calendar.d.ts +136 -136
  23. package/dist/bubbles/service-bubble/google-drive.d.ts +136 -136
  24. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +62 -62
  25. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +18 -18
  26. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  27. package/dist/bubbles/service-bubble/http.d.ts +4 -4
  28. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  29. package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
  30. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +17 -17
  31. package/dist/bubbles/service-bubble/notion/notion.d.ts +220 -220
  32. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  33. package/dist/bubbles/service-bubble/resend.d.ts +24 -24
  34. package/dist/bubbles/service-bubble/slack/slack.d.ts +322 -322
  35. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  36. package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
  37. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +31 -31
  38. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +7 -7
  39. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  41. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  42. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +24 -24
  43. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +20 -20
  46. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  47. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts +3 -0
  48. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts.map +1 -0
  49. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js +3 -0
  50. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js.map +1 -0
  51. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +143 -0
  52. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -0
  53. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +589 -0
  54. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js.map +1 -0
  55. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +93 -0
  56. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +1 -0
  57. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +44 -0
  58. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +1 -0
  59. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +300 -300
  60. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  61. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +28 -28
  62. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  63. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +14 -14
  64. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  65. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +62 -62
  66. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  67. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +88 -88
  68. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  69. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  70. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  71. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
  72. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +8 -8
  73. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  74. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +14 -14
  75. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +14 -14
  76. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +82 -82
  77. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +28 -28
  78. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +12 -12
  79. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +24 -24
  80. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +14 -14
  81. package/dist/bubbles.json +125 -40
  82. package/dist/index.d.ts +1 -0
  83. package/dist/index.d.ts.map +1 -1
  84. package/dist/index.js +1 -0
  85. package/dist/index.js.map +1 -1
  86. package/package.json +2 -2
@@ -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;
@@ -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";
94
95
  type: string;
95
96
  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
- summary: string;
107
106
  operation: "create";
107
+ summary: string;
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
- key: string;
142
141
  operation: "update";
142
+ key: string;
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
- key: string;
157
156
  operation: "update";
157
+ key: string;
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
- key: string;
180
179
  operation: "transition";
180
+ key: string;
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
- key: string;
188
187
  operation: "transition";
188
+ key: string;
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
- key: string;
200
199
  operation: "list_transitions";
200
+ key: string;
201
201
  credentials?: Partial<Record<CredentialType, string>> | undefined;
202
202
  }, {
203
- key: string;
204
203
  operation: "list_transitions";
204
+ key: string;
205
205
  credentials?: Partial<Record<CredentialType, string>> | undefined;
206
206
  }>, import("zod").ZodObject<{
207
207
  operation: import("zod").ZodLiteral<"list_projects">;
@@ -236,13 +236,13 @@ 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;
240
239
  operation: "add_comment";
240
+ key: string;
241
241
  body: string;
242
242
  credentials?: Partial<Record<CredentialType, string>> | undefined;
243
243
  }, {
244
- key: string;
245
244
  operation: "add_comment";
245
+ key: string;
246
246
  body: string;
247
247
  credentials?: Partial<Record<CredentialType, string>> | undefined;
248
248
  }>, import("zod").ZodObject<{
@@ -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;
256
255
  operation: "get_comments";
256
+ key: string;
257
257
  limit: number;
258
258
  offset: number;
259
259
  credentials?: Partial<Record<CredentialType, string>> | undefined;
260
260
  }, {
261
- key: string;
262
261
  operation: "get_comments";
262
+ key: string;
263
263
  credentials?: Partial<Record<CredentialType, string>> | undefined;
264
264
  limit?: number | undefined;
265
265
  offset?: number | undefined;
@@ -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
- error: string;
2196
- success: boolean;
2197
2195
  operation: "search";
2196
+ success: boolean;
2197
+ error: string;
2198
2198
  issues?: {
2199
2199
  id?: string | undefined;
2200
2200
  fields?: import("zod").objectOutputType<{
@@ -2587,9 +2587,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2587
2587
  offset?: number | undefined;
2588
2588
  total?: number | undefined;
2589
2589
  }, {
2590
- error: string;
2591
- success: boolean;
2592
2590
  operation: "search";
2591
+ success: boolean;
2592
+ error: string;
2593
2593
  issues?: {
2594
2594
  id?: string | undefined;
2595
2595
  fields?: import("zod").objectInputType<{
@@ -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
- error: string;
4910
- success: boolean;
4911
4909
  operation: "get";
4910
+ success: boolean;
4911
+ error: string;
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
- error: string;
5302
- success: boolean;
5303
5301
  operation: "get";
5302
+ success: boolean;
5303
+ error: string;
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
- error: string;
5711
- success: boolean;
5712
5710
  operation: "create";
5711
+ success: boolean;
5712
+ error: string;
5713
5713
  issue?: {
5714
5714
  id: string;
5715
5715
  key: string;
5716
5716
  self?: string | undefined;
5717
5717
  } | undefined;
5718
5718
  }, {
5719
- error: string;
5720
- success: boolean;
5721
5719
  operation: "create";
5720
+ success: boolean;
5721
+ error: string;
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
- error: string;
5734
- success: boolean;
5735
5733
  operation: "update";
5734
+ success: boolean;
5735
+ error: string;
5736
5736
  key?: string | undefined;
5737
5737
  }, {
5738
- error: string;
5739
- success: boolean;
5740
5738
  operation: "update";
5739
+ success: boolean;
5740
+ error: string;
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
- error: string;
5750
- success: boolean;
5751
5749
  operation: "transition";
5750
+ success: boolean;
5751
+ error: string;
5752
5752
  key?: string | undefined;
5753
5753
  new_status?: string | undefined;
5754
5754
  }, {
5755
- error: string;
5756
- success: boolean;
5757
5755
  operation: "transition";
5756
+ success: boolean;
5757
+ error: string;
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
- error: string;
5896
- success: boolean;
5897
5895
  operation: "list_transitions";
5896
+ success: boolean;
5897
+ error: string;
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
- error: string;
5944
- success: boolean;
5945
5943
  operation: "list_transitions";
5944
+ success: boolean;
5945
+ error: string;
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
- error: string;
6010
- success: boolean;
6011
6009
  operation: "list_projects";
6010
+ success: boolean;
6011
+ error: string;
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
- error: string;
6020
- success: boolean;
6021
6019
  operation: "list_projects";
6020
+ success: boolean;
6021
+ error: string;
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
- error: string;
6050
- success: boolean;
6051
6049
  operation: "list_issue_types";
6050
+ success: boolean;
6051
+ error: string;
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
- error: string;
6060
- success: boolean;
6061
6059
  operation: "list_issue_types";
6060
+ success: boolean;
6061
+ error: string;
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
- error: string;
6141
- success: boolean;
6142
6140
  operation: "add_comment";
6141
+ success: boolean;
6142
+ error: string;
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
- error: string;
6168
- success: boolean;
6169
6167
  operation: "add_comment";
6168
+ success: boolean;
6169
+ error: string;
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
- error: string;
6267
- success: boolean;
6268
6266
  operation: "get_comments";
6267
+ success: boolean;
6268
+ error: string;
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
- error: string;
6295
- success: boolean;
6296
6294
  operation: "get_comments";
6295
+ success: boolean;
6296
+ error: string;
6297
6297
  comments?: import("zod").objectInputType<{
6298
6298
  id: import("zod").ZodString;
6299
6299
  author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
@@ -2229,9 +2229,9 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2229
2229
  }, {
2230
2230
  operation: "search";
2231
2231
  jql: string;
2232
- limit?: number | undefined;
2233
2232
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2234
2233
  fields?: string[] | undefined;
2234
+ limit?: number | undefined;
2235
2235
  offset?: number | undefined;
2236
2236
  }>, z.ZodObject<{
2237
2237
  operation: z.ZodLiteral<"get">;
@@ -2264,16 +2264,16 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2264
2264
  due_date: z.ZodOptional<z.ZodString>;
2265
2265
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
2266
2266
  }, "strip", z.ZodTypeAny, {
2267
- type: string;
2268
2267
  operation: "create";
2268
+ type: string;
2269
2269
  summary: string;
2270
2270
  project: string;
2271
2271
  description?: string | undefined;
2272
2272
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2273
- labels?: string[] | undefined;
2273
+ priority?: string | undefined;
2274
2274
  parent?: string | undefined;
2275
+ labels?: string[] | undefined;
2275
2276
  assignee?: string | undefined;
2276
- priority?: string | undefined;
2277
2277
  due_date?: string | undefined;
2278
2278
  }, {
2279
2279
  operation: "create";
@@ -2282,10 +2282,10 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2282
2282
  type?: string | undefined;
2283
2283
  description?: string | undefined;
2284
2284
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2285
- labels?: string[] | undefined;
2285
+ priority?: string | undefined;
2286
2286
  parent?: string | undefined;
2287
+ labels?: string[] | undefined;
2287
2288
  assignee?: string | undefined;
2288
- priority?: string | undefined;
2289
2289
  due_date?: string | undefined;
2290
2290
  }>, z.ZodObject<{
2291
2291
  operation: z.ZodLiteral<"update">;
@@ -2300,12 +2300,12 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2300
2300
  set: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2301
2301
  }, "strip", z.ZodTypeAny, {
2302
2302
  set?: string[] | undefined;
2303
- add?: string[] | undefined;
2304
2303
  remove?: string[] | undefined;
2304
+ add?: string[] | undefined;
2305
2305
  }, {
2306
2306
  set?: string[] | undefined;
2307
- add?: string[] | undefined;
2308
2307
  remove?: string[] | undefined;
2308
+ add?: string[] | undefined;
2309
2309
  }>>;
2310
2310
  due_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2311
2311
  comment: z.ZodOptional<z.ZodString>;
@@ -2315,30 +2315,30 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2315
2315
  key: string;
2316
2316
  description?: string | undefined;
2317
2317
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2318
+ priority?: string | undefined;
2318
2319
  summary?: string | undefined;
2319
2320
  labels?: {
2320
2321
  set?: string[] | undefined;
2321
- add?: string[] | undefined;
2322
2322
  remove?: string[] | undefined;
2323
+ add?: string[] | undefined;
2323
2324
  } | undefined;
2324
2325
  comment?: string | undefined;
2325
2326
  assignee?: string | null | undefined;
2326
- priority?: string | undefined;
2327
2327
  due_date?: string | null | undefined;
2328
2328
  }, {
2329
2329
  operation: "update";
2330
2330
  key: string;
2331
2331
  description?: string | undefined;
2332
2332
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2333
+ priority?: string | undefined;
2333
2334
  summary?: string | undefined;
2334
2335
  labels?: {
2335
2336
  set?: string[] | undefined;
2336
- add?: string[] | undefined;
2337
2337
  remove?: string[] | undefined;
2338
+ add?: string[] | undefined;
2338
2339
  } | undefined;
2339
2340
  comment?: string | undefined;
2340
2341
  assignee?: string | null | undefined;
2341
- priority?: string | undefined;
2342
2342
  due_date?: string | null | undefined;
2343
2343
  }>, z.ZodObject<{
2344
2344
  operation: z.ZodLiteral<"transition">;
@@ -2388,8 +2388,8 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2388
2388
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2389
2389
  }, {
2390
2390
  operation: "list_projects";
2391
- limit?: number | undefined;
2392
2391
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2392
+ limit?: number | undefined;
2393
2393
  offset?: number | undefined;
2394
2394
  }>, z.ZodObject<{
2395
2395
  operation: z.ZodLiteral<"list_issue_types">;
@@ -2410,13 +2410,13 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2410
2410
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
2411
2411
  }, "strip", z.ZodTypeAny, {
2412
2412
  operation: "add_comment";
2413
- body: string;
2414
2413
  key: string;
2414
+ body: string;
2415
2415
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2416
2416
  }, {
2417
2417
  operation: "add_comment";
2418
- body: string;
2419
2418
  key: string;
2419
+ body: string;
2420
2420
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2421
2421
  }>, z.ZodObject<{
2422
2422
  operation: z.ZodLiteral<"get_comments">;
@@ -2426,15 +2426,15 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2426
2426
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
2427
2427
  }, "strip", z.ZodTypeAny, {
2428
2428
  operation: "get_comments";
2429
+ key: string;
2429
2430
  limit: number;
2430
2431
  offset: number;
2431
- key: string;
2432
2432
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2433
2433
  }, {
2434
2434
  operation: "get_comments";
2435
2435
  key: string;
2436
- limit?: number | undefined;
2437
2436
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2437
+ limit?: number | undefined;
2438
2438
  offset?: number | undefined;
2439
2439
  }>]>;
2440
2440
  export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{