@bubblelab/bubble-core 0.1.193 → 0.1.194

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 (81) hide show
  1. package/dist/bubble-bundle.d.ts +108 -108
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +72 -72
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +16 -16
  4. package/dist/bubbles/service-bubble/airtable.d.ts +54 -54
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +60 -60
  7. package/dist/bubbles/service-bubble/attio/attio.d.ts +42 -42
  8. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +4 -4
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +25 -25
  10. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +27 -27
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +90 -90
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +306 -306
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +204 -204
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +12 -12
  16. package/dist/bubbles/service-bubble/github.d.ts +220 -220
  17. package/dist/bubbles/service-bubble/gmail.d.ts +240 -240
  18. package/dist/bubbles/service-bubble/google-calendar.d.ts +50 -50
  19. package/dist/bubbles/service-bubble/google-drive.d.ts +56 -56
  20. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +34 -34
  21. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  22. package/dist/bubbles/service-bubble/http.d.ts +14 -14
  23. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +9 -9
  24. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/jira/jira.d.ts +181 -181
  26. package/dist/bubbles/service-bubble/linear/linear.d.ts +22 -22
  27. package/dist/bubbles/service-bubble/notion/notion.d.ts +1263 -1263
  28. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  29. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +20 -20
  30. package/dist/bubbles/service-bubble/resend.d.ts +22 -22
  31. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +12 -12
  32. package/dist/bubbles/service-bubble/slack/slack.d.ts +340 -340
  33. package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
  34. package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
  35. package/dist/bubbles/service-bubble/storage.d.ts +56 -56
  36. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +96 -96
  37. package/dist/bubbles/service-bubble/telegram.d.ts +1111 -1111
  38. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
  39. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +2 -2
  40. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +2 -2
  41. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +2 -2
  42. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +2 -2
  43. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
  44. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +66 -66
  45. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts.map +1 -1
  46. package/dist/bubbles/tool-bubble/chart-js-tool.js +44 -7
  47. package/dist/bubbles/tool-bubble/chart-js-tool.js.map +1 -1
  48. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
  50. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  51. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  53. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  54. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +94 -94
  55. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  56. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  57. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  58. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +38 -38
  60. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +22 -22
  61. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  63. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
  64. package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
  65. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +46 -46
  66. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  67. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  68. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  69. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
  70. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  71. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +4 -4
  72. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  73. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
  74. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  75. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +68 -68
  76. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  77. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
  78. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +90 -90
  79. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  80. package/dist/bubbles.json +1 -1
  81. package/package.json +2 -2
@@ -47,9 +47,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
47
47
  fields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
48
48
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
49
49
  }, "strip", import("zod").ZodTypeAny, {
50
+ offset: number;
50
51
  operation: "search";
51
52
  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;
60
61
  fields?: string[] | undefined;
61
62
  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;
@@ -71,13 +71,13 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
71
71
  operation: "get";
72
72
  credentials?: Partial<Record<CredentialType, string>> | undefined;
73
73
  fields?: string[] | undefined;
74
- expand?: ("comments" | "transitions" | "changelog")[] | undefined;
74
+ expand?: ("transitions" | "comments" | "changelog")[] | undefined;
75
75
  }, {
76
76
  key: string;
77
77
  operation: "get";
78
78
  credentials?: Partial<Record<CredentialType, string>> | undefined;
79
79
  fields?: string[] | undefined;
80
- expand?: ("comments" | "transitions" | "changelog")[] | undefined;
80
+ expand?: ("transitions" | "comments" | "changelog")[] | undefined;
81
81
  }>, import("zod").ZodObject<{
82
82
  operation: import("zod").ZodLiteral<"create">;
83
83
  project: import("zod").ZodString;
@@ -98,9 +98,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
98
98
  project: string;
99
99
  description?: string | undefined;
100
100
  credentials?: Partial<Record<CredentialType, string>> | undefined;
101
+ labels?: string[] | undefined;
101
102
  priority?: string | undefined;
102
103
  parent?: string | undefined;
103
- labels?: string[] | undefined;
104
104
  assignee?: string | undefined;
105
105
  due_date?: string | undefined;
106
106
  custom_fields?: Record<string, unknown> | undefined;
@@ -111,9 +111,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
111
111
  type?: string | undefined;
112
112
  description?: string | undefined;
113
113
  credentials?: Partial<Record<CredentialType, string>> | undefined;
114
+ labels?: string[] | undefined;
114
115
  priority?: string | undefined;
115
116
  parent?: string | undefined;
116
- labels?: string[] | undefined;
117
117
  assignee?: string | undefined;
118
118
  due_date?: string | undefined;
119
119
  custom_fields?: Record<string, unknown> | undefined;
@@ -145,13 +145,13 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
145
145
  operation: "update";
146
146
  description?: string | undefined;
147
147
  credentials?: Partial<Record<CredentialType, string>> | undefined;
148
- priority?: string | undefined;
149
- summary?: string | undefined;
150
148
  labels?: {
151
149
  set?: string[] | undefined;
152
150
  remove?: string[] | undefined;
153
151
  add?: string[] | undefined;
154
152
  } | undefined;
153
+ priority?: string | undefined;
154
+ summary?: string | undefined;
155
155
  comment?: string | undefined;
156
156
  assignee?: string | null | undefined;
157
157
  due_date?: string | null | undefined;
@@ -160,13 +160,13 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
160
160
  operation: "update";
161
161
  description?: string | undefined;
162
162
  credentials?: Partial<Record<CredentialType, string>> | undefined;
163
- priority?: string | undefined;
164
- summary?: string | undefined;
165
163
  labels?: {
166
164
  set?: string[] | undefined;
167
165
  remove?: string[] | undefined;
168
166
  add?: string[] | undefined;
169
167
  } | undefined;
168
+ priority?: string | undefined;
169
+ summary?: string | undefined;
170
170
  comment?: string | undefined;
171
171
  assignee?: string | null | undefined;
172
172
  due_date?: string | null | undefined;
@@ -212,15 +212,15 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
212
212
  offset: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
213
213
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
214
214
  }, "strip", import("zod").ZodTypeAny, {
215
+ offset: number;
215
216
  operation: "list_projects";
216
217
  limit: number;
217
- offset: number;
218
218
  credentials?: Partial<Record<CredentialType, string>> | undefined;
219
219
  }, {
220
220
  operation: "list_projects";
221
221
  credentials?: Partial<Record<CredentialType, string>> | undefined;
222
- limit?: number | undefined;
223
222
  offset?: number | undefined;
223
+ limit?: number | undefined;
224
224
  }>, import("zod").ZodObject<{
225
225
  operation: import("zod").ZodLiteral<"list_issue_types">;
226
226
  project: import("zod").ZodString;
@@ -270,17 +270,17 @@ 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
+ offset: number;
273
274
  key: string;
274
275
  operation: "get_comments";
275
276
  limit: number;
276
- offset: number;
277
277
  credentials?: Partial<Record<CredentialType, string>> | undefined;
278
278
  }, {
279
279
  key: string;
280
280
  operation: "get_comments";
281
281
  credentials?: Partial<Record<CredentialType, string>> | undefined;
282
- limit?: number | undefined;
283
282
  offset?: number | undefined;
283
+ limit?: number | undefined;
284
284
  }>]>;
285
285
  static readonly resultSchema: import("zod").ZodDiscriminatedUnion<"operation", [import("zod").ZodObject<{
286
286
  operation: import("zod").ZodLiteral<"search">;
@@ -1431,8 +1431,52 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
1431
1431
  }, import("zod").ZodTypeAny, "passthrough">>, "many">>;
1432
1432
  changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
1433
1433
  }, "strip", import("zod").ZodTypeAny, {
1434
- key?: string | undefined;
1434
+ transitions?: import("zod").objectOutputType<{
1435
+ id: import("zod").ZodString;
1436
+ name: import("zod").ZodString;
1437
+ to: import("zod").ZodOptional<import("zod").ZodObject<{
1438
+ id: import("zod").ZodString;
1439
+ name: import("zod").ZodString;
1440
+ statusCategory: import("zod").ZodOptional<import("zod").ZodObject<{
1441
+ key: import("zod").ZodString;
1442
+ name: import("zod").ZodString;
1443
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
1444
+ key: import("zod").ZodString;
1445
+ name: import("zod").ZodString;
1446
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
1447
+ key: import("zod").ZodString;
1448
+ name: import("zod").ZodString;
1449
+ }, import("zod").ZodTypeAny, "passthrough">>>;
1450
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
1451
+ id: import("zod").ZodString;
1452
+ name: import("zod").ZodString;
1453
+ statusCategory: import("zod").ZodOptional<import("zod").ZodObject<{
1454
+ key: import("zod").ZodString;
1455
+ name: import("zod").ZodString;
1456
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
1457
+ key: import("zod").ZodString;
1458
+ name: import("zod").ZodString;
1459
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
1460
+ key: import("zod").ZodString;
1461
+ name: import("zod").ZodString;
1462
+ }, import("zod").ZodTypeAny, "passthrough">>>;
1463
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
1464
+ id: import("zod").ZodString;
1465
+ name: import("zod").ZodString;
1466
+ statusCategory: import("zod").ZodOptional<import("zod").ZodObject<{
1467
+ key: import("zod").ZodString;
1468
+ name: import("zod").ZodString;
1469
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
1470
+ key: import("zod").ZodString;
1471
+ name: import("zod").ZodString;
1472
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
1473
+ key: import("zod").ZodString;
1474
+ name: import("zod").ZodString;
1475
+ }, import("zod").ZodTypeAny, "passthrough">>>;
1476
+ }, import("zod").ZodTypeAny, "passthrough">>>;
1477
+ }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
1435
1478
  id?: string | undefined;
1479
+ key?: string | undefined;
1436
1480
  fields?: import("zod").objectOutputType<{
1437
1481
  summary: import("zod").ZodOptional<import("zod").ZodString>;
1438
1482
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -1770,9 +1814,11 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
1770
1814
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
1771
1815
  }, import("zod").ZodTypeAny, "passthrough">>>;
1772
1816
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
1817
+ changelog?: unknown;
1773
1818
  expand?: string | undefined;
1774
1819
  self?: string | undefined;
1775
- transitions?: import("zod").objectOutputType<{
1820
+ }, {
1821
+ transitions?: import("zod").objectInputType<{
1776
1822
  id: import("zod").ZodString;
1777
1823
  name: import("zod").ZodString;
1778
1824
  to: import("zod").ZodOptional<import("zod").ZodObject<{
@@ -1816,10 +1862,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
1816
1862
  }, import("zod").ZodTypeAny, "passthrough">>>;
1817
1863
  }, import("zod").ZodTypeAny, "passthrough">>>;
1818
1864
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
1819
- changelog?: unknown;
1820
- }, {
1821
- key?: string | undefined;
1822
1865
  id?: string | undefined;
1866
+ key?: string | undefined;
1823
1867
  fields?: import("zod").objectInputType<{
1824
1868
  summary: import("zod").ZodOptional<import("zod").ZodString>;
1825
1869
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -2157,9 +2201,20 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2157
2201
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
2158
2202
  }, import("zod").ZodTypeAny, "passthrough">>>;
2159
2203
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
2204
+ changelog?: unknown;
2160
2205
  expand?: string | undefined;
2161
2206
  self?: string | undefined;
2162
- transitions?: import("zod").objectInputType<{
2207
+ }>, "many">>;
2208
+ total: import("zod").ZodOptional<import("zod").ZodNumber>;
2209
+ offset: import("zod").ZodOptional<import("zod").ZodNumber>;
2210
+ limit: import("zod").ZodOptional<import("zod").ZodNumber>;
2211
+ error: import("zod").ZodString;
2212
+ }, "strip", import("zod").ZodTypeAny, {
2213
+ success: boolean;
2214
+ error: string;
2215
+ operation: "search";
2216
+ issues?: {
2217
+ transitions?: import("zod").objectOutputType<{
2163
2218
  id: import("zod").ZodString;
2164
2219
  name: import("zod").ZodString;
2165
2220
  to: import("zod").ZodOptional<import("zod").ZodObject<{
@@ -2203,19 +2258,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2203
2258
  }, import("zod").ZodTypeAny, "passthrough">>>;
2204
2259
  }, import("zod").ZodTypeAny, "passthrough">>>;
2205
2260
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
2206
- changelog?: unknown;
2207
- }>, "many">>;
2208
- total: import("zod").ZodOptional<import("zod").ZodNumber>;
2209
- offset: import("zod").ZodOptional<import("zod").ZodNumber>;
2210
- limit: import("zod").ZodOptional<import("zod").ZodNumber>;
2211
- error: import("zod").ZodString;
2212
- }, "strip", import("zod").ZodTypeAny, {
2213
- error: string;
2214
- success: boolean;
2215
- operation: "search";
2216
- issues?: {
2217
- key?: string | undefined;
2218
2261
  id?: string | undefined;
2262
+ key?: string | undefined;
2219
2263
  fields?: import("zod").objectOutputType<{
2220
2264
  summary: import("zod").ZodOptional<import("zod").ZodString>;
2221
2265
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -2553,9 +2597,19 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2553
2597
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
2554
2598
  }, import("zod").ZodTypeAny, "passthrough">>>;
2555
2599
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
2600
+ changelog?: unknown;
2556
2601
  expand?: string | undefined;
2557
2602
  self?: string | undefined;
2558
- transitions?: import("zod").objectOutputType<{
2603
+ }[] | undefined;
2604
+ offset?: number | undefined;
2605
+ limit?: number | undefined;
2606
+ total?: number | undefined;
2607
+ }, {
2608
+ success: boolean;
2609
+ error: string;
2610
+ operation: "search";
2611
+ issues?: {
2612
+ transitions?: import("zod").objectInputType<{
2559
2613
  id: import("zod").ZodString;
2560
2614
  name: import("zod").ZodString;
2561
2615
  to: import("zod").ZodOptional<import("zod").ZodObject<{
@@ -2599,18 +2653,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2599
2653
  }, import("zod").ZodTypeAny, "passthrough">>>;
2600
2654
  }, import("zod").ZodTypeAny, "passthrough">>>;
2601
2655
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
2602
- changelog?: unknown;
2603
- }[] | undefined;
2604
- limit?: number | undefined;
2605
- offset?: number | undefined;
2606
- total?: number | undefined;
2607
- }, {
2608
- error: string;
2609
- success: boolean;
2610
- operation: "search";
2611
- issues?: {
2612
- key?: string | undefined;
2613
2656
  id?: string | undefined;
2657
+ key?: string | undefined;
2614
2658
  fields?: import("zod").objectInputType<{
2615
2659
  summary: import("zod").ZodOptional<import("zod").ZodString>;
2616
2660
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -2948,56 +2992,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2948
2992
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
2949
2993
  }, import("zod").ZodTypeAny, "passthrough">>>;
2950
2994
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
2995
+ changelog?: unknown;
2951
2996
  expand?: string | undefined;
2952
2997
  self?: string | undefined;
2953
- transitions?: import("zod").objectInputType<{
2954
- id: import("zod").ZodString;
2955
- name: import("zod").ZodString;
2956
- to: import("zod").ZodOptional<import("zod").ZodObject<{
2957
- id: import("zod").ZodString;
2958
- name: import("zod").ZodString;
2959
- statusCategory: import("zod").ZodOptional<import("zod").ZodObject<{
2960
- key: import("zod").ZodString;
2961
- name: import("zod").ZodString;
2962
- }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
2963
- key: import("zod").ZodString;
2964
- name: import("zod").ZodString;
2965
- }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
2966
- key: import("zod").ZodString;
2967
- name: import("zod").ZodString;
2968
- }, import("zod").ZodTypeAny, "passthrough">>>;
2969
- }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
2970
- id: import("zod").ZodString;
2971
- name: import("zod").ZodString;
2972
- statusCategory: import("zod").ZodOptional<import("zod").ZodObject<{
2973
- key: import("zod").ZodString;
2974
- name: import("zod").ZodString;
2975
- }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
2976
- key: import("zod").ZodString;
2977
- name: import("zod").ZodString;
2978
- }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
2979
- key: import("zod").ZodString;
2980
- name: import("zod").ZodString;
2981
- }, import("zod").ZodTypeAny, "passthrough">>>;
2982
- }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
2983
- id: import("zod").ZodString;
2984
- name: import("zod").ZodString;
2985
- statusCategory: import("zod").ZodOptional<import("zod").ZodObject<{
2986
- key: import("zod").ZodString;
2987
- name: import("zod").ZodString;
2988
- }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
2989
- key: import("zod").ZodString;
2990
- name: import("zod").ZodString;
2991
- }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
2992
- key: import("zod").ZodString;
2993
- name: import("zod").ZodString;
2994
- }, import("zod").ZodTypeAny, "passthrough">>>;
2995
- }, import("zod").ZodTypeAny, "passthrough">>>;
2996
- }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
2997
- changelog?: unknown;
2998
2998
  }[] | undefined;
2999
- limit?: number | undefined;
3000
2999
  offset?: number | undefined;
3000
+ limit?: number | undefined;
3001
3001
  total?: number | undefined;
3002
3002
  }>, import("zod").ZodObject<{
3003
3003
  operation: import("zod").ZodLiteral<"get">;
@@ -4148,8 +4148,52 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
4148
4148
  }, import("zod").ZodTypeAny, "passthrough">>, "many">>;
4149
4149
  changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
4150
4150
  }, "strip", import("zod").ZodTypeAny, {
4151
- key?: string | undefined;
4151
+ transitions?: import("zod").objectOutputType<{
4152
+ id: import("zod").ZodString;
4153
+ name: import("zod").ZodString;
4154
+ to: import("zod").ZodOptional<import("zod").ZodObject<{
4155
+ id: import("zod").ZodString;
4156
+ name: import("zod").ZodString;
4157
+ statusCategory: import("zod").ZodOptional<import("zod").ZodObject<{
4158
+ key: import("zod").ZodString;
4159
+ name: import("zod").ZodString;
4160
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
4161
+ key: import("zod").ZodString;
4162
+ name: import("zod").ZodString;
4163
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
4164
+ key: import("zod").ZodString;
4165
+ name: import("zod").ZodString;
4166
+ }, import("zod").ZodTypeAny, "passthrough">>>;
4167
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
4168
+ id: import("zod").ZodString;
4169
+ name: import("zod").ZodString;
4170
+ statusCategory: import("zod").ZodOptional<import("zod").ZodObject<{
4171
+ key: import("zod").ZodString;
4172
+ name: import("zod").ZodString;
4173
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
4174
+ key: import("zod").ZodString;
4175
+ name: import("zod").ZodString;
4176
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
4177
+ key: import("zod").ZodString;
4178
+ name: import("zod").ZodString;
4179
+ }, import("zod").ZodTypeAny, "passthrough">>>;
4180
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
4181
+ id: import("zod").ZodString;
4182
+ name: import("zod").ZodString;
4183
+ statusCategory: import("zod").ZodOptional<import("zod").ZodObject<{
4184
+ key: import("zod").ZodString;
4185
+ name: import("zod").ZodString;
4186
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
4187
+ key: import("zod").ZodString;
4188
+ name: import("zod").ZodString;
4189
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
4190
+ key: import("zod").ZodString;
4191
+ name: import("zod").ZodString;
4192
+ }, import("zod").ZodTypeAny, "passthrough">>>;
4193
+ }, import("zod").ZodTypeAny, "passthrough">>>;
4194
+ }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
4152
4195
  id?: string | undefined;
4196
+ key?: string | undefined;
4153
4197
  fields?: import("zod").objectOutputType<{
4154
4198
  summary: import("zod").ZodOptional<import("zod").ZodString>;
4155
4199
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -4487,9 +4531,11 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
4487
4531
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
4488
4532
  }, import("zod").ZodTypeAny, "passthrough">>>;
4489
4533
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
4534
+ changelog?: unknown;
4490
4535
  expand?: string | undefined;
4491
4536
  self?: string | undefined;
4492
- transitions?: import("zod").objectOutputType<{
4537
+ }, {
4538
+ transitions?: import("zod").objectInputType<{
4493
4539
  id: import("zod").ZodString;
4494
4540
  name: import("zod").ZodString;
4495
4541
  to: import("zod").ZodOptional<import("zod").ZodObject<{
@@ -4533,10 +4579,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
4533
4579
  }, import("zod").ZodTypeAny, "passthrough">>>;
4534
4580
  }, import("zod").ZodTypeAny, "passthrough">>>;
4535
4581
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
4536
- changelog?: unknown;
4537
- }, {
4538
- key?: string | undefined;
4539
4582
  id?: string | undefined;
4583
+ key?: string | undefined;
4540
4584
  fields?: import("zod").objectInputType<{
4541
4585
  summary: import("zod").ZodOptional<import("zod").ZodString>;
4542
4586
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -4874,9 +4918,17 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
4874
4918
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
4875
4919
  }, import("zod").ZodTypeAny, "passthrough">>>;
4876
4920
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
4921
+ changelog?: unknown;
4877
4922
  expand?: string | undefined;
4878
4923
  self?: string | undefined;
4879
- transitions?: import("zod").objectInputType<{
4924
+ }>>;
4925
+ error: import("zod").ZodString;
4926
+ }, "strip", import("zod").ZodTypeAny, {
4927
+ success: boolean;
4928
+ error: string;
4929
+ operation: "get";
4930
+ issue?: {
4931
+ transitions?: import("zod").objectOutputType<{
4880
4932
  id: import("zod").ZodString;
4881
4933
  name: import("zod").ZodString;
4882
4934
  to: import("zod").ZodOptional<import("zod").ZodObject<{
@@ -4920,16 +4972,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
4920
4972
  }, import("zod").ZodTypeAny, "passthrough">>>;
4921
4973
  }, import("zod").ZodTypeAny, "passthrough">>>;
4922
4974
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
4923
- changelog?: unknown;
4924
- }>>;
4925
- error: import("zod").ZodString;
4926
- }, "strip", import("zod").ZodTypeAny, {
4927
- error: string;
4928
- success: boolean;
4929
- operation: "get";
4930
- issue?: {
4931
- key?: string | undefined;
4932
4975
  id?: string | undefined;
4976
+ key?: string | undefined;
4933
4977
  fields?: import("zod").objectOutputType<{
4934
4978
  summary: import("zod").ZodOptional<import("zod").ZodString>;
4935
4979
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -5267,9 +5311,16 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5267
5311
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
5268
5312
  }, import("zod").ZodTypeAny, "passthrough">>>;
5269
5313
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
5314
+ changelog?: unknown;
5270
5315
  expand?: string | undefined;
5271
5316
  self?: string | undefined;
5272
- transitions?: import("zod").objectOutputType<{
5317
+ } | undefined;
5318
+ }, {
5319
+ success: boolean;
5320
+ error: string;
5321
+ operation: "get";
5322
+ issue?: {
5323
+ transitions?: import("zod").objectInputType<{
5273
5324
  id: import("zod").ZodString;
5274
5325
  name: import("zod").ZodString;
5275
5326
  to: import("zod").ZodOptional<import("zod").ZodObject<{
@@ -5313,15 +5364,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5313
5364
  }, import("zod").ZodTypeAny, "passthrough">>>;
5314
5365
  }, import("zod").ZodTypeAny, "passthrough">>>;
5315
5366
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
5316
- changelog?: unknown;
5317
- } | undefined;
5318
- }, {
5319
- error: string;
5320
- success: boolean;
5321
- operation: "get";
5322
- issue?: {
5323
- key?: string | undefined;
5324
5367
  id?: string | undefined;
5368
+ key?: string | undefined;
5325
5369
  fields?: import("zod").objectInputType<{
5326
5370
  summary: import("zod").ZodOptional<import("zod").ZodString>;
5327
5371
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -5659,53 +5703,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5659
5703
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
5660
5704
  }, import("zod").ZodTypeAny, "passthrough">>>;
5661
5705
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
5706
+ changelog?: unknown;
5662
5707
  expand?: string | undefined;
5663
5708
  self?: string | undefined;
5664
- transitions?: import("zod").objectInputType<{
5665
- id: import("zod").ZodString;
5666
- name: import("zod").ZodString;
5667
- to: import("zod").ZodOptional<import("zod").ZodObject<{
5668
- id: import("zod").ZodString;
5669
- name: import("zod").ZodString;
5670
- statusCategory: import("zod").ZodOptional<import("zod").ZodObject<{
5671
- key: import("zod").ZodString;
5672
- name: import("zod").ZodString;
5673
- }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
5674
- key: import("zod").ZodString;
5675
- name: import("zod").ZodString;
5676
- }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
5677
- key: import("zod").ZodString;
5678
- name: import("zod").ZodString;
5679
- }, import("zod").ZodTypeAny, "passthrough">>>;
5680
- }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
5681
- id: import("zod").ZodString;
5682
- name: import("zod").ZodString;
5683
- statusCategory: import("zod").ZodOptional<import("zod").ZodObject<{
5684
- key: import("zod").ZodString;
5685
- name: import("zod").ZodString;
5686
- }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
5687
- key: import("zod").ZodString;
5688
- name: import("zod").ZodString;
5689
- }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
5690
- key: import("zod").ZodString;
5691
- name: import("zod").ZodString;
5692
- }, import("zod").ZodTypeAny, "passthrough">>>;
5693
- }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
5694
- id: import("zod").ZodString;
5695
- name: import("zod").ZodString;
5696
- statusCategory: import("zod").ZodOptional<import("zod").ZodObject<{
5697
- key: import("zod").ZodString;
5698
- name: import("zod").ZodString;
5699
- }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
5700
- key: import("zod").ZodString;
5701
- name: import("zod").ZodString;
5702
- }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
5703
- key: import("zod").ZodString;
5704
- name: import("zod").ZodString;
5705
- }, import("zod").ZodTypeAny, "passthrough">>>;
5706
- }, import("zod").ZodTypeAny, "passthrough">>>;
5707
- }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
5708
- changelog?: unknown;
5709
5709
  } | undefined;
5710
5710
  }>, import("zod").ZodObject<{
5711
5711
  operation: import("zod").ZodLiteral<"create">;
@@ -5715,31 +5715,31 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5715
5715
  key: import("zod").ZodString;
5716
5716
  self: import("zod").ZodOptional<import("zod").ZodString>;
5717
5717
  }, "strip", import("zod").ZodTypeAny, {
5718
- key: string;
5719
5718
  id: string;
5719
+ key: string;
5720
5720
  self?: string | undefined;
5721
5721
  }, {
5722
- key: string;
5723
5722
  id: string;
5723
+ key: string;
5724
5724
  self?: string | undefined;
5725
5725
  }>>;
5726
5726
  error: import("zod").ZodString;
5727
5727
  }, "strip", import("zod").ZodTypeAny, {
5728
- error: string;
5729
5728
  success: boolean;
5729
+ error: string;
5730
5730
  operation: "create";
5731
5731
  issue?: {
5732
- key: string;
5733
5732
  id: string;
5733
+ key: string;
5734
5734
  self?: string | undefined;
5735
5735
  } | undefined;
5736
5736
  }, {
5737
- error: string;
5738
5737
  success: boolean;
5738
+ error: string;
5739
5739
  operation: "create";
5740
5740
  issue?: {
5741
- key: string;
5742
5741
  id: string;
5742
+ key: string;
5743
5743
  self?: string | undefined;
5744
5744
  } | undefined;
5745
5745
  }>, import("zod").ZodObject<{
@@ -5748,13 +5748,13 @@ 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
5751
  success: boolean;
5752
+ error: string;
5753
5753
  operation: "update";
5754
5754
  key?: string | undefined;
5755
5755
  }, {
5756
- error: string;
5757
5756
  success: boolean;
5757
+ error: string;
5758
5758
  operation: "update";
5759
5759
  key?: string | undefined;
5760
5760
  }>, import("zod").ZodObject<{
@@ -5764,14 +5764,14 @@ 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
5767
  success: boolean;
5768
+ error: string;
5769
5769
  operation: "transition";
5770
5770
  key?: string | undefined;
5771
5771
  new_status?: string | undefined;
5772
5772
  }, {
5773
- error: string;
5774
5773
  success: boolean;
5774
+ error: string;
5775
5775
  operation: "transition";
5776
5776
  key?: string | undefined;
5777
5777
  new_status?: string | undefined;
@@ -5910,8 +5910,8 @@ 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
5913
  success: boolean;
5914
+ error: string;
5915
5915
  operation: "list_transitions";
5916
5916
  transitions?: import("zod").objectOutputType<{
5917
5917
  id: import("zod").ZodString;
@@ -5958,8 +5958,8 @@ 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
5961
  success: boolean;
5962
+ error: string;
5963
5963
  operation: "list_transitions";
5964
5964
  transitions?: import("zod").objectInputType<{
5965
5965
  id: import("zod").ZodString;
@@ -6024,8 +6024,8 @@ 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
6027
  success: boolean;
6028
+ error: string;
6029
6029
  operation: "list_projects";
6030
6030
  projects?: import("zod").objectOutputType<{
6031
6031
  id: import("zod").ZodString;
@@ -6034,8 +6034,8 @@ 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
6037
  success: boolean;
6038
+ error: string;
6039
6039
  operation: "list_projects";
6040
6040
  projects?: import("zod").objectInputType<{
6041
6041
  id: import("zod").ZodString;
@@ -6064,8 +6064,8 @@ 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
6067
  success: boolean;
6068
+ error: string;
6069
6069
  operation: "list_issue_types";
6070
6070
  issue_types?: import("zod").objectOutputType<{
6071
6071
  id: import("zod").ZodString;
@@ -6074,8 +6074,8 @@ 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
6077
  success: boolean;
6078
+ error: string;
6079
6079
  operation: "list_issue_types";
6080
6080
  issue_types?: import("zod").objectInputType<{
6081
6081
  id: import("zod").ZodString;
@@ -6136,8 +6136,8 @@ 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
6139
  success: boolean;
6140
+ error: string;
6141
6141
  operation: "get_create_fields";
6142
6142
  issue_types?: {
6143
6143
  name: string;
@@ -6152,8 +6152,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
6152
6152
  }[];
6153
6153
  }[] | undefined;
6154
6154
  }, {
6155
- error: string;
6156
6155
  success: boolean;
6156
+ error: string;
6157
6157
  operation: "get_create_fields";
6158
6158
  issue_types?: {
6159
6159
  name: string;
@@ -6239,8 +6239,8 @@ 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
6242
  success: boolean;
6243
+ error: string;
6244
6244
  operation: "add_comment";
6245
6245
  comment?: import("zod").objectOutputType<{
6246
6246
  id: import("zod").ZodString;
@@ -6266,8 +6266,8 @@ 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
6269
  success: boolean;
6270
+ error: string;
6271
6271
  operation: "add_comment";
6272
6272
  comment?: import("zod").objectInputType<{
6273
6273
  id: import("zod").ZodString;
@@ -6365,8 +6365,8 @@ 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
6368
  success: boolean;
6369
+ error: string;
6370
6370
  operation: "get_comments";
6371
6371
  comments?: import("zod").objectOutputType<{
6372
6372
  id: import("zod").ZodString;
@@ -6393,8 +6393,8 @@ 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
6396
  success: boolean;
6397
+ error: string;
6398
6398
  operation: "get_comments";
6399
6399
  comments?: import("zod").objectInputType<{
6400
6400
  id: import("zod").ZodString;