@bubblelab/bubble-core 0.1.142 → 0.1.143

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 (156) hide show
  1. package/dist/bubble-bundle.d.ts +174 -111
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +9 -1
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +120 -120
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts +70 -70
  7. package/dist/bubbles/service-bubble/airtable.d.ts +170 -170
  8. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  9. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  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 +22 -22
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
  13. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  14. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  15. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  16. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  17. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +126 -126
  18. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  19. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +62 -62
  20. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
  21. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +39 -32
  22. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -1
  23. package/dist/bubbles/service-bubble/browserbase/browserbase.js +66 -3
  24. package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -1
  25. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +44 -1
  26. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts.map +1 -1
  27. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js +19 -0
  28. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js.map +1 -1
  29. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
  30. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +90 -90
  31. package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
  32. package/dist/bubbles/service-bubble/firecrawl.d.ts +316 -316
  33. package/dist/bubbles/service-bubble/followupboss.d.ts +148 -148
  34. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
  35. package/dist/bubbles/service-bubble/github.d.ts +88 -88
  36. package/dist/bubbles/service-bubble/gmail.d.ts +587 -587
  37. package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
  38. package/dist/bubbles/service-bubble/google-drive.d.ts +98 -98
  39. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
  40. package/dist/bubbles/service-bubble/http.d.ts +22 -22
  41. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  42. package/dist/bubbles/service-bubble/jira/jira.d.ts +68 -68
  43. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
  44. package/dist/bubbles/service-bubble/notion/notion.d.ts +348 -348
  45. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  46. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  47. package/dist/bubbles/service-bubble/resend.d.ts +32 -32
  48. package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
  49. package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
  50. package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
  51. package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
  52. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
  53. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
  54. package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
  55. package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
  56. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
  57. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
  58. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
  59. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
  60. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
  61. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
  62. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
  63. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
  64. package/dist/bubbles/service-bubble/slack/slack.d.ts +684 -684
  65. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  66. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +111 -111
  67. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  68. package/dist/bubbles/service-bubble/telegram.d.ts +108 -108
  69. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +16 -16
  70. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  71. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +126 -0
  72. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts.map +1 -0
  73. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js +34 -0
  74. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js.map +1 -0
  75. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts +22 -0
  76. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts.map +1 -0
  77. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js +57 -0
  78. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js.map +1 -0
  79. package/dist/bubbles/tool-bubble/browser-tools/index.d.ts +5 -0
  80. package/dist/bubbles/tool-bubble/browser-tools/index.d.ts.map +1 -0
  81. package/dist/bubbles/tool-bubble/browser-tools/index.js +5 -0
  82. package/dist/bubbles/tool-bubble/browser-tools/index.js.map +1 -0
  83. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts +3 -0
  84. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts.map +1 -0
  85. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js +3 -0
  86. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js.map +1 -0
  87. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +158 -0
  88. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts.map +1 -0
  89. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js +33 -0
  90. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js.map +1 -0
  91. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +161 -0
  92. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts.map +1 -0
  93. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js +310 -0
  94. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js.map +1 -0
  95. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts +3 -0
  96. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts.map +1 -0
  97. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js +3 -0
  98. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js.map +1 -0
  99. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +165 -0
  100. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts.map +1 -0
  101. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js +45 -0
  102. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js.map +1 -0
  103. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +171 -0
  104. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts.map +1 -0
  105. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js +364 -0
  106. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js.map +1 -0
  107. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts +3 -0
  108. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts.map +1 -0
  109. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js +3 -0
  110. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js.map +1 -0
  111. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +160 -0
  112. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts.map +1 -0
  113. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js +24 -0
  114. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js.map +1 -0
  115. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +160 -0
  116. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts.map +1 -0
  117. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js +334 -0
  118. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js.map +1 -0
  119. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts +3 -0
  120. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts.map +1 -0
  121. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js +3 -0
  122. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js.map +1 -0
  123. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +152 -0
  124. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts.map +1 -0
  125. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js +23 -0
  126. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js.map +1 -0
  127. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +155 -0
  128. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts.map +1 -0
  129. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js +233 -0
  130. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js.map +1 -0
  131. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  132. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
  133. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  134. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  135. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +416 -416
  136. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  137. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
  138. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  139. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
  140. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +128 -128
  141. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  142. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  143. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  144. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
  145. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  146. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +34 -34
  147. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  148. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +50 -50
  149. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  150. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +60 -60
  151. package/dist/bubbles.json +668 -70
  152. package/dist/index.d.ts +4 -1
  153. package/dist/index.d.ts.map +1 -1
  154. package/dist/index.js +4 -1
  155. package/dist/index.js.map +1 -1
  156. package/package.json +2 -2
@@ -51,13 +51,13 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
51
51
  limit: number;
52
52
  offset: number;
53
53
  jql: string;
54
- credentials?: Partial<Record<CredentialType, string>> | undefined;
55
54
  fields?: string[] | undefined;
55
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
56
56
  }, {
57
57
  operation: "search";
58
58
  jql: string;
59
- credentials?: Partial<Record<CredentialType, string>> | undefined;
60
59
  fields?: string[] | undefined;
60
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
61
61
  limit?: number | undefined;
62
62
  offset?: number | undefined;
63
63
  }>, import("zod").ZodObject<{
@@ -67,16 +67,16 @@ 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";
72
- credentials?: Partial<Record<CredentialType, string>> | undefined;
71
+ key: string;
73
72
  fields?: string[] | undefined;
73
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
74
74
  expand?: ("comments" | "changelog" | "transitions")[] | undefined;
75
75
  }, {
76
- key: string;
77
76
  operation: "get";
78
- credentials?: Partial<Record<CredentialType, string>> | undefined;
77
+ key: string;
79
78
  fields?: string[] | undefined;
79
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
80
80
  expand?: ("comments" | "changelog" | "transitions")[] | undefined;
81
81
  }>, import("zod").ZodObject<{
82
82
  operation: import("zod").ZodLiteral<"create">;
@@ -92,9 +92,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
92
92
  custom_fields: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
93
93
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
94
94
  }, "strip", import("zod").ZodTypeAny, {
95
+ operation: "create";
95
96
  type: string;
96
97
  summary: string;
97
- operation: "create";
98
98
  project: string;
99
99
  description?: string | undefined;
100
100
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -105,8 +105,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
105
105
  due_date?: string | undefined;
106
106
  custom_fields?: Record<string, unknown> | undefined;
107
107
  }, {
108
- summary: string;
109
108
  operation: "create";
109
+ summary: string;
110
110
  project: string;
111
111
  type?: string | undefined;
112
112
  description?: string | undefined;
@@ -129,42 +129,42 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
129
129
  remove: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
130
130
  set: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
131
131
  }, "strip", import("zod").ZodTypeAny, {
132
- remove?: string[] | undefined;
133
132
  set?: string[] | undefined;
133
+ remove?: string[] | undefined;
134
134
  add?: string[] | undefined;
135
135
  }, {
136
- remove?: string[] | undefined;
137
136
  set?: string[] | undefined;
137
+ remove?: string[] | undefined;
138
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>;
142
142
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
143
143
  }, "strip", import("zod").ZodTypeAny, {
144
- key: string;
145
144
  operation: "update";
145
+ key: string;
146
146
  description?: string | undefined;
147
147
  credentials?: Partial<Record<CredentialType, string>> | undefined;
148
148
  priority?: string | undefined;
149
149
  summary?: string | undefined;
150
150
  labels?: {
151
- remove?: string[] | undefined;
152
151
  set?: string[] | undefined;
152
+ remove?: string[] | undefined;
153
153
  add?: string[] | undefined;
154
154
  } | undefined;
155
155
  comment?: string | undefined;
156
156
  assignee?: string | null | undefined;
157
157
  due_date?: string | null | undefined;
158
158
  }, {
159
- key: string;
160
159
  operation: "update";
160
+ key: string;
161
161
  description?: string | undefined;
162
162
  credentials?: Partial<Record<CredentialType, string>> | undefined;
163
163
  priority?: string | undefined;
164
164
  summary?: string | undefined;
165
165
  labels?: {
166
- remove?: string[] | undefined;
167
166
  set?: string[] | undefined;
167
+ remove?: string[] | undefined;
168
168
  add?: string[] | undefined;
169
169
  } | undefined;
170
170
  comment?: string | undefined;
@@ -179,16 +179,16 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
179
179
  resolution: import("zod").ZodOptional<import("zod").ZodString>;
180
180
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
181
181
  }, "strip", import("zod").ZodTypeAny, {
182
- key: string;
183
182
  operation: "transition";
183
+ key: string;
184
184
  status?: string | undefined;
185
185
  credentials?: Partial<Record<CredentialType, string>> | undefined;
186
186
  comment?: string | undefined;
187
187
  transition_id?: string | undefined;
188
188
  resolution?: string | undefined;
189
189
  }, {
190
- key: string;
191
190
  operation: "transition";
191
+ key: string;
192
192
  status?: string | undefined;
193
193
  credentials?: Partial<Record<CredentialType, string>> | undefined;
194
194
  comment?: string | undefined;
@@ -199,12 +199,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
199
199
  key: import("zod").ZodString;
200
200
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
201
201
  }, "strip", import("zod").ZodTypeAny, {
202
- key: string;
203
202
  operation: "list_transitions";
203
+ key: string;
204
204
  credentials?: Partial<Record<CredentialType, string>> | undefined;
205
205
  }, {
206
- key: string;
207
206
  operation: "list_transitions";
207
+ key: string;
208
208
  credentials?: Partial<Record<CredentialType, string>> | undefined;
209
209
  }>, import("zod").ZodObject<{
210
210
  operation: import("zod").ZodLiteral<"list_projects">;
@@ -254,14 +254,14 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
254
254
  body: import("zod").ZodString;
255
255
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
256
256
  }, "strip", import("zod").ZodTypeAny, {
257
- key: string;
258
257
  operation: "add_comment";
259
258
  body: string;
259
+ key: string;
260
260
  credentials?: Partial<Record<CredentialType, string>> | undefined;
261
261
  }, {
262
- key: string;
263
262
  operation: "add_comment";
264
263
  body: string;
264
+ key: string;
265
265
  credentials?: Partial<Record<CredentialType, string>> | undefined;
266
266
  }>, import("zod").ZodObject<{
267
267
  operation: import("zod").ZodLiteral<"get_comments">;
@@ -270,14 +270,14 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
270
270
  offset: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
271
271
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
272
272
  }, "strip", import("zod").ZodTypeAny, {
273
- key: string;
274
273
  operation: "get_comments";
275
274
  limit: number;
275
+ key: string;
276
276
  offset: number;
277
277
  credentials?: Partial<Record<CredentialType, string>> | undefined;
278
278
  }, {
279
- key: string;
280
279
  operation: "get_comments";
280
+ key: string;
281
281
  credentials?: Partial<Record<CredentialType, string>> | undefined;
282
282
  limit?: number | undefined;
283
283
  offset?: number | undefined;
@@ -1431,8 +1431,6 @@ 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;
1435
- id?: string | undefined;
1436
1434
  fields?: import("zod").objectOutputType<{
1437
1435
  summary: import("zod").ZodOptional<import("zod").ZodString>;
1438
1436
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -1770,6 +1768,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
1770
1768
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
1771
1769
  }, import("zod").ZodTypeAny, "passthrough">>>;
1772
1770
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
1771
+ id?: string | undefined;
1772
+ key?: string | undefined;
1773
1773
  changelog?: unknown;
1774
1774
  transitions?: import("zod").objectOutputType<{
1775
1775
  id: import("zod").ZodString;
@@ -1818,8 +1818,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
1818
1818
  expand?: string | undefined;
1819
1819
  self?: string | undefined;
1820
1820
  }, {
1821
- key?: string | undefined;
1822
- id?: string | undefined;
1823
1821
  fields?: import("zod").objectInputType<{
1824
1822
  summary: import("zod").ZodOptional<import("zod").ZodString>;
1825
1823
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -2157,6 +2155,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2157
2155
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
2158
2156
  }, import("zod").ZodTypeAny, "passthrough">>>;
2159
2157
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
2158
+ id?: string | undefined;
2159
+ key?: string | undefined;
2160
2160
  changelog?: unknown;
2161
2161
  transitions?: import("zod").objectInputType<{
2162
2162
  id: import("zod").ZodString;
@@ -2210,12 +2210,10 @@ 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
  error: string;
2214
2215
  success: boolean;
2215
- operation: "search";
2216
2216
  issues?: {
2217
- key?: string | undefined;
2218
- id?: string | undefined;
2219
2217
  fields?: import("zod").objectOutputType<{
2220
2218
  summary: import("zod").ZodOptional<import("zod").ZodString>;
2221
2219
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -2553,6 +2551,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2553
2551
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
2554
2552
  }, import("zod").ZodTypeAny, "passthrough">>>;
2555
2553
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
2554
+ id?: string | undefined;
2555
+ key?: string | undefined;
2556
2556
  changelog?: unknown;
2557
2557
  transitions?: import("zod").objectOutputType<{
2558
2558
  id: import("zod").ZodString;
@@ -2605,12 +2605,10 @@ 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
  error: string;
2609
2610
  success: boolean;
2610
- operation: "search";
2611
2611
  issues?: {
2612
- key?: string | undefined;
2613
- id?: string | undefined;
2614
2612
  fields?: import("zod").objectInputType<{
2615
2613
  summary: import("zod").ZodOptional<import("zod").ZodString>;
2616
2614
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -2948,6 +2946,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2948
2946
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
2949
2947
  }, import("zod").ZodTypeAny, "passthrough">>>;
2950
2948
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
2949
+ id?: string | undefined;
2950
+ key?: string | undefined;
2951
2951
  changelog?: unknown;
2952
2952
  transitions?: import("zod").objectInputType<{
2953
2953
  id: import("zod").ZodString;
@@ -4148,8 +4148,6 @@ 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;
4152
- id?: string | undefined;
4153
4151
  fields?: import("zod").objectOutputType<{
4154
4152
  summary: import("zod").ZodOptional<import("zod").ZodString>;
4155
4153
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -4487,6 +4485,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
4487
4485
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
4488
4486
  }, import("zod").ZodTypeAny, "passthrough">>>;
4489
4487
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
4488
+ id?: string | undefined;
4489
+ key?: string | undefined;
4490
4490
  changelog?: unknown;
4491
4491
  transitions?: import("zod").objectOutputType<{
4492
4492
  id: import("zod").ZodString;
@@ -4535,8 +4535,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
4535
4535
  expand?: string | undefined;
4536
4536
  self?: string | undefined;
4537
4537
  }, {
4538
- key?: string | undefined;
4539
- id?: string | undefined;
4540
4538
  fields?: import("zod").objectInputType<{
4541
4539
  summary: import("zod").ZodOptional<import("zod").ZodString>;
4542
4540
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -4874,6 +4872,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
4874
4872
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
4875
4873
  }, import("zod").ZodTypeAny, "passthrough">>>;
4876
4874
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
4875
+ id?: string | undefined;
4876
+ key?: string | undefined;
4877
4877
  changelog?: unknown;
4878
4878
  transitions?: import("zod").objectInputType<{
4879
4879
  id: import("zod").ZodString;
@@ -4924,12 +4924,10 @@ 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
  error: string;
4928
4929
  success: boolean;
4929
- operation: "get";
4930
4930
  issue?: {
4931
- key?: string | undefined;
4932
- id?: string | undefined;
4933
4931
  fields?: import("zod").objectOutputType<{
4934
4932
  summary: import("zod").ZodOptional<import("zod").ZodString>;
4935
4933
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -5267,6 +5265,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5267
5265
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
5268
5266
  }, import("zod").ZodTypeAny, "passthrough">>>;
5269
5267
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
5268
+ id?: string | undefined;
5269
+ key?: string | undefined;
5270
5270
  changelog?: unknown;
5271
5271
  transitions?: import("zod").objectOutputType<{
5272
5272
  id: import("zod").ZodString;
@@ -5316,12 +5316,10 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5316
5316
  self?: string | undefined;
5317
5317
  } | undefined;
5318
5318
  }, {
5319
+ operation: "get";
5319
5320
  error: string;
5320
5321
  success: boolean;
5321
- operation: "get";
5322
5322
  issue?: {
5323
- key?: string | undefined;
5324
- id?: string | undefined;
5325
5323
  fields?: import("zod").objectInputType<{
5326
5324
  summary: import("zod").ZodOptional<import("zod").ZodString>;
5327
5325
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -5659,6 +5657,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5659
5657
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
5660
5658
  }, import("zod").ZodTypeAny, "passthrough">>>;
5661
5659
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
5660
+ id?: string | undefined;
5661
+ key?: string | undefined;
5662
5662
  changelog?: unknown;
5663
5663
  transitions?: import("zod").objectInputType<{
5664
5664
  id: import("zod").ZodString;
@@ -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
+ operation: "create";
5728
5729
  error: string;
5729
5730
  success: boolean;
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
+ operation: "create";
5737
5738
  error: string;
5738
5739
  success: boolean;
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,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
  error: string;
5752
5753
  success: boolean;
5753
- operation: "update";
5754
5754
  key?: string | undefined;
5755
5755
  }, {
5756
+ operation: "update";
5756
5757
  error: string;
5757
5758
  success: boolean;
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
  error: string;
5768
5769
  success: boolean;
5769
- operation: "transition";
5770
5770
  key?: string | undefined;
5771
5771
  new_status?: string | undefined;
5772
5772
  }, {
5773
+ operation: "transition";
5773
5774
  error: string;
5774
5775
  success: boolean;
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
  error: string;
5914
5915
  success: boolean;
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
  error: string;
5962
5963
  success: boolean;
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
  error: string;
6028
6029
  success: boolean;
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
  error: string;
6038
6039
  success: boolean;
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
  error: string;
6068
6069
  success: boolean;
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
  error: string;
6078
6079
  success: boolean;
6079
- operation: "list_issue_types";
6080
6080
  issue_types?: import("zod").objectInputType<{
6081
6081
  id: import("zod").ZodString;
6082
6082
  name: import("zod").ZodString;
@@ -6113,7 +6113,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
6113
6113
  }>, "many">;
6114
6114
  }, "strip", import("zod").ZodTypeAny, {
6115
6115
  name: string;
6116
- id: string;
6117
6116
  fields: {
6118
6117
  required: boolean;
6119
6118
  name: string;
@@ -6122,9 +6121,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
6122
6121
  schema?: unknown;
6123
6122
  allowedValues?: unknown[] | undefined;
6124
6123
  }[];
6124
+ id: string;
6125
6125
  }, {
6126
6126
  name: string;
6127
- id: string;
6128
6127
  fields: {
6129
6128
  required: boolean;
6130
6129
  name: string;
@@ -6133,15 +6132,15 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
6133
6132
  schema?: unknown;
6134
6133
  allowedValues?: unknown[] | undefined;
6135
6134
  }[];
6135
+ id: string;
6136
6136
  }>, "many">>;
6137
6137
  error: import("zod").ZodString;
6138
6138
  }, "strip", import("zod").ZodTypeAny, {
6139
+ operation: "get_create_fields";
6139
6140
  error: string;
6140
6141
  success: boolean;
6141
- operation: "get_create_fields";
6142
6142
  issue_types?: {
6143
6143
  name: string;
6144
- id: string;
6145
6144
  fields: {
6146
6145
  required: boolean;
6147
6146
  name: string;
@@ -6150,14 +6149,14 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
6150
6149
  schema?: unknown;
6151
6150
  allowedValues?: unknown[] | undefined;
6152
6151
  }[];
6152
+ id: string;
6153
6153
  }[] | undefined;
6154
6154
  }, {
6155
+ operation: "get_create_fields";
6155
6156
  error: string;
6156
6157
  success: boolean;
6157
- operation: "get_create_fields";
6158
6158
  issue_types?: {
6159
6159
  name: string;
6160
- id: string;
6161
6160
  fields: {
6162
6161
  required: boolean;
6163
6162
  name: string;
@@ -6166,6 +6165,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
6166
6165
  schema?: unknown;
6167
6166
  allowedValues?: unknown[] | undefined;
6168
6167
  }[];
6168
+ id: string;
6169
6169
  }[] | undefined;
6170
6170
  }>, import("zod").ZodObject<{
6171
6171
  operation: import("zod").ZodLiteral<"add_comment">;
@@ -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
  error: string;
6243
6244
  success: boolean;
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
  error: string;
6270
6271
  success: boolean;
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
  error: string;
6369
6370
  success: boolean;
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
  error: string;
6397
6398
  success: boolean;
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<{