@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
@@ -40,9 +40,9 @@ declare const WebExtractToolResultSchema: z.ZodObject<{
40
40
  pageTitle?: string | undefined;
41
41
  }>>;
42
42
  }, "strip", z.ZodTypeAny, {
43
- error: string;
44
- success: boolean;
45
43
  url: string;
44
+ success: boolean;
45
+ error: string;
46
46
  metadata?: {
47
47
  statusCode?: number | undefined;
48
48
  extractionTime?: number | undefined;
@@ -50,9 +50,9 @@ declare const WebExtractToolResultSchema: z.ZodObject<{
50
50
  } | undefined;
51
51
  extractedData?: any;
52
52
  }, {
53
- error: string;
54
- success: boolean;
55
53
  url: string;
54
+ success: boolean;
55
+ error: string;
56
56
  metadata?: {
57
57
  statusCode?: number | undefined;
58
58
  extractionTime?: number | undefined;
@@ -103,9 +103,9 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
103
103
  pageTitle?: string | undefined;
104
104
  }>>;
105
105
  }, "strip", z.ZodTypeAny, {
106
- error: string;
107
- success: boolean;
108
106
  url: string;
107
+ success: boolean;
108
+ error: string;
109
109
  metadata?: {
110
110
  statusCode?: number | undefined;
111
111
  extractionTime?: number | undefined;
@@ -113,9 +113,9 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
113
113
  } | undefined;
114
114
  extractedData?: any;
115
115
  }, {
116
- error: string;
117
- success: boolean;
118
116
  url: string;
117
+ success: boolean;
118
+ error: string;
119
119
  metadata?: {
120
120
  statusCode?: number | undefined;
121
121
  extractionTime?: number | undefined;
@@ -39,10 +39,10 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
39
39
  }, "strip", z.ZodTypeAny, {
40
40
  format: string;
41
41
  title: string;
42
- error: string;
43
- success: boolean;
44
42
  content: string;
45
43
  url: string;
44
+ success: boolean;
45
+ error: string;
46
46
  creditsUsed: number;
47
47
  metadata?: {
48
48
  statusCode?: number | undefined;
@@ -51,10 +51,10 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
51
51
  }, {
52
52
  format: string;
53
53
  title: string;
54
- error: string;
55
- success: boolean;
56
54
  content: string;
57
55
  url: string;
56
+ success: boolean;
57
+ error: string;
58
58
  creditsUsed: number;
59
59
  metadata?: {
60
60
  statusCode?: number | undefined;
@@ -103,10 +103,10 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
103
103
  }, "strip", z.ZodTypeAny, {
104
104
  format: string;
105
105
  title: string;
106
- error: string;
107
- success: boolean;
108
106
  content: string;
109
107
  url: string;
108
+ success: boolean;
109
+ error: string;
110
110
  creditsUsed: number;
111
111
  metadata?: {
112
112
  statusCode?: number | undefined;
@@ -115,10 +115,10 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
115
115
  }, {
116
116
  format: string;
117
117
  title: string;
118
- error: string;
119
- success: boolean;
120
118
  content: string;
121
119
  url: string;
120
+ success: boolean;
121
+ error: string;
122
122
  creditsUsed: number;
123
123
  metadata?: {
124
124
  statusCode?: number | undefined;
@@ -17,8 +17,8 @@ declare const WebSearchToolParamsSchema: z.ZodObject<{
17
17
  }, {
18
18
  query: string;
19
19
  credentials?: Partial<Record<CredentialType, string>> | undefined;
20
- limit?: number | undefined;
21
20
  location?: string | undefined;
21
+ limit?: number | undefined;
22
22
  categories?: ("github" | "pdf" | "research")[] | undefined;
23
23
  }>;
24
24
  declare const WebSearchToolResultSchema: z.ZodObject<{
@@ -42,8 +42,8 @@ declare const WebSearchToolResultSchema: z.ZodObject<{
42
42
  success: z.ZodBoolean;
43
43
  error: z.ZodString;
44
44
  }, "strip", z.ZodTypeAny, {
45
- error: string;
46
45
  success: boolean;
46
+ error: string;
47
47
  query: string;
48
48
  results: {
49
49
  title: string;
@@ -54,8 +54,8 @@ declare const WebSearchToolResultSchema: z.ZodObject<{
54
54
  totalResults: number;
55
55
  searchEngine: string;
56
56
  }, {
57
- error: string;
58
57
  success: boolean;
58
+ error: string;
59
59
  query: string;
60
60
  results: {
61
61
  title: string;
@@ -86,8 +86,8 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
86
86
  }, {
87
87
  query: string;
88
88
  credentials?: Partial<Record<CredentialType, string>> | undefined;
89
- limit?: number | undefined;
90
89
  location?: string | undefined;
90
+ limit?: number | undefined;
91
91
  categories?: ("github" | "pdf" | "research")[] | undefined;
92
92
  }>;
93
93
  static readonly resultSchema: z.ZodObject<{
@@ -111,8 +111,8 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
111
111
  success: z.ZodBoolean;
112
112
  error: z.ZodString;
113
113
  }, "strip", z.ZodTypeAny, {
114
- error: string;
115
114
  success: boolean;
115
+ error: string;
116
116
  query: string;
117
117
  results: {
118
118
  title: string;
@@ -123,8 +123,8 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
123
123
  totalResults: number;
124
124
  searchEngine: string;
125
125
  }, {
126
- error: string;
127
126
  success: boolean;
127
+ error: string;
128
128
  query: string;
129
129
  results: {
130
130
  title: string;
@@ -9,14 +9,14 @@ declare const YCFounderSchema: z.ZodObject<{
9
9
  bio: z.ZodNullable<z.ZodString>;
10
10
  twitterUrl: z.ZodNullable<z.ZodString>;
11
11
  }, "strip", z.ZodTypeAny, {
12
- title: string | null;
13
12
  name: string | null;
13
+ title: string | null;
14
14
  linkedinUrl: string | null;
15
15
  bio: string | null;
16
16
  twitterUrl: string | null;
17
17
  }, {
18
- title: string | null;
19
18
  name: string | null;
19
+ title: string | null;
20
20
  linkedinUrl: string | null;
21
21
  bio: string | null;
22
22
  twitterUrl: string | null;
@@ -34,14 +34,14 @@ declare const YCCompanySchema: z.ZodObject<{
34
34
  bio: z.ZodNullable<z.ZodString>;
35
35
  twitterUrl: z.ZodNullable<z.ZodString>;
36
36
  }, "strip", z.ZodTypeAny, {
37
- title: string | null;
38
37
  name: string | null;
38
+ title: string | null;
39
39
  linkedinUrl: string | null;
40
40
  bio: string | null;
41
41
  twitterUrl: string | null;
42
42
  }, {
43
- title: string | null;
44
43
  name: string | null;
44
+ title: string | null;
45
45
  linkedinUrl: string | null;
46
46
  bio: string | null;
47
47
  twitterUrl: string | null;
@@ -52,8 +52,8 @@ declare const YCCompanySchema: z.ZodObject<{
52
52
  companyName: string | null;
53
53
  website: string | null;
54
54
  founders: {
55
- title: string | null;
56
55
  name: string | null;
56
+ title: string | null;
57
57
  linkedinUrl: string | null;
58
58
  bio: string | null;
59
59
  twitterUrl: string | null;
@@ -65,8 +65,8 @@ declare const YCCompanySchema: z.ZodObject<{
65
65
  companyName: string | null;
66
66
  website: string | null;
67
67
  founders: {
68
- title: string | null;
69
68
  name: string | null;
69
+ title: string | null;
70
70
  linkedinUrl: string | null;
71
71
  bio: string | null;
72
72
  twitterUrl: string | null;
@@ -88,8 +88,8 @@ declare const YCPersonSchema: z.ZodObject<{
88
88
  bio: z.ZodNullable<z.ZodString>;
89
89
  emails: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
90
90
  }, "strip", z.ZodTypeAny, {
91
- title: string | null;
92
91
  name: string | null;
92
+ title: string | null;
93
93
  linkedinUrl: string | null;
94
94
  emails: string[] | null;
95
95
  bio: string | null;
@@ -98,8 +98,8 @@ declare const YCPersonSchema: z.ZodObject<{
98
98
  }[];
99
99
  twitterUrl: string | null;
100
100
  }, {
101
- title: string | null;
102
101
  name: string | null;
102
+ title: string | null;
103
103
  linkedinUrl: string | null;
104
104
  emails: string[] | null;
105
105
  bio: string | null;
@@ -115,15 +115,15 @@ declare const YCScraperToolParamsSchema: z.ZodObject<{
115
115
  includeFounders: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
116
116
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
117
117
  }, "strip", z.ZodTypeAny, {
118
+ url?: string | undefined;
118
119
  credentials?: Partial<Record<CredentialType, string>> | undefined;
119
120
  batch?: string | undefined;
120
- url?: string | undefined;
121
121
  maxCompanies?: number | undefined;
122
122
  includeFounders?: boolean | undefined;
123
123
  }, {
124
+ url?: string | undefined;
124
125
  credentials?: Partial<Record<CredentialType, string>> | undefined;
125
126
  batch?: string | undefined;
126
- url?: string | undefined;
127
127
  maxCompanies?: number | undefined;
128
128
  includeFounders?: boolean | undefined;
129
129
  }>;
@@ -143,8 +143,8 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
143
143
  bio: z.ZodNullable<z.ZodString>;
144
144
  emails: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
145
145
  }, "strip", z.ZodTypeAny, {
146
- title: string | null;
147
146
  name: string | null;
147
+ title: string | null;
148
148
  linkedinUrl: string | null;
149
149
  emails: string[] | null;
150
150
  bio: string | null;
@@ -153,8 +153,8 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
153
153
  }[];
154
154
  twitterUrl: string | null;
155
155
  }, {
156
- title: string | null;
157
156
  name: string | null;
157
+ title: string | null;
158
158
  linkedinUrl: string | null;
159
159
  emails: string[] | null;
160
160
  bio: string | null;
@@ -176,14 +176,14 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
176
176
  bio: z.ZodNullable<z.ZodString>;
177
177
  twitterUrl: z.ZodNullable<z.ZodString>;
178
178
  }, "strip", z.ZodTypeAny, {
179
- title: string | null;
180
179
  name: string | null;
180
+ title: string | null;
181
181
  linkedinUrl: string | null;
182
182
  bio: string | null;
183
183
  twitterUrl: string | null;
184
184
  }, {
185
- title: string | null;
186
185
  name: string | null;
186
+ title: string | null;
187
187
  linkedinUrl: string | null;
188
188
  bio: string | null;
189
189
  twitterUrl: string | null;
@@ -194,8 +194,8 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
194
194
  companyName: string | null;
195
195
  website: string | null;
196
196
  founders: {
197
- title: string | null;
198
197
  name: string | null;
198
+ title: string | null;
199
199
  linkedinUrl: string | null;
200
200
  bio: string | null;
201
201
  twitterUrl: string | null;
@@ -207,8 +207,8 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
207
207
  companyName: string | null;
208
208
  website: string | null;
209
209
  founders: {
210
- title: string | null;
211
210
  name: string | null;
211
+ title: string | null;
212
212
  linkedinUrl: string | null;
213
213
  bio: string | null;
214
214
  twitterUrl: string | null;
@@ -222,13 +222,13 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
222
222
  success: z.ZodBoolean;
223
223
  error: z.ZodString;
224
224
  }, "strip", z.ZodTypeAny, {
225
- error: string;
225
+ url: string | null;
226
226
  success: boolean;
227
+ error: string;
227
228
  batch: string | null;
228
- url: string | null;
229
229
  people: {
230
- title: string | null;
231
230
  name: string | null;
231
+ title: string | null;
232
232
  linkedinUrl: string | null;
233
233
  emails: string[] | null;
234
234
  bio: string | null;
@@ -243,8 +243,8 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
243
243
  companyName: string | null;
244
244
  website: string | null;
245
245
  founders: {
246
- title: string | null;
247
246
  name: string | null;
247
+ title: string | null;
248
248
  linkedinUrl: string | null;
249
249
  bio: string | null;
250
250
  twitterUrl: string | null;
@@ -254,13 +254,13 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
254
254
  totalPeople: number;
255
255
  totalCompanies: number;
256
256
  }, {
257
- error: string;
257
+ url: string | null;
258
258
  success: boolean;
259
+ error: string;
259
260
  batch: string | null;
260
- url: string | null;
261
261
  people: {
262
- title: string | null;
263
262
  name: string | null;
263
+ title: string | null;
264
264
  linkedinUrl: string | null;
265
265
  emails: string[] | null;
266
266
  bio: string | null;
@@ -275,8 +275,8 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
275
275
  companyName: string | null;
276
276
  website: string | null;
277
277
  founders: {
278
- title: string | null;
279
278
  name: string | null;
279
+ title: string | null;
280
280
  linkedinUrl: string | null;
281
281
  bio: string | null;
282
282
  twitterUrl: string | null;
@@ -313,15 +313,15 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
313
313
  includeFounders: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
314
314
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
315
315
  }, "strip", z.ZodTypeAny, {
316
+ url?: string | undefined;
316
317
  credentials?: Partial<Record<CredentialType, string>> | undefined;
317
318
  batch?: string | undefined;
318
- url?: string | undefined;
319
319
  maxCompanies?: number | undefined;
320
320
  includeFounders?: boolean | undefined;
321
321
  }, {
322
+ url?: string | undefined;
322
323
  credentials?: Partial<Record<CredentialType, string>> | undefined;
323
324
  batch?: string | undefined;
324
- url?: string | undefined;
325
325
  maxCompanies?: number | undefined;
326
326
  includeFounders?: boolean | undefined;
327
327
  }>;
@@ -341,8 +341,8 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
341
341
  bio: z.ZodNullable<z.ZodString>;
342
342
  emails: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
343
343
  }, "strip", z.ZodTypeAny, {
344
- title: string | null;
345
344
  name: string | null;
345
+ title: string | null;
346
346
  linkedinUrl: string | null;
347
347
  emails: string[] | null;
348
348
  bio: string | null;
@@ -351,8 +351,8 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
351
351
  }[];
352
352
  twitterUrl: string | null;
353
353
  }, {
354
- title: string | null;
355
354
  name: string | null;
355
+ title: string | null;
356
356
  linkedinUrl: string | null;
357
357
  emails: string[] | null;
358
358
  bio: string | null;
@@ -374,14 +374,14 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
374
374
  bio: z.ZodNullable<z.ZodString>;
375
375
  twitterUrl: z.ZodNullable<z.ZodString>;
376
376
  }, "strip", z.ZodTypeAny, {
377
- title: string | null;
378
377
  name: string | null;
378
+ title: string | null;
379
379
  linkedinUrl: string | null;
380
380
  bio: string | null;
381
381
  twitterUrl: string | null;
382
382
  }, {
383
- title: string | null;
384
383
  name: string | null;
384
+ title: string | null;
385
385
  linkedinUrl: string | null;
386
386
  bio: string | null;
387
387
  twitterUrl: string | null;
@@ -392,8 +392,8 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
392
392
  companyName: string | null;
393
393
  website: string | null;
394
394
  founders: {
395
- title: string | null;
396
395
  name: string | null;
396
+ title: string | null;
397
397
  linkedinUrl: string | null;
398
398
  bio: string | null;
399
399
  twitterUrl: string | null;
@@ -405,8 +405,8 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
405
405
  companyName: string | null;
406
406
  website: string | null;
407
407
  founders: {
408
- title: string | null;
409
408
  name: string | null;
409
+ title: string | null;
410
410
  linkedinUrl: string | null;
411
411
  bio: string | null;
412
412
  twitterUrl: string | null;
@@ -420,13 +420,13 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
420
420
  success: z.ZodBoolean;
421
421
  error: z.ZodString;
422
422
  }, "strip", z.ZodTypeAny, {
423
- error: string;
423
+ url: string | null;
424
424
  success: boolean;
425
+ error: string;
425
426
  batch: string | null;
426
- url: string | null;
427
427
  people: {
428
- title: string | null;
429
428
  name: string | null;
429
+ title: string | null;
430
430
  linkedinUrl: string | null;
431
431
  emails: string[] | null;
432
432
  bio: string | null;
@@ -441,8 +441,8 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
441
441
  companyName: string | null;
442
442
  website: string | null;
443
443
  founders: {
444
- title: string | null;
445
444
  name: string | null;
445
+ title: string | null;
446
446
  linkedinUrl: string | null;
447
447
  bio: string | null;
448
448
  twitterUrl: string | null;
@@ -452,13 +452,13 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
452
452
  totalPeople: number;
453
453
  totalCompanies: number;
454
454
  }, {
455
- error: string;
455
+ url: string | null;
456
456
  success: boolean;
457
+ error: string;
457
458
  batch: string | null;
458
- url: string | null;
459
459
  people: {
460
- title: string | null;
461
460
  name: string | null;
461
+ title: string | null;
462
462
  linkedinUrl: string | null;
463
463
  emails: string[] | null;
464
464
  bio: string | null;
@@ -473,8 +473,8 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
473
473
  companyName: string | null;
474
474
  website: string | null;
475
475
  founders: {
476
- title: string | null;
477
476
  name: string | null;
477
+ title: string | null;
478
478
  linkedinUrl: string | null;
479
479
  bio: string | null;
480
480
  twitterUrl: string | null;
@@ -17,12 +17,12 @@ declare const YouTubeVideoSchema: z.ZodObject<{
17
17
  comments: z.ZodNullable<z.ZodNumber>;
18
18
  thumbnail: z.ZodNullable<z.ZodString>;
19
19
  }, "strip", z.ZodTypeAny, {
20
- duration: string | null;
21
20
  description: string | null;
22
21
  title: string | null;
23
22
  date: string | null;
24
23
  id: string | null;
25
24
  url: string | null;
25
+ duration: string | null;
26
26
  thumbnail: string | null;
27
27
  comments: number | null;
28
28
  viewCount: number | null;
@@ -31,12 +31,12 @@ declare const YouTubeVideoSchema: z.ZodObject<{
31
31
  channelUrl: string | null;
32
32
  subscribers: number | null;
33
33
  }, {
34
- duration: string | null;
35
34
  description: string | null;
36
35
  title: string | null;
37
36
  date: string | null;
38
37
  id: string | null;
39
38
  url: string | null;
39
+ duration: string | null;
40
40
  thumbnail: string | null;
41
41
  comments: number | null;
42
42
  viewCount: number | null;
@@ -103,12 +103,12 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
103
103
  comments: z.ZodNullable<z.ZodNumber>;
104
104
  thumbnail: z.ZodNullable<z.ZodString>;
105
105
  }, "strip", z.ZodTypeAny, {
106
- duration: string | null;
107
106
  description: string | null;
108
107
  title: string | null;
109
108
  date: string | null;
110
109
  id: string | null;
111
110
  url: string | null;
111
+ duration: string | null;
112
112
  thumbnail: string | null;
113
113
  comments: number | null;
114
114
  viewCount: number | null;
@@ -117,12 +117,12 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
117
117
  channelUrl: string | null;
118
118
  subscribers: number | null;
119
119
  }, {
120
- duration: string | null;
121
120
  description: string | null;
122
121
  title: string | null;
123
122
  date: string | null;
124
123
  id: string | null;
125
124
  url: string | null;
125
+ duration: string | null;
126
126
  thumbnail: string | null;
127
127
  comments: number | null;
128
128
  viewCount: number | null;
@@ -149,17 +149,17 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
149
149
  success: z.ZodBoolean;
150
150
  error: z.ZodString;
151
151
  }, "strip", z.ZodTypeAny, {
152
- error: string;
153
- success: boolean;
154
152
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
153
+ success: boolean;
154
+ error: string;
155
155
  totalResults: number;
156
156
  videos?: {
157
- duration: string | null;
158
157
  description: string | null;
159
158
  title: string | null;
160
159
  date: string | null;
161
160
  id: string | null;
162
161
  url: string | null;
162
+ duration: string | null;
163
163
  thumbnail: string | null;
164
164
  comments: number | null;
165
165
  viewCount: number | null;
@@ -175,17 +175,17 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
175
175
  }[] | undefined;
176
176
  fullTranscriptText?: string | undefined;
177
177
  }, {
178
- error: string;
179
- success: boolean;
180
178
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
179
+ success: boolean;
180
+ error: string;
181
181
  totalResults: number;
182
182
  videos?: {
183
- duration: string | null;
184
183
  description: string | null;
185
184
  title: string | null;
186
185
  date: string | null;
187
186
  id: string | null;
188
187
  url: string | null;
188
+ duration: string | null;
189
189
  thumbnail: string | null;
190
190
  comments: number | null;
191
191
  viewCount: number | null;
@@ -261,12 +261,12 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
261
261
  comments: z.ZodNullable<z.ZodNumber>;
262
262
  thumbnail: z.ZodNullable<z.ZodString>;
263
263
  }, "strip", z.ZodTypeAny, {
264
- duration: string | null;
265
264
  description: string | null;
266
265
  title: string | null;
267
266
  date: string | null;
268
267
  id: string | null;
269
268
  url: string | null;
269
+ duration: string | null;
270
270
  thumbnail: string | null;
271
271
  comments: number | null;
272
272
  viewCount: number | null;
@@ -275,12 +275,12 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
275
275
  channelUrl: string | null;
276
276
  subscribers: number | null;
277
277
  }, {
278
- duration: string | null;
279
278
  description: string | null;
280
279
  title: string | null;
281
280
  date: string | null;
282
281
  id: string | null;
283
282
  url: string | null;
283
+ duration: string | null;
284
284
  thumbnail: string | null;
285
285
  comments: number | null;
286
286
  viewCount: number | null;
@@ -307,17 +307,17 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
307
307
  success: z.ZodBoolean;
308
308
  error: z.ZodString;
309
309
  }, "strip", z.ZodTypeAny, {
310
- error: string;
311
- success: boolean;
312
310
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
311
+ success: boolean;
312
+ error: string;
313
313
  totalResults: number;
314
314
  videos?: {
315
- duration: string | null;
316
315
  description: string | null;
317
316
  title: string | null;
318
317
  date: string | null;
319
318
  id: string | null;
320
319
  url: string | null;
320
+ duration: string | null;
321
321
  thumbnail: string | null;
322
322
  comments: number | null;
323
323
  viewCount: number | null;
@@ -333,17 +333,17 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
333
333
  }[] | undefined;
334
334
  fullTranscriptText?: string | undefined;
335
335
  }, {
336
- error: string;
337
- success: boolean;
338
336
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
337
+ success: boolean;
338
+ error: string;
339
339
  totalResults: number;
340
340
  videos?: {
341
- duration: string | null;
342
341
  description: string | null;
343
342
  title: string | null;
344
343
  date: string | null;
345
344
  id: string | null;
346
345
  url: string | null;
346
+ duration: string | null;
347
347
  thumbnail: string | null;
348
348
  comments: number | null;
349
349
  viewCount: number | null;
@@ -107,8 +107,8 @@ declare const DatabaseAnalyzerResultSchema: z.ZodObject<{
107
107
  analysisTimestamp: Date;
108
108
  }>>;
109
109
  }, "strip", z.ZodTypeAny, {
110
- error: string;
111
110
  success: boolean;
111
+ error: string;
112
112
  databaseSchema?: {
113
113
  rawData?: Record<string, unknown>[] | undefined;
114
114
  cleanedJSON?: string | undefined;
@@ -121,8 +121,8 @@ declare const DatabaseAnalyzerResultSchema: z.ZodObject<{
121
121
  analysisTimestamp: Date;
122
122
  } | undefined;
123
123
  }, {
124
- error: string;
125
124
  success: boolean;
125
+ error: string;
126
126
  databaseSchema?: {
127
127
  rawData?: Record<string, unknown>[] | undefined;
128
128
  cleanedJSON?: string | undefined;
@@ -261,8 +261,8 @@ export declare class DatabaseAnalyzerWorkflowBubble extends WorkflowBubble<Datab
261
261
  analysisTimestamp: Date;
262
262
  }>>;
263
263
  }, "strip", z.ZodTypeAny, {
264
- error: string;
265
264
  success: boolean;
265
+ error: string;
266
266
  databaseSchema?: {
267
267
  rawData?: Record<string, unknown>[] | undefined;
268
268
  cleanedJSON?: string | undefined;
@@ -275,8 +275,8 @@ export declare class DatabaseAnalyzerWorkflowBubble extends WorkflowBubble<Datab
275
275
  analysisTimestamp: Date;
276
276
  } | undefined;
277
277
  }, {
278
- error: string;
279
278
  success: boolean;
279
+ error: string;
280
280
  databaseSchema?: {
281
281
  rawData?: Record<string, unknown>[] | undefined;
282
282
  cleanedJSON?: string | undefined;