@bubblelab/bubble-core 0.1.142 → 0.1.145

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 (172) hide show
  1. package/dist/bubble-bundle.d.ts +189 -126
  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 +128 -128
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts +82 -82
  7. package/dist/bubbles/service-bubble/airtable.d.ts +194 -194
  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 +28 -28
  19. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +74 -74
  20. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
  21. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +97 -90
  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 +43 -43
  30. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +96 -96
  31. package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
  32. package/dist/bubbles/service-bubble/firecrawl.d.ts +542 -542
  33. package/dist/bubbles/service-bubble/followupboss.d.ts +308 -308
  34. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +88 -88
  35. package/dist/bubbles/service-bubble/github.d.ts +136 -136
  36. package/dist/bubbles/service-bubble/gmail.d.ts +344 -344
  37. package/dist/bubbles/service-bubble/google-calendar.d.ts +152 -152
  38. package/dist/bubbles/service-bubble/google-drive.d.ts +136 -136
  39. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
  40. package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
  41. package/dist/bubbles/service-bubble/http.d.ts +10 -10
  42. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  43. package/dist/bubbles/service-bubble/jira/jira.d.ts +86 -86
  44. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
  45. package/dist/bubbles/service-bubble/notion/notion.d.ts +1438 -1438
  46. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  47. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  48. package/dist/bubbles/service-bubble/resend.d.ts +28 -28
  49. package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
  50. package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
  51. package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
  52. package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
  53. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
  54. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
  55. package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
  56. package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
  57. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
  58. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
  59. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
  60. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
  61. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
  62. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
  63. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
  64. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
  65. package/dist/bubbles/service-bubble/slack/slack.d.ts +444 -444
  66. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  67. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +111 -111
  68. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  69. package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
  70. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +32 -32
  71. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  72. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +126 -0
  73. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts.map +1 -0
  74. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js +34 -0
  75. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js.map +1 -0
  76. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts +22 -0
  77. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts.map +1 -0
  78. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js +57 -0
  79. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js.map +1 -0
  80. package/dist/bubbles/tool-bubble/browser-tools/index.d.ts +5 -0
  81. package/dist/bubbles/tool-bubble/browser-tools/index.d.ts.map +1 -0
  82. package/dist/bubbles/tool-bubble/browser-tools/index.js +5 -0
  83. package/dist/bubbles/tool-bubble/browser-tools/index.js.map +1 -0
  84. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts +3 -0
  85. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts.map +1 -0
  86. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js +3 -0
  87. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js.map +1 -0
  88. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +158 -0
  89. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts.map +1 -0
  90. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js +31 -0
  91. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js.map +1 -0
  92. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +161 -0
  93. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts.map +1 -0
  94. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js +310 -0
  95. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js.map +1 -0
  96. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts +3 -0
  97. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts.map +1 -0
  98. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js +3 -0
  99. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js.map +1 -0
  100. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +165 -0
  101. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts.map +1 -0
  102. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js +45 -0
  103. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js.map +1 -0
  104. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +171 -0
  105. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts.map +1 -0
  106. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js +364 -0
  107. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js.map +1 -0
  108. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts +3 -0
  109. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts.map +1 -0
  110. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js +3 -0
  111. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js.map +1 -0
  112. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +160 -0
  113. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts.map +1 -0
  114. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js +24 -0
  115. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js.map +1 -0
  116. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +160 -0
  117. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts.map +1 -0
  118. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js +334 -0
  119. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js.map +1 -0
  120. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts +3 -0
  121. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts.map +1 -0
  122. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js +3 -0
  123. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js.map +1 -0
  124. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +152 -0
  125. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts.map +1 -0
  126. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js +23 -0
  127. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js.map +1 -0
  128. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +155 -0
  129. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts.map +1 -0
  130. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js +233 -0
  131. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js.map +1 -0
  132. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +12 -12
  133. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  134. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  135. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
  136. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  137. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  138. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +20 -20
  139. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  140. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
  141. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +470 -470
  142. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  143. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +16 -16
  144. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
  145. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +44 -44
  146. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +56 -56
  147. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  148. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  149. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  150. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
  151. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  152. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +132 -132
  153. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  154. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  155. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  156. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
  157. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +40 -40
  158. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  159. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  160. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
  161. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  162. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +76 -76
  163. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  164. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
  165. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +36 -36
  166. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  167. package/dist/bubbles.json +668 -70
  168. package/dist/index.d.ts +4 -1
  169. package/dist/index.d.ts.map +1 -1
  170. package/dist/index.js +4 -1
  171. package/dist/index.js.map +1 -1
  172. package/package.json +2 -2
@@ -28,16 +28,16 @@ declare const ListAirtableBasesToolResultSchema: z.ZodObject<{
28
28
  success: z.ZodBoolean;
29
29
  error: z.ZodString;
30
30
  }, "strip", z.ZodTypeAny, {
31
- error: string;
32
31
  success: boolean;
32
+ error: string;
33
33
  bases?: {
34
34
  name: string;
35
35
  id: string;
36
36
  permissionLevel: string;
37
37
  }[] | undefined;
38
38
  }, {
39
- error: string;
40
39
  success: boolean;
40
+ error: string;
41
41
  bases?: {
42
42
  name: string;
43
43
  id: string;
@@ -76,16 +76,16 @@ export declare class ListAirtableBasesTool extends ToolBubble<ListAirtableBasesT
76
76
  success: z.ZodBoolean;
77
77
  error: z.ZodString;
78
78
  }, "strip", z.ZodTypeAny, {
79
- error: string;
80
79
  success: boolean;
80
+ error: string;
81
81
  bases?: {
82
82
  name: string;
83
83
  id: string;
84
84
  permissionLevel: string;
85
85
  }[] | undefined;
86
86
  }, {
87
- error: string;
88
87
  success: boolean;
88
+ error: string;
89
89
  bases?: {
90
90
  name: string;
91
91
  id: string;
@@ -26,12 +26,12 @@ declare const ListAirtableTablesToolResultSchema: z.ZodObject<{
26
26
  name: z.ZodString;
27
27
  type: z.ZodString;
28
28
  }, "strip", z.ZodTypeAny, {
29
- type: string;
30
29
  name: string;
30
+ type: string;
31
31
  id: string;
32
32
  }, {
33
- type: string;
34
33
  name: string;
34
+ type: string;
35
35
  id: string;
36
36
  }>, "many">>;
37
37
  }, "strip", z.ZodTypeAny, {
@@ -39,8 +39,8 @@ declare const ListAirtableTablesToolResultSchema: z.ZodObject<{
39
39
  id: string;
40
40
  description?: string | undefined;
41
41
  fields?: {
42
- type: string;
43
42
  name: string;
43
+ type: string;
44
44
  id: string;
45
45
  }[] | undefined;
46
46
  }, {
@@ -48,38 +48,38 @@ declare const ListAirtableTablesToolResultSchema: z.ZodObject<{
48
48
  id: string;
49
49
  description?: string | undefined;
50
50
  fields?: {
51
- type: string;
52
51
  name: string;
52
+ type: string;
53
53
  id: string;
54
54
  }[] | undefined;
55
55
  }>, "many">>;
56
56
  success: z.ZodBoolean;
57
57
  error: z.ZodString;
58
58
  }, "strip", z.ZodTypeAny, {
59
- error: string;
60
59
  success: boolean;
60
+ error: string;
61
61
  tables?: {
62
62
  name: string;
63
63
  id: string;
64
64
  description?: string | undefined;
65
65
  fields?: {
66
- type: string;
67
66
  name: string;
67
+ type: string;
68
68
  id: string;
69
69
  }[] | undefined;
70
70
  }[] | undefined;
71
71
  baseId?: string | undefined;
72
72
  baseName?: string | undefined;
73
73
  }, {
74
- error: string;
75
74
  success: boolean;
75
+ error: string;
76
76
  tables?: {
77
77
  name: string;
78
78
  id: string;
79
79
  description?: string | undefined;
80
80
  fields?: {
81
- type: string;
82
81
  name: string;
82
+ type: string;
83
83
  id: string;
84
84
  }[] | undefined;
85
85
  }[] | undefined;
@@ -116,12 +116,12 @@ export declare class ListAirtableTablesTool extends ToolBubble<ListAirtableTable
116
116
  name: z.ZodString;
117
117
  type: z.ZodString;
118
118
  }, "strip", z.ZodTypeAny, {
119
- type: string;
120
119
  name: string;
120
+ type: string;
121
121
  id: string;
122
122
  }, {
123
- type: string;
124
123
  name: string;
124
+ type: string;
125
125
  id: string;
126
126
  }>, "many">>;
127
127
  }, "strip", z.ZodTypeAny, {
@@ -129,8 +129,8 @@ export declare class ListAirtableTablesTool extends ToolBubble<ListAirtableTable
129
129
  id: string;
130
130
  description?: string | undefined;
131
131
  fields?: {
132
- type: string;
133
132
  name: string;
133
+ type: string;
134
134
  id: string;
135
135
  }[] | undefined;
136
136
  }, {
@@ -138,38 +138,38 @@ export declare class ListAirtableTablesTool extends ToolBubble<ListAirtableTable
138
138
  id: string;
139
139
  description?: string | undefined;
140
140
  fields?: {
141
- type: string;
142
141
  name: string;
142
+ type: string;
143
143
  id: string;
144
144
  }[] | undefined;
145
145
  }>, "many">>;
146
146
  success: z.ZodBoolean;
147
147
  error: z.ZodString;
148
148
  }, "strip", z.ZodTypeAny, {
149
- error: string;
150
149
  success: boolean;
150
+ error: string;
151
151
  tables?: {
152
152
  name: string;
153
153
  id: string;
154
154
  description?: string | undefined;
155
155
  fields?: {
156
- type: string;
157
156
  name: string;
157
+ type: string;
158
158
  id: string;
159
159
  }[] | undefined;
160
160
  }[] | undefined;
161
161
  baseId?: string | undefined;
162
162
  baseName?: string | undefined;
163
163
  }, {
164
- error: string;
165
164
  success: boolean;
165
+ error: string;
166
166
  tables?: {
167
167
  name: string;
168
168
  id: string;
169
169
  description?: string | undefined;
170
170
  fields?: {
171
- type: string;
172
171
  name: string;
172
+ type: string;
173
173
  id: string;
174
174
  }[] | undefined;
175
175
  }[] | undefined;
@@ -13,14 +13,14 @@ declare const ListBubblesToolResultSchema: z.ZodObject<{
13
13
  useCase: z.ZodString;
14
14
  type: z.ZodString;
15
15
  }, "strip", z.ZodTypeAny, {
16
- type: string;
17
16
  name: string;
17
+ type: string;
18
18
  shortDescription: string;
19
19
  useCase: string;
20
20
  alias?: string | undefined;
21
21
  }, {
22
- type: string;
23
22
  name: string;
23
+ type: string;
24
24
  shortDescription: string;
25
25
  useCase: string;
26
26
  alias?: string | undefined;
@@ -29,22 +29,22 @@ declare const ListBubblesToolResultSchema: z.ZodObject<{
29
29
  success: z.ZodBoolean;
30
30
  error: z.ZodString;
31
31
  }, "strip", z.ZodTypeAny, {
32
- error: string;
33
32
  success: boolean;
33
+ error: string;
34
34
  bubbles: {
35
- type: string;
36
35
  name: string;
36
+ type: string;
37
37
  shortDescription: string;
38
38
  useCase: string;
39
39
  alias?: string | undefined;
40
40
  }[];
41
41
  totalCount: number;
42
42
  }, {
43
- error: string;
44
43
  success: boolean;
44
+ error: string;
45
45
  bubbles: {
46
- type: string;
47
46
  name: string;
47
+ type: string;
48
48
  shortDescription: string;
49
49
  useCase: string;
50
50
  alias?: string | undefined;
@@ -62,14 +62,14 @@ export declare class ListBubblesTool extends ToolBubble<ListBubblesToolParams, L
62
62
  useCase: z.ZodString;
63
63
  type: z.ZodString;
64
64
  }, "strip", z.ZodTypeAny, {
65
- type: string;
66
65
  name: string;
66
+ type: string;
67
67
  shortDescription: string;
68
68
  useCase: string;
69
69
  alias?: string | undefined;
70
70
  }, {
71
- type: string;
72
71
  name: string;
72
+ type: string;
73
73
  shortDescription: string;
74
74
  useCase: string;
75
75
  alias?: string | undefined;
@@ -78,22 +78,22 @@ export declare class ListBubblesTool extends ToolBubble<ListBubblesToolParams, L
78
78
  success: z.ZodBoolean;
79
79
  error: z.ZodString;
80
80
  }, "strip", z.ZodTypeAny, {
81
- error: string;
82
81
  success: boolean;
82
+ error: string;
83
83
  bubbles: {
84
- type: string;
85
84
  name: string;
85
+ type: string;
86
86
  shortDescription: string;
87
87
  useCase: string;
88
88
  alias?: string | undefined;
89
89
  }[];
90
90
  totalCount: number;
91
91
  }, {
92
- error: string;
93
92
  success: boolean;
93
+ error: string;
94
94
  bubbles: {
95
- type: string;
96
95
  name: string;
96
+ type: string;
97
97
  shortDescription: string;
98
98
  useCase: string;
99
99
  alias?: string | undefined;
@@ -17,50 +17,50 @@ declare const ListCapabilitiesToolResultSchema: z.ZodObject<{
17
17
  name: z.ZodString;
18
18
  description: z.ZodString;
19
19
  }, "strip", z.ZodTypeAny, {
20
- description: string;
21
20
  name: string;
22
- }, {
23
21
  description: string;
22
+ }, {
24
23
  name: string;
24
+ description: string;
25
25
  }>, "many">;
26
26
  tools: z.ZodArray<z.ZodObject<{
27
27
  name: z.ZodString;
28
28
  description: z.ZodString;
29
29
  }, "strip", z.ZodTypeAny, {
30
- description: string;
31
30
  name: string;
32
- }, {
33
31
  description: string;
32
+ }, {
34
33
  name: string;
34
+ description: string;
35
35
  }>, "many">;
36
36
  delegationHint: z.ZodOptional<z.ZodString>;
37
37
  }, "strip", z.ZodTypeAny, {
38
- description: string;
39
38
  name: string;
39
+ description: string;
40
+ id: string;
40
41
  tools: {
41
- description: string;
42
42
  name: string;
43
+ description: string;
43
44
  }[];
44
- id: string;
45
45
  inputs: {
46
- description: string;
47
46
  name: string;
47
+ description: string;
48
48
  }[];
49
49
  requiredCredentials: string[];
50
50
  category?: string | undefined;
51
51
  optionalCredentials?: string[] | undefined;
52
52
  delegationHint?: string | undefined;
53
53
  }, {
54
- description: string;
55
54
  name: string;
55
+ description: string;
56
+ id: string;
56
57
  tools: {
57
- description: string;
58
58
  name: string;
59
+ description: string;
59
60
  }[];
60
- id: string;
61
61
  inputs: {
62
- description: string;
63
62
  name: string;
63
+ description: string;
64
64
  }[];
65
65
  requiredCredentials: string[];
66
66
  category?: string | undefined;
@@ -71,19 +71,19 @@ declare const ListCapabilitiesToolResultSchema: z.ZodObject<{
71
71
  success: z.ZodBoolean;
72
72
  error: z.ZodString;
73
73
  }, "strip", z.ZodTypeAny, {
74
- error: string;
75
74
  success: boolean;
75
+ error: string;
76
76
  capabilities: {
77
- description: string;
78
77
  name: string;
78
+ description: string;
79
+ id: string;
79
80
  tools: {
80
- description: string;
81
81
  name: string;
82
+ description: string;
82
83
  }[];
83
- id: string;
84
84
  inputs: {
85
- description: string;
86
85
  name: string;
86
+ description: string;
87
87
  }[];
88
88
  requiredCredentials: string[];
89
89
  category?: string | undefined;
@@ -92,19 +92,19 @@ declare const ListCapabilitiesToolResultSchema: z.ZodObject<{
92
92
  }[];
93
93
  totalCount: number;
94
94
  }, {
95
- error: string;
96
95
  success: boolean;
96
+ error: string;
97
97
  capabilities: {
98
- description: string;
99
98
  name: string;
99
+ description: string;
100
+ id: string;
100
101
  tools: {
101
- description: string;
102
102
  name: string;
103
+ description: string;
103
104
  }[];
104
- id: string;
105
105
  inputs: {
106
- description: string;
107
106
  name: string;
107
+ description: string;
108
108
  }[];
109
109
  requiredCredentials: string[];
110
110
  category?: string | undefined;
@@ -128,50 +128,50 @@ export declare class ListCapabilitiesTool extends ToolBubble<ListCapabilitiesToo
128
128
  name: z.ZodString;
129
129
  description: z.ZodString;
130
130
  }, "strip", z.ZodTypeAny, {
131
- description: string;
132
131
  name: string;
133
- }, {
134
132
  description: string;
133
+ }, {
135
134
  name: string;
135
+ description: string;
136
136
  }>, "many">;
137
137
  tools: z.ZodArray<z.ZodObject<{
138
138
  name: z.ZodString;
139
139
  description: z.ZodString;
140
140
  }, "strip", z.ZodTypeAny, {
141
- description: string;
142
141
  name: string;
143
- }, {
144
142
  description: string;
143
+ }, {
145
144
  name: string;
145
+ description: string;
146
146
  }>, "many">;
147
147
  delegationHint: z.ZodOptional<z.ZodString>;
148
148
  }, "strip", z.ZodTypeAny, {
149
- description: string;
150
149
  name: string;
150
+ description: string;
151
+ id: string;
151
152
  tools: {
152
- description: string;
153
153
  name: string;
154
+ description: string;
154
155
  }[];
155
- id: string;
156
156
  inputs: {
157
- description: string;
158
157
  name: string;
158
+ description: string;
159
159
  }[];
160
160
  requiredCredentials: string[];
161
161
  category?: string | undefined;
162
162
  optionalCredentials?: string[] | undefined;
163
163
  delegationHint?: string | undefined;
164
164
  }, {
165
- description: string;
166
165
  name: string;
166
+ description: string;
167
+ id: string;
167
168
  tools: {
168
- description: string;
169
169
  name: string;
170
+ description: string;
170
171
  }[];
171
- id: string;
172
172
  inputs: {
173
- description: string;
174
173
  name: string;
174
+ description: string;
175
175
  }[];
176
176
  requiredCredentials: string[];
177
177
  category?: string | undefined;
@@ -182,19 +182,19 @@ export declare class ListCapabilitiesTool extends ToolBubble<ListCapabilitiesToo
182
182
  success: z.ZodBoolean;
183
183
  error: z.ZodString;
184
184
  }, "strip", z.ZodTypeAny, {
185
- error: string;
186
185
  success: boolean;
186
+ error: string;
187
187
  capabilities: {
188
- description: string;
189
188
  name: string;
189
+ description: string;
190
+ id: string;
190
191
  tools: {
191
- description: string;
192
192
  name: string;
193
+ description: string;
193
194
  }[];
194
- id: string;
195
195
  inputs: {
196
- description: string;
197
196
  name: string;
197
+ description: string;
198
198
  }[];
199
199
  requiredCredentials: string[];
200
200
  category?: string | undefined;
@@ -203,19 +203,19 @@ export declare class ListCapabilitiesTool extends ToolBubble<ListCapabilitiesToo
203
203
  }[];
204
204
  totalCount: number;
205
205
  }, {
206
- error: string;
207
206
  success: boolean;
207
+ error: string;
208
208
  capabilities: {
209
- description: string;
210
209
  name: string;
210
+ description: string;
211
+ id: string;
211
212
  tools: {
212
- description: string;
213
213
  name: string;
214
+ description: string;
214
215
  }[];
215
- id: string;
216
216
  inputs: {
217
- description: string;
218
217
  name: string;
218
+ description: string;
219
219
  }[];
220
220
  requiredCredentials: string[];
221
221
  category?: string | undefined;