@bubblelab/bubble-core 0.1.174 → 0.1.175

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 (124) hide show
  1. package/dist/bubble-bundle.d.ts +235 -157
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +8 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +88 -88
  6. package/dist/bubbles/service-bubble/airtable.d.ts +108 -108
  7. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
  8. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +4 -4
  9. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +12 -12
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  11. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +8 -8
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +52 -52
  13. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +18 -18
  14. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +10 -10
  15. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +27 -27
  16. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
  17. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +131 -131
  18. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  19. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +28 -28
  20. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +84 -84
  21. package/dist/bubbles/service-bubble/attio/attio.d.ts +563 -0
  22. package/dist/bubbles/service-bubble/attio/attio.d.ts.map +1 -0
  23. package/dist/bubbles/service-bubble/attio/attio.js +484 -0
  24. package/dist/bubbles/service-bubble/attio/attio.js.map +1 -0
  25. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +527 -0
  26. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts.map +1 -0
  27. package/dist/bubbles/service-bubble/attio/attio.schema.js +386 -0
  28. package/dist/bubbles/service-bubble/attio/attio.schema.js.map +1 -0
  29. package/dist/bubbles/service-bubble/attio/attio.utils.d.ts +1 -0
  30. package/dist/bubbles/service-bubble/attio/attio.utils.d.ts.map +1 -0
  31. package/dist/bubbles/service-bubble/attio/attio.utils.js +4 -0
  32. package/dist/bubbles/service-bubble/attio/attio.utils.js.map +1 -0
  33. package/dist/bubbles/service-bubble/attio/index.d.ts +3 -0
  34. package/dist/bubbles/service-bubble/attio/index.d.ts.map +1 -0
  35. package/dist/bubbles/service-bubble/attio/index.js +3 -0
  36. package/dist/bubbles/service-bubble/attio/index.js.map +1 -0
  37. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
  38. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +30 -30
  39. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
  40. package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +24 -24
  41. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +56 -56
  42. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
  43. package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
  44. package/dist/bubbles/service-bubble/firecrawl.d.ts +982 -982
  45. package/dist/bubbles/service-bubble/followupboss.d.ts +192 -192
  46. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +72 -72
  47. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
  48. package/dist/bubbles/service-bubble/github.d.ts +174 -174
  49. package/dist/bubbles/service-bubble/gmail.d.ts +533 -533
  50. package/dist/bubbles/service-bubble/google-calendar.d.ts +134 -134
  51. package/dist/bubbles/service-bubble/google-drive.d.ts +66 -66
  52. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
  53. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +48 -48
  54. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  55. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  56. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +388 -0
  57. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts.map +1 -0
  58. package/dist/bubbles/service-bubble/hubspot/hubspot.js +241 -0
  59. package/dist/bubbles/service-bubble/hubspot/hubspot.js.map +1 -0
  60. package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +345 -0
  61. package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts.map +1 -0
  62. package/dist/bubbles/service-bubble/hubspot/hubspot.schema.js +180 -0
  63. package/dist/bubbles/service-bubble/hubspot/hubspot.schema.js.map +1 -0
  64. package/dist/bubbles/service-bubble/hubspot/index.d.ts +3 -0
  65. package/dist/bubbles/service-bubble/hubspot/index.d.ts.map +1 -0
  66. package/dist/bubbles/service-bubble/hubspot/index.js +3 -0
  67. package/dist/bubbles/service-bubble/hubspot/index.js.map +1 -0
  68. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  69. package/dist/bubbles/service-bubble/jira/jira.d.ts +47 -47
  70. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +94 -94
  71. package/dist/bubbles/service-bubble/linear/linear.d.ts +39 -39
  72. package/dist/bubbles/service-bubble/linear/linear.schema.d.ts +32 -32
  73. package/dist/bubbles/service-bubble/notion/notion.d.ts +1577 -1577
  74. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  75. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  76. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +23 -23
  77. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +26 -26
  78. package/dist/bubbles/service-bubble/resend.d.ts +28 -28
  79. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +8 -8
  80. package/dist/bubbles/service-bubble/sendsafely/sendsafely.schema.d.ts +12 -12
  81. package/dist/bubbles/service-bubble/slack/slack.d.ts +412 -412
  82. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  83. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +126 -126
  84. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +143 -143
  85. package/dist/bubbles/service-bubble/telegram.d.ts +1889 -1889
  86. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +15 -15
  87. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +13 -13
  88. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +2 -2
  89. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +2 -2
  90. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +2 -2
  91. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +2 -2
  92. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +2 -2
  93. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +2 -2
  94. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +2 -2
  95. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +2 -2
  96. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +2 -2
  97. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
  98. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +22 -22
  99. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +54 -54
  100. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
  101. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
  102. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +190 -190
  103. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +48 -48
  104. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +26 -26
  105. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +2 -2
  106. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +32 -32
  107. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +54 -54
  108. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +14 -14
  109. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  110. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +10 -10
  111. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  112. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
  113. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  114. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +74 -74
  115. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  116. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
  117. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +84 -84
  118. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  119. package/dist/bubbles.json +1598 -2
  120. package/dist/index.d.ts +4 -0
  121. package/dist/index.d.ts.map +1 -1
  122. package/dist/index.js +2 -0
  123. package/dist/index.js.map +1 -1
  124. package/package.json +2 -2
@@ -56,10 +56,10 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
56
56
  }, {
57
57
  operation: "search";
58
58
  jql: string;
59
- credentials?: Partial<Record<CredentialType, string>> | undefined;
60
- fields?: string[] | undefined;
61
59
  limit?: number | undefined;
62
60
  offset?: number | undefined;
61
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
62
+ fields?: string[] | undefined;
63
63
  }>, import("zod").ZodObject<{
64
64
  operation: import("zod").ZodLiteral<"get">;
65
65
  key: import("zod").ZodString;
@@ -92,16 +92,16 @@ 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
- type: string;
96
95
  operation: "create";
96
+ type: string;
97
97
  summary: string;
98
98
  project: string;
99
99
  description?: string | undefined;
100
100
  credentials?: Partial<Record<CredentialType, string>> | undefined;
101
- labels?: string[] | undefined;
101
+ priority?: string | undefined;
102
102
  parent?: string | undefined;
103
+ labels?: string[] | undefined;
103
104
  assignee?: string | undefined;
104
- priority?: string | undefined;
105
105
  due_date?: string | undefined;
106
106
  custom_fields?: Record<string, unknown> | undefined;
107
107
  }, {
@@ -111,10 +111,10 @@ 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
+ priority?: string | undefined;
115
115
  parent?: string | undefined;
116
+ labels?: string[] | undefined;
116
117
  assignee?: string | undefined;
117
- priority?: string | undefined;
118
118
  due_date?: string | undefined;
119
119
  custom_fields?: Record<string, unknown> | undefined;
120
120
  }>, import("zod").ZodObject<{
@@ -130,12 +130,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
130
130
  set: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
131
131
  }, "strip", import("zod").ZodTypeAny, {
132
132
  set?: string[] | undefined;
133
- add?: string[] | undefined;
134
133
  remove?: string[] | undefined;
134
+ add?: string[] | undefined;
135
135
  }, {
136
136
  set?: string[] | undefined;
137
- add?: string[] | undefined;
138
137
  remove?: string[] | undefined;
138
+ add?: string[] | undefined;
139
139
  }>>;
140
140
  due_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
141
141
  comment: import("zod").ZodOptional<import("zod").ZodString>;
@@ -145,30 +145,30 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
145
145
  key: string;
146
146
  description?: string | undefined;
147
147
  credentials?: Partial<Record<CredentialType, string>> | undefined;
148
+ priority?: string | undefined;
149
+ summary?: string | undefined;
148
150
  labels?: {
149
151
  set?: string[] | undefined;
150
- add?: string[] | undefined;
151
152
  remove?: string[] | undefined;
153
+ add?: string[] | undefined;
152
154
  } | undefined;
153
- summary?: string | undefined;
154
155
  comment?: string | undefined;
155
156
  assignee?: string | null | undefined;
156
- priority?: string | undefined;
157
157
  due_date?: string | null | undefined;
158
158
  }, {
159
159
  operation: "update";
160
160
  key: string;
161
161
  description?: string | undefined;
162
162
  credentials?: Partial<Record<CredentialType, string>> | undefined;
163
+ priority?: string | undefined;
164
+ summary?: string | undefined;
163
165
  labels?: {
164
166
  set?: string[] | undefined;
165
- add?: string[] | undefined;
166
167
  remove?: string[] | undefined;
168
+ add?: string[] | undefined;
167
169
  } | undefined;
168
- summary?: string | undefined;
169
170
  comment?: string | undefined;
170
171
  assignee?: string | null | undefined;
171
- priority?: string | undefined;
172
172
  due_date?: string | null | undefined;
173
173
  }>, import("zod").ZodObject<{
174
174
  operation: import("zod").ZodLiteral<"transition">;
@@ -218,9 +218,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
218
218
  credentials?: Partial<Record<CredentialType, string>> | undefined;
219
219
  }, {
220
220
  operation: "list_projects";
221
- credentials?: Partial<Record<CredentialType, string>> | undefined;
222
221
  limit?: number | undefined;
223
222
  offset?: number | undefined;
223
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
224
224
  }>, import("zod").ZodObject<{
225
225
  operation: import("zod").ZodLiteral<"list_issue_types">;
226
226
  project: import("zod").ZodString;
@@ -278,9 +278,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
278
278
  }, {
279
279
  operation: "get_comments";
280
280
  key: string;
281
- credentials?: Partial<Record<CredentialType, string>> | undefined;
282
281
  limit?: number | undefined;
283
282
  offset?: number | undefined;
283
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
284
284
  }>]>;
285
285
  static readonly resultSchema: import("zod").ZodDiscriminatedUnion<"operation", [import("zod").ZodObject<{
286
286
  operation: import("zod").ZodLiteral<"search">;
@@ -1432,6 +1432,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
1432
1432
  changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
1433
1433
  }, "strip", import("zod").ZodTypeAny, {
1434
1434
  id?: string | undefined;
1435
+ key?: string | undefined;
1435
1436
  fields?: import("zod").objectOutputType<{
1436
1437
  summary: import("zod").ZodOptional<import("zod").ZodString>;
1437
1438
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -1769,7 +1770,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
1769
1770
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
1770
1771
  }, import("zod").ZodTypeAny, "passthrough">>>;
1771
1772
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
1772
- key?: string | undefined;
1773
1773
  changelog?: unknown;
1774
1774
  transitions?: import("zod").objectOutputType<{
1775
1775
  id: import("zod").ZodString;
@@ -1819,6 +1819,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
1819
1819
  self?: string | undefined;
1820
1820
  }, {
1821
1821
  id?: string | undefined;
1822
+ key?: string | undefined;
1822
1823
  fields?: import("zod").objectInputType<{
1823
1824
  summary: import("zod").ZodOptional<import("zod").ZodString>;
1824
1825
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -2156,7 +2157,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2156
2157
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
2157
2158
  }, import("zod").ZodTypeAny, "passthrough">>>;
2158
2159
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
2159
- key?: string | undefined;
2160
2160
  changelog?: unknown;
2161
2161
  transitions?: import("zod").objectInputType<{
2162
2162
  id: import("zod").ZodString;
@@ -2210,11 +2210,12 @@ 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
+ operation: "search";
2213
2214
  success: boolean;
2214
2215
  error: string;
2215
- operation: "search";
2216
2216
  issues?: {
2217
2217
  id?: string | undefined;
2218
+ key?: string | undefined;
2218
2219
  fields?: import("zod").objectOutputType<{
2219
2220
  summary: import("zod").ZodOptional<import("zod").ZodString>;
2220
2221
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -2552,7 +2553,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2552
2553
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
2553
2554
  }, import("zod").ZodTypeAny, "passthrough">>>;
2554
2555
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
2555
- key?: string | undefined;
2556
2556
  changelog?: unknown;
2557
2557
  transitions?: import("zod").objectOutputType<{
2558
2558
  id: import("zod").ZodString;
@@ -2605,11 +2605,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2605
2605
  offset?: number | undefined;
2606
2606
  total?: number | undefined;
2607
2607
  }, {
2608
+ operation: "search";
2608
2609
  success: boolean;
2609
2610
  error: string;
2610
- operation: "search";
2611
2611
  issues?: {
2612
2612
  id?: string | undefined;
2613
+ key?: string | undefined;
2613
2614
  fields?: import("zod").objectInputType<{
2614
2615
  summary: import("zod").ZodOptional<import("zod").ZodString>;
2615
2616
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -2947,7 +2948,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2947
2948
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
2948
2949
  }, import("zod").ZodTypeAny, "passthrough">>>;
2949
2950
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
2950
- key?: string | undefined;
2951
2951
  changelog?: unknown;
2952
2952
  transitions?: import("zod").objectInputType<{
2953
2953
  id: import("zod").ZodString;
@@ -4149,6 +4149,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
4149
4149
  changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
4150
4150
  }, "strip", import("zod").ZodTypeAny, {
4151
4151
  id?: string | undefined;
4152
+ key?: string | undefined;
4152
4153
  fields?: import("zod").objectOutputType<{
4153
4154
  summary: import("zod").ZodOptional<import("zod").ZodString>;
4154
4155
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -4486,7 +4487,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
4486
4487
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
4487
4488
  }, import("zod").ZodTypeAny, "passthrough">>>;
4488
4489
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
4489
- key?: string | undefined;
4490
4490
  changelog?: unknown;
4491
4491
  transitions?: import("zod").objectOutputType<{
4492
4492
  id: import("zod").ZodString;
@@ -4536,6 +4536,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
4536
4536
  self?: string | undefined;
4537
4537
  }, {
4538
4538
  id?: string | undefined;
4539
+ key?: string | undefined;
4539
4540
  fields?: import("zod").objectInputType<{
4540
4541
  summary: import("zod").ZodOptional<import("zod").ZodString>;
4541
4542
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -4873,7 +4874,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
4873
4874
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
4874
4875
  }, import("zod").ZodTypeAny, "passthrough">>>;
4875
4876
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
4876
- key?: string | undefined;
4877
4877
  changelog?: unknown;
4878
4878
  transitions?: import("zod").objectInputType<{
4879
4879
  id: import("zod").ZodString;
@@ -4924,11 +4924,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
4924
4924
  }>>;
4925
4925
  error: import("zod").ZodString;
4926
4926
  }, "strip", import("zod").ZodTypeAny, {
4927
+ operation: "get";
4927
4928
  success: boolean;
4928
4929
  error: string;
4929
- operation: "get";
4930
4930
  issue?: {
4931
4931
  id?: string | undefined;
4932
+ key?: string | undefined;
4932
4933
  fields?: import("zod").objectOutputType<{
4933
4934
  summary: import("zod").ZodOptional<import("zod").ZodString>;
4934
4935
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -5266,7 +5267,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5266
5267
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
5267
5268
  }, import("zod").ZodTypeAny, "passthrough">>>;
5268
5269
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
5269
- key?: string | undefined;
5270
5270
  changelog?: unknown;
5271
5271
  transitions?: import("zod").objectOutputType<{
5272
5272
  id: import("zod").ZodString;
@@ -5316,11 +5316,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5316
5316
  self?: string | undefined;
5317
5317
  } | undefined;
5318
5318
  }, {
5319
+ operation: "get";
5319
5320
  success: boolean;
5320
5321
  error: string;
5321
- operation: "get";
5322
5322
  issue?: {
5323
5323
  id?: string | undefined;
5324
+ key?: string | undefined;
5324
5325
  fields?: import("zod").objectInputType<{
5325
5326
  summary: import("zod").ZodOptional<import("zod").ZodString>;
5326
5327
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -5658,7 +5659,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5658
5659
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
5659
5660
  }, import("zod").ZodTypeAny, "passthrough">>>;
5660
5661
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
5661
- key?: string | undefined;
5662
5662
  changelog?: unknown;
5663
5663
  transitions?: import("zod").objectInputType<{
5664
5664
  id: import("zod").ZodString;
@@ -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
+ operation: "create";
5728
5729
  success: boolean;
5729
5730
  error: string;
5730
- operation: "create";
5731
5731
  issue?: {
5732
5732
  id: string;
5733
5733
  key: string;
5734
5734
  self?: string | undefined;
5735
5735
  } | undefined;
5736
5736
  }, {
5737
+ operation: "create";
5737
5738
  success: boolean;
5738
5739
  error: string;
5739
- operation: "create";
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
+ operation: "update";
5751
5752
  success: boolean;
5752
5753
  error: string;
5753
- operation: "update";
5754
5754
  key?: string | undefined;
5755
5755
  }, {
5756
+ operation: "update";
5756
5757
  success: boolean;
5757
5758
  error: string;
5758
- operation: "update";
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
+ operation: "transition";
5767
5768
  success: boolean;
5768
5769
  error: string;
5769
- operation: "transition";
5770
5770
  key?: string | undefined;
5771
5771
  new_status?: string | undefined;
5772
5772
  }, {
5773
+ operation: "transition";
5773
5774
  success: boolean;
5774
5775
  error: string;
5775
- operation: "transition";
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
+ operation: "list_transitions";
5913
5914
  success: boolean;
5914
5915
  error: string;
5915
- operation: "list_transitions";
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
+ operation: "list_transitions";
5961
5962
  success: boolean;
5962
5963
  error: string;
5963
- operation: "list_transitions";
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
+ operation: "list_projects";
6027
6028
  success: boolean;
6028
6029
  error: string;
6029
- operation: "list_projects";
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
+ operation: "list_projects";
6037
6038
  success: boolean;
6038
6039
  error: string;
6039
- operation: "list_projects";
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
+ operation: "list_issue_types";
6067
6068
  success: boolean;
6068
6069
  error: string;
6069
- operation: "list_issue_types";
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
+ operation: "list_issue_types";
6077
6078
  success: boolean;
6078
6079
  error: string;
6079
- operation: "list_issue_types";
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
+ operation: "get_create_fields";
6139
6140
  success: boolean;
6140
6141
  error: string;
6141
- operation: "get_create_fields";
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
+ operation: "get_create_fields";
6155
6156
  success: boolean;
6156
6157
  error: string;
6157
- operation: "get_create_fields";
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
+ operation: "add_comment";
6242
6243
  success: boolean;
6243
6244
  error: string;
6244
- operation: "add_comment";
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
+ operation: "add_comment";
6269
6270
  success: boolean;
6270
6271
  error: string;
6271
- operation: "add_comment";
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
+ operation: "get_comments";
6368
6369
  success: boolean;
6369
6370
  error: string;
6370
- operation: "get_comments";
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
+ operation: "get_comments";
6396
6397
  success: boolean;
6397
6398
  error: string;
6398
- operation: "get_comments";
6399
6399
  comments?: import("zod").objectInputType<{
6400
6400
  id: import("zod").ZodString;
6401
6401
  author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{