@bubblelab/bubble-core 0.1.268 → 0.1.269

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 (154) hide show
  1. package/dist/bubble-bundle.d.ts +127 -127
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
  4. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  5. package/dist/bubbles/service-bubble/apify/actors/app-rankings-scraper.d.ts +6 -6
  6. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  7. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  8. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  9. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
  11. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  12. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  13. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  14. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  15. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +132 -132
  16. package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
  17. package/dist/bubbles/service-bubble/asana/asana.d.ts +1 -1
  18. package/dist/bubbles/service-bubble/asana/asana.schema.d.ts +1 -1
  19. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +16 -16
  20. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +22 -22
  21. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +6 -6
  22. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +6 -6
  23. package/dist/bubbles/service-bubble/attio/attio.d.ts +6 -6
  24. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
  25. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
  26. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
  27. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
  28. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
  29. package/dist/bubbles/service-bubble/discord/discord.d.ts +12 -12
  30. package/dist/bubbles/service-bubble/discord/discord.schema.d.ts +12 -12
  31. package/dist/bubbles/service-bubble/firecrawl.d.ts +330 -330
  32. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  33. package/dist/bubbles/service-bubble/github.d.ts +60 -60
  34. package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
  35. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  36. package/dist/bubbles/service-bubble/google-drive.d.ts +4 -4
  37. package/dist/bubbles/service-bubble/http.d.ts +6 -6
  38. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +2 -2
  39. package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +2 -2
  40. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  41. package/dist/bubbles/service-bubble/jira/jira.d.ts +30 -30
  42. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
  43. package/dist/bubbles/service-bubble/notion/notion.d.ts +168 -168
  44. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +16 -16
  45. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  46. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +10 -10
  47. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
  48. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  49. package/dist/bubbles/service-bubble/slack/slack.d.ts +388 -388
  50. package/dist/bubbles/service-bubble/snowflake/snowflake.d.ts +4 -4
  51. package/dist/bubbles/service-bubble/snowflake/snowflake.schema.d.ts +4 -4
  52. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  53. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  54. package/dist/bubbles/service-bubble/xero/xero.d.ts +2 -2
  55. package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
  56. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +20 -20
  57. package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +20 -20
  58. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
  59. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  60. package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
  61. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  62. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  63. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +20 -20
  64. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +384 -384
  65. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
  66. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  67. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  68. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  69. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
  70. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
  71. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  72. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  73. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  74. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
  75. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  76. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +34 -34
  77. package/dist/bubbles.json +1 -1
  78. package/package.json +2 -2
  79. package/dist/bubble-trigger/index.d.ts +0 -2
  80. package/dist/bubble-trigger/index.d.ts.map +0 -1
  81. package/dist/bubble-trigger/index.js +0 -2
  82. package/dist/bubble-trigger/index.js.map +0 -1
  83. package/dist/bubble-trigger/types.d.ts +0 -87
  84. package/dist/bubble-trigger/types.d.ts.map +0 -1
  85. package/dist/bubble-trigger/types.js +0 -14
  86. package/dist/bubble-trigger/types.js.map +0 -1
  87. package/dist/bubbles/service-bubble/docusign/docusign.d.ts +0 -1101
  88. package/dist/bubbles/service-bubble/docusign/docusign.d.ts.map +0 -1
  89. package/dist/bubbles/service-bubble/docusign/docusign.js +0 -730
  90. package/dist/bubbles/service-bubble/docusign/docusign.js.map +0 -1
  91. package/dist/bubbles/service-bubble/docusign/docusign.schema.d.ts +0 -1035
  92. package/dist/bubbles/service-bubble/docusign/docusign.schema.d.ts.map +0 -1
  93. package/dist/bubbles/service-bubble/docusign/docusign.schema.js +0 -304
  94. package/dist/bubbles/service-bubble/docusign/docusign.schema.js.map +0 -1
  95. package/dist/bubbles/service-bubble/docusign/index.d.ts +0 -4
  96. package/dist/bubbles/service-bubble/docusign/index.d.ts.map +0 -1
  97. package/dist/bubbles/service-bubble/docusign/index.js +0 -3
  98. package/dist/bubbles/service-bubble/docusign/index.js.map +0 -1
  99. package/dist/bubbles/service-bubble/google-sheets.d.ts +0 -1811
  100. package/dist/bubbles/service-bubble/google-sheets.d.ts.map +0 -1
  101. package/dist/bubbles/service-bubble/google-sheets.js +0 -904
  102. package/dist/bubbles/service-bubble/google-sheets.js.map +0 -1
  103. package/dist/bubbles/service-bubble/looker/index.d.ts +0 -3
  104. package/dist/bubbles/service-bubble/looker/index.d.ts.map +0 -1
  105. package/dist/bubbles/service-bubble/looker/index.js +0 -3
  106. package/dist/bubbles/service-bubble/looker/index.js.map +0 -1
  107. package/dist/bubbles/service-bubble/looker/looker.d.ts +0 -768
  108. package/dist/bubbles/service-bubble/looker/looker.d.ts.map +0 -1
  109. package/dist/bubbles/service-bubble/looker/looker.js +0 -319
  110. package/dist/bubbles/service-bubble/looker/looker.js.map +0 -1
  111. package/dist/bubbles/service-bubble/looker/looker.schema.d.ts +0 -735
  112. package/dist/bubbles/service-bubble/looker/looker.schema.d.ts.map +0 -1
  113. package/dist/bubbles/service-bubble/looker/looker.schema.js +0 -264
  114. package/dist/bubbles/service-bubble/looker/looker.schema.js.map +0 -1
  115. package/dist/bubbles/service-bubble/pylon/index.d.ts +0 -3
  116. package/dist/bubbles/service-bubble/pylon/index.d.ts.map +0 -1
  117. package/dist/bubbles/service-bubble/pylon/index.js +0 -3
  118. package/dist/bubbles/service-bubble/pylon/index.js.map +0 -1
  119. package/dist/bubbles/service-bubble/pylon/pylon.d.ts +0 -435
  120. package/dist/bubbles/service-bubble/pylon/pylon.d.ts.map +0 -1
  121. package/dist/bubbles/service-bubble/pylon/pylon.js +0 -375
  122. package/dist/bubbles/service-bubble/pylon/pylon.js.map +0 -1
  123. package/dist/bubbles/service-bubble/pylon/pylon.schema.d.ts +0 -408
  124. package/dist/bubbles/service-bubble/pylon/pylon.schema.d.ts.map +0 -1
  125. package/dist/bubbles/service-bubble/pylon/pylon.schema.js +0 -249
  126. package/dist/bubbles/service-bubble/pylon/pylon.schema.js.map +0 -1
  127. package/dist/bubbles/service-bubble/slack.d.ts +0 -5869
  128. package/dist/bubbles/service-bubble/slack.d.ts.map +0 -1
  129. package/dist/bubbles/service-bubble/slack.js +0 -1536
  130. package/dist/bubbles/service-bubble/slack.js.map +0 -1
  131. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts +0 -3
  132. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts.map +0 -1
  133. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js +0 -3
  134. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js.map +0 -1
  135. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +0 -160
  136. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +0 -1
  137. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +0 -706
  138. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js.map +0 -1
  139. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +0 -93
  140. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +0 -1
  141. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +0 -50
  142. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +0 -1
  143. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts +0 -114
  144. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts.map +0 -1
  145. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js +0 -777
  146. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js.map +0 -1
  147. package/dist/types/ai-models.d.ts +0 -4
  148. package/dist/types/ai-models.d.ts.map +0 -1
  149. package/dist/types/ai-models.js +0 -16
  150. package/dist/types/ai-models.js.map +0 -1
  151. package/dist/utils/param-helper.d.ts +0 -2
  152. package/dist/utils/param-helper.d.ts.map +0 -1
  153. package/dist/utils/param-helper.js +0 -5
  154. package/dist/utils/param-helper.js.map +0 -1
@@ -23,8 +23,8 @@ declare const ApifyParamsSchema: z.ZodObject<{
23
23
  timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
24
24
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
25
25
  }, "strip", z.ZodTypeAny, {
26
- input: Record<string, unknown>;
27
26
  timeout: number;
27
+ input: Record<string, unknown>;
28
28
  limit: number;
29
29
  waitForFinish: boolean;
30
30
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -69,23 +69,23 @@ declare const ApifyResultSchema: z.ZodObject<{
69
69
  name: string;
70
70
  id: string;
71
71
  inputSchemaUrl: string;
72
- description?: string | null | undefined;
73
- stars?: number | null | undefined;
74
72
  usage?: {
75
73
  totalRuns?: number | undefined;
76
74
  usersCount?: number | undefined;
77
75
  } | null | undefined;
76
+ description?: string | null | undefined;
77
+ stars?: number | null | undefined;
78
78
  requiresRental?: boolean | undefined;
79
79
  }, {
80
80
  name: string;
81
81
  id: string;
82
82
  inputSchemaUrl: string;
83
- description?: string | null | undefined;
84
- stars?: number | null | undefined;
85
83
  usage?: {
86
84
  totalRuns?: number | undefined;
87
85
  usersCount?: number | undefined;
88
86
  } | null | undefined;
87
+ description?: string | null | undefined;
88
+ stars?: number | null | undefined;
89
89
  requiresRental?: boolean | undefined;
90
90
  }>, "many">>;
91
91
  }, "strip", z.ZodTypeAny, {
@@ -101,12 +101,12 @@ declare const ApifyResultSchema: z.ZodObject<{
101
101
  name: string;
102
102
  id: string;
103
103
  inputSchemaUrl: string;
104
- description?: string | null | undefined;
105
- stars?: number | null | undefined;
106
104
  usage?: {
107
105
  totalRuns?: number | undefined;
108
106
  usersCount?: number | undefined;
109
107
  } | null | undefined;
108
+ description?: string | null | undefined;
109
+ stars?: number | null | undefined;
110
110
  requiresRental?: boolean | undefined;
111
111
  }[] | undefined;
112
112
  }, {
@@ -122,12 +122,12 @@ declare const ApifyResultSchema: z.ZodObject<{
122
122
  name: string;
123
123
  id: string;
124
124
  inputSchemaUrl: string;
125
- description?: string | null | undefined;
126
- stars?: number | null | undefined;
127
125
  usage?: {
128
126
  totalRuns?: number | undefined;
129
127
  usersCount?: number | undefined;
130
128
  } | null | undefined;
129
+ description?: string | null | undefined;
130
+ stars?: number | null | undefined;
131
131
  requiresRental?: boolean | undefined;
132
132
  }[] | undefined;
133
133
  }>;
@@ -159,8 +159,8 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
159
159
  timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
160
160
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
161
161
  }, "strip", z.ZodTypeAny, {
162
- input: Record<string, unknown>;
163
162
  timeout: number;
163
+ input: Record<string, unknown>;
164
164
  limit: number;
165
165
  waitForFinish: boolean;
166
166
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -205,23 +205,23 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
205
205
  name: string;
206
206
  id: string;
207
207
  inputSchemaUrl: string;
208
- description?: string | null | undefined;
209
- stars?: number | null | undefined;
210
208
  usage?: {
211
209
  totalRuns?: number | undefined;
212
210
  usersCount?: number | undefined;
213
211
  } | null | undefined;
212
+ description?: string | null | undefined;
213
+ stars?: number | null | undefined;
214
214
  requiresRental?: boolean | undefined;
215
215
  }, {
216
216
  name: string;
217
217
  id: string;
218
218
  inputSchemaUrl: string;
219
- description?: string | null | undefined;
220
- stars?: number | null | undefined;
221
219
  usage?: {
222
220
  totalRuns?: number | undefined;
223
221
  usersCount?: number | undefined;
224
222
  } | null | undefined;
223
+ description?: string | null | undefined;
224
+ stars?: number | null | undefined;
225
225
  requiresRental?: boolean | undefined;
226
226
  }>, "many">>;
227
227
  }, "strip", z.ZodTypeAny, {
@@ -237,12 +237,12 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
237
237
  name: string;
238
238
  id: string;
239
239
  inputSchemaUrl: string;
240
- description?: string | null | undefined;
241
- stars?: number | null | undefined;
242
240
  usage?: {
243
241
  totalRuns?: number | undefined;
244
242
  usersCount?: number | undefined;
245
243
  } | null | undefined;
244
+ description?: string | null | undefined;
245
+ stars?: number | null | undefined;
246
246
  requiresRental?: boolean | undefined;
247
247
  }[] | undefined;
248
248
  }, {
@@ -258,12 +258,12 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
258
258
  name: string;
259
259
  id: string;
260
260
  inputSchemaUrl: string;
261
- description?: string | null | undefined;
262
- stars?: number | null | undefined;
263
261
  usage?: {
264
262
  totalRuns?: number | undefined;
265
263
  usersCount?: number | undefined;
266
264
  } | null | undefined;
265
+ description?: string | null | undefined;
266
+ stars?: number | null | undefined;
267
267
  requiresRental?: boolean | undefined;
268
268
  }[] | undefined;
269
269
  }>;
@@ -40,8 +40,8 @@ export declare class AsanaBubble<T extends AsanaParamsInput = AsanaParamsInput>
40
40
  }, {
41
41
  operation: "list_tasks";
42
42
  credentials?: Partial<Record<CredentialType, string>> | undefined;
43
- limit?: number | undefined;
44
43
  section?: string | undefined;
44
+ limit?: number | undefined;
45
45
  workspace?: string | undefined;
46
46
  assignee?: string | undefined;
47
47
  project?: string | undefined;
@@ -25,8 +25,8 @@ export declare const AsanaParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
25
25
  }, {
26
26
  operation: "list_tasks";
27
27
  credentials?: Partial<Record<CredentialType, string>> | undefined;
28
- limit?: number | undefined;
29
28
  section?: string | undefined;
29
+ limit?: number | undefined;
30
30
  workspace?: string | undefined;
31
31
  assignee?: string | undefined;
32
32
  project?: string | undefined;
@@ -143,13 +143,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
143
143
  }, "strip", import("zod").ZodTypeAny, {
144
144
  operation: "search_candidates";
145
145
  name?: string | undefined;
146
- email?: string | undefined;
147
146
  credentials?: Partial<Record<CredentialType, string>> | undefined;
147
+ email?: string | undefined;
148
148
  }, {
149
149
  operation: "search_candidates";
150
150
  name?: string | undefined;
151
- email?: string | undefined;
152
151
  credentials?: Partial<Record<CredentialType, string>> | undefined;
152
+ email?: string | undefined;
153
153
  }>, import("zod").ZodObject<{
154
154
  operation: import("zod").ZodLiteral<"add_tag">;
155
155
  candidate_id: import("zod").ZodString;
@@ -326,8 +326,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
326
326
  operation: "update_candidate";
327
327
  candidate_id: string;
328
328
  name?: string | undefined;
329
- email?: string | undefined;
330
329
  credentials?: Partial<Record<CredentialType, string>> | undefined;
330
+ email?: string | undefined;
331
331
  website?: string | undefined;
332
332
  phone_number?: string | undefined;
333
333
  linkedin_url?: string | undefined;
@@ -336,8 +336,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
336
336
  operation: "update_candidate";
337
337
  candidate_id: string;
338
338
  name?: string | undefined;
339
- email?: string | undefined;
340
339
  credentials?: Partial<Record<CredentialType, string>> | undefined;
340
+ email?: string | undefined;
341
341
  website?: string | undefined;
342
342
  phone_number?: string | undefined;
343
343
  linkedin_url?: string | undefined;
@@ -3488,23 +3488,23 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
3488
3488
  projectNames: import("zod").ZodArray<import("zod").ZodString, "many">;
3489
3489
  }, "strip", import("zod").ZodTypeAny, {
3490
3490
  name: string;
3491
- email: string | null;
3492
- id: string;
3493
3491
  tags: string[];
3492
+ id: string;
3493
+ email: string | null;
3494
3494
  phone: string | null;
3495
- linkedinUrl: string | null;
3496
3495
  position: string | null;
3496
+ linkedinUrl: string | null;
3497
3497
  company: string | null;
3498
3498
  projectIds: string[];
3499
3499
  projectNames: string[];
3500
3500
  }, {
3501
3501
  name: string;
3502
- email: string | null;
3503
- id: string;
3504
3502
  tags: string[];
3503
+ id: string;
3504
+ email: string | null;
3505
3505
  phone: string | null;
3506
- linkedinUrl: string | null;
3507
3506
  position: string | null;
3507
+ linkedinUrl: string | null;
3508
3508
  company: string | null;
3509
3509
  projectIds: string[];
3510
3510
  projectNames: string[];
@@ -3536,12 +3536,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
3536
3536
  }[] | undefined;
3537
3537
  candidates?: {
3538
3538
  name: string;
3539
- email: string | null;
3540
- id: string;
3541
3539
  tags: string[];
3540
+ id: string;
3541
+ email: string | null;
3542
3542
  phone: string | null;
3543
- linkedinUrl: string | null;
3544
3543
  position: string | null;
3544
+ linkedinUrl: string | null;
3545
3545
  company: string | null;
3546
3546
  projectIds: string[];
3547
3547
  projectNames: string[];
@@ -3559,12 +3559,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
3559
3559
  }[] | undefined;
3560
3560
  candidates?: {
3561
3561
  name: string;
3562
- email: string | null;
3563
- id: string;
3564
3562
  tags: string[];
3563
+ id: string;
3564
+ email: string | null;
3565
3565
  phone: string | null;
3566
- linkedinUrl: string | null;
3567
3566
  position: string | null;
3567
+ linkedinUrl: string | null;
3568
3568
  company: string | null;
3569
3569
  projectIds: string[];
3570
3570
  projectNames: string[];
@@ -516,23 +516,23 @@ export declare const AshbyEnrichedCandidateSchema: z.ZodObject<{
516
516
  projectNames: z.ZodArray<z.ZodString, "many">;
517
517
  }, "strip", z.ZodTypeAny, {
518
518
  name: string;
519
- email: string | null;
520
- id: string;
521
519
  tags: string[];
520
+ id: string;
521
+ email: string | null;
522
522
  phone: string | null;
523
- linkedinUrl: string | null;
524
523
  position: string | null;
524
+ linkedinUrl: string | null;
525
525
  company: string | null;
526
526
  projectIds: string[];
527
527
  projectNames: string[];
528
528
  }, {
529
529
  name: string;
530
- email: string | null;
531
- id: string;
532
530
  tags: string[];
531
+ id: string;
532
+ email: string | null;
533
533
  phone: string | null;
534
- linkedinUrl: string | null;
535
534
  position: string | null;
535
+ linkedinUrl: string | null;
536
536
  company: string | null;
537
537
  projectIds: string[];
538
538
  projectNames: string[];
@@ -942,13 +942,13 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
942
942
  }, "strip", z.ZodTypeAny, {
943
943
  operation: "search_candidates";
944
944
  name?: string | undefined;
945
- email?: string | undefined;
946
945
  credentials?: Partial<Record<CredentialType, string>> | undefined;
946
+ email?: string | undefined;
947
947
  }, {
948
948
  operation: "search_candidates";
949
949
  name?: string | undefined;
950
- email?: string | undefined;
951
950
  credentials?: Partial<Record<CredentialType, string>> | undefined;
951
+ email?: string | undefined;
952
952
  }>, z.ZodObject<{
953
953
  operation: z.ZodLiteral<"add_tag">;
954
954
  candidate_id: z.ZodString;
@@ -1125,8 +1125,8 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
1125
1125
  operation: "update_candidate";
1126
1126
  candidate_id: string;
1127
1127
  name?: string | undefined;
1128
- email?: string | undefined;
1129
1128
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1129
+ email?: string | undefined;
1130
1130
  website?: string | undefined;
1131
1131
  phone_number?: string | undefined;
1132
1132
  linkedin_url?: string | undefined;
@@ -1135,8 +1135,8 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
1135
1135
  operation: "update_candidate";
1136
1136
  candidate_id: string;
1137
1137
  name?: string | undefined;
1138
- email?: string | undefined;
1139
1138
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1139
+ email?: string | undefined;
1140
1140
  website?: string | undefined;
1141
1141
  phone_number?: string | undefined;
1142
1142
  linkedin_url?: string | undefined;
@@ -4287,23 +4287,23 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
4287
4287
  projectNames: z.ZodArray<z.ZodString, "many">;
4288
4288
  }, "strip", z.ZodTypeAny, {
4289
4289
  name: string;
4290
- email: string | null;
4291
- id: string;
4292
4290
  tags: string[];
4291
+ id: string;
4292
+ email: string | null;
4293
4293
  phone: string | null;
4294
- linkedinUrl: string | null;
4295
4294
  position: string | null;
4295
+ linkedinUrl: string | null;
4296
4296
  company: string | null;
4297
4297
  projectIds: string[];
4298
4298
  projectNames: string[];
4299
4299
  }, {
4300
4300
  name: string;
4301
- email: string | null;
4302
- id: string;
4303
4301
  tags: string[];
4302
+ id: string;
4303
+ email: string | null;
4304
4304
  phone: string | null;
4305
- linkedinUrl: string | null;
4306
4305
  position: string | null;
4306
+ linkedinUrl: string | null;
4307
4307
  company: string | null;
4308
4308
  projectIds: string[];
4309
4309
  projectNames: string[];
@@ -4335,12 +4335,12 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
4335
4335
  }[] | undefined;
4336
4336
  candidates?: {
4337
4337
  name: string;
4338
- email: string | null;
4339
- id: string;
4340
4338
  tags: string[];
4339
+ id: string;
4340
+ email: string | null;
4341
4341
  phone: string | null;
4342
- linkedinUrl: string | null;
4343
4342
  position: string | null;
4343
+ linkedinUrl: string | null;
4344
4344
  company: string | null;
4345
4345
  projectIds: string[];
4346
4346
  projectNames: string[];
@@ -4358,12 +4358,12 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
4358
4358
  }[] | undefined;
4359
4359
  candidates?: {
4360
4360
  name: string;
4361
- email: string | null;
4362
- id: string;
4363
4361
  tags: string[];
4362
+ id: string;
4363
+ email: string | null;
4364
4364
  phone: string | null;
4365
- linkedinUrl: string | null;
4366
4365
  position: string | null;
4366
+ linkedinUrl: string | null;
4367
4367
  company: string | null;
4368
4368
  projectIds: string[];
4369
4369
  projectNames: string[];
@@ -69,8 +69,8 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
69
69
  first_name: string;
70
70
  last_name: string;
71
71
  staffable: boolean;
72
- email?: string | undefined;
73
72
  credentials?: Record<string, string> | undefined;
73
+ email?: string | undefined;
74
74
  channels?: string[] | undefined;
75
75
  teams?: string[] | undefined;
76
76
  timezone?: string | undefined;
@@ -82,8 +82,8 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
82
82
  operation: "create_person";
83
83
  first_name: string;
84
84
  last_name: string;
85
- email?: string | undefined;
86
85
  credentials?: Record<string, string> | undefined;
86
+ email?: string | undefined;
87
87
  channels?: string[] | undefined;
88
88
  teams?: string[] | undefined;
89
89
  timezone?: string | undefined;
@@ -108,11 +108,11 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
108
108
  }, "strip", import("zod").ZodTypeAny, {
109
109
  operation: "update_person";
110
110
  person_id: string;
111
- email?: string | undefined;
112
111
  credentials?: Record<string, string> | undefined;
113
- channels?: string[] | undefined;
112
+ email?: string | undefined;
114
113
  first_name?: string | undefined;
115
114
  last_name?: string | undefined;
115
+ channels?: string[] | undefined;
116
116
  teams?: string[] | undefined;
117
117
  timezone?: string | undefined;
118
118
  site?: string | undefined;
@@ -121,11 +121,11 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
121
121
  }, {
122
122
  operation: "update_person";
123
123
  person_id: string;
124
- email?: string | undefined;
125
124
  credentials?: Record<string, string> | undefined;
126
- channels?: string[] | undefined;
125
+ email?: string | undefined;
127
126
  first_name?: string | undefined;
128
127
  last_name?: string | undefined;
128
+ channels?: string[] | undefined;
129
129
  teams?: string[] | undefined;
130
130
  timezone?: string | undefined;
131
131
  site?: string | undefined;
@@ -60,8 +60,8 @@ export declare const AssembledParamsSchema: z.ZodDiscriminatedUnion<"operation",
60
60
  first_name: string;
61
61
  last_name: string;
62
62
  staffable: boolean;
63
- email?: string | undefined;
64
63
  credentials?: Record<string, string> | undefined;
64
+ email?: string | undefined;
65
65
  channels?: string[] | undefined;
66
66
  teams?: string[] | undefined;
67
67
  timezone?: string | undefined;
@@ -73,8 +73,8 @@ export declare const AssembledParamsSchema: z.ZodDiscriminatedUnion<"operation",
73
73
  operation: "create_person";
74
74
  first_name: string;
75
75
  last_name: string;
76
- email?: string | undefined;
77
76
  credentials?: Record<string, string> | undefined;
77
+ email?: string | undefined;
78
78
  channels?: string[] | undefined;
79
79
  teams?: string[] | undefined;
80
80
  timezone?: string | undefined;
@@ -99,11 +99,11 @@ export declare const AssembledParamsSchema: z.ZodDiscriminatedUnion<"operation",
99
99
  }, "strip", z.ZodTypeAny, {
100
100
  operation: "update_person";
101
101
  person_id: string;
102
- email?: string | undefined;
103
102
  credentials?: Record<string, string> | undefined;
104
- channels?: string[] | undefined;
103
+ email?: string | undefined;
105
104
  first_name?: string | undefined;
106
105
  last_name?: string | undefined;
106
+ channels?: string[] | undefined;
107
107
  teams?: string[] | undefined;
108
108
  timezone?: string | undefined;
109
109
  site?: string | undefined;
@@ -112,11 +112,11 @@ export declare const AssembledParamsSchema: z.ZodDiscriminatedUnion<"operation",
112
112
  }, {
113
113
  operation: "update_person";
114
114
  person_id: string;
115
- email?: string | undefined;
116
115
  credentials?: Record<string, string> | undefined;
117
- channels?: string[] | undefined;
116
+ email?: string | undefined;
118
117
  first_name?: string | undefined;
119
118
  last_name?: string | undefined;
119
+ channels?: string[] | undefined;
120
120
  teams?: string[] | undefined;
121
121
  timezone?: string | undefined;
122
122
  site?: string | undefined;
@@ -238,15 +238,15 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
238
238
  }, "strip", import("zod").ZodTypeAny, {
239
239
  operation: "update_task";
240
240
  task_id: string;
241
- content?: string | undefined;
242
241
  credentials?: Partial<Record<CredentialType, string>> | undefined;
242
+ content?: string | undefined;
243
243
  deadline_at?: string | undefined;
244
244
  is_completed?: boolean | undefined;
245
245
  }, {
246
246
  operation: "update_task";
247
247
  task_id: string;
248
- content?: string | undefined;
249
248
  credentials?: Partial<Record<CredentialType, string>> | undefined;
249
+ content?: string | undefined;
250
250
  deadline_at?: string | undefined;
251
251
  is_completed?: boolean | undefined;
252
252
  }>, import("zod").ZodObject<{
@@ -284,15 +284,15 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
284
284
  entry_values: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
285
285
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
286
286
  }, "strip", import("zod").ZodTypeAny, {
287
- operation: "create_entry";
288
287
  list: string;
288
+ operation: "create_entry";
289
289
  parent_object: string;
290
290
  parent_record_id: string;
291
291
  entry_values: Record<string, unknown>;
292
292
  credentials?: Partial<Record<CredentialType, string>> | undefined;
293
293
  }, {
294
- operation: "create_entry";
295
294
  list: string;
295
+ operation: "create_entry";
296
296
  parent_object: string;
297
297
  parent_record_id: string;
298
298
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -305,15 +305,15 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
305
305
  filter: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
306
306
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
307
307
  }, "strip", import("zod").ZodTypeAny, {
308
+ list: string;
308
309
  operation: "list_entries";
309
310
  limit: number;
310
311
  offset: number;
311
- list: string;
312
312
  filter?: Record<string, unknown> | undefined;
313
313
  credentials?: Partial<Record<CredentialType, string>> | undefined;
314
314
  }, {
315
- operation: "list_entries";
316
315
  list: string;
316
+ operation: "list_entries";
317
317
  filter?: Record<string, unknown> | undefined;
318
318
  credentials?: Partial<Record<CredentialType, string>> | undefined;
319
319
  limit?: number | undefined;
@@ -229,15 +229,15 @@ export declare const AttioParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
229
229
  }, "strip", z.ZodTypeAny, {
230
230
  operation: "update_task";
231
231
  task_id: string;
232
- content?: string | undefined;
233
232
  credentials?: Partial<Record<CredentialType, string>> | undefined;
233
+ content?: string | undefined;
234
234
  deadline_at?: string | undefined;
235
235
  is_completed?: boolean | undefined;
236
236
  }, {
237
237
  operation: "update_task";
238
238
  task_id: string;
239
- content?: string | undefined;
240
239
  credentials?: Partial<Record<CredentialType, string>> | undefined;
240
+ content?: string | undefined;
241
241
  deadline_at?: string | undefined;
242
242
  is_completed?: boolean | undefined;
243
243
  }>, z.ZodObject<{
@@ -275,15 +275,15 @@ export declare const AttioParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
275
275
  entry_values: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
276
276
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
277
277
  }, "strip", z.ZodTypeAny, {
278
- operation: "create_entry";
279
278
  list: string;
279
+ operation: "create_entry";
280
280
  parent_object: string;
281
281
  parent_record_id: string;
282
282
  entry_values: Record<string, unknown>;
283
283
  credentials?: Partial<Record<CredentialType, string>> | undefined;
284
284
  }, {
285
- operation: "create_entry";
286
285
  list: string;
286
+ operation: "create_entry";
287
287
  parent_object: string;
288
288
  parent_record_id: string;
289
289
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -296,15 +296,15 @@ export declare const AttioParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
296
296
  filter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
297
297
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
298
298
  }, "strip", z.ZodTypeAny, {
299
+ list: string;
299
300
  operation: "list_entries";
300
301
  limit: number;
301
302
  offset: number;
302
- list: string;
303
303
  filter?: Record<string, unknown> | undefined;
304
304
  credentials?: Partial<Record<CredentialType, string>> | undefined;
305
305
  }, {
306
- operation: "list_entries";
307
306
  list: string;
307
+ operation: "list_entries";
308
308
  filter?: Record<string, unknown> | undefined;
309
309
  credentials?: Partial<Record<CredentialType, string>> | undefined;
310
310
  limit?: number | undefined;
@@ -240,8 +240,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
240
240
  timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
241
241
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
242
242
  }, "strip", import("zod").ZodTypeAny, {
243
- url: string;
244
243
  timeout: number;
244
+ url: string;
245
245
  operation: "navigate";
246
246
  session_id: string;
247
247
  wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
@@ -461,8 +461,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
461
461
  timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
462
462
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
463
463
  }, "strip", z.ZodTypeAny, {
464
- url: string;
465
464
  timeout: number;
465
+ url: string;
466
466
  operation: "navigate";
467
467
  session_id: string;
468
468
  wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
@@ -99,7 +99,7 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
99
99
  distance: number;
100
100
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
101
101
  };
102
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
102
+ type: "=" | "in" | "<" | ">" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
103
103
  column: string;
104
104
  }, {
105
105
  value: string | number | boolean | string[] | number[] | {
@@ -107,7 +107,7 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
107
107
  distance: number;
108
108
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
109
109
  };
110
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
110
+ type: "=" | "in" | "<" | ">" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
111
111
  column: string;
112
112
  }>, import("zod").ZodType<import("./crustdata.schema.js").PersonDBFilterGroup, import("zod").ZodTypeDef, import("./crustdata.schema.js").PersonDBFilterGroup>]>;
113
113
  sorts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -142,7 +142,7 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
142
142
  distance: number;
143
143
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
144
144
  };
145
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
145
+ type: "=" | "in" | "<" | ">" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
146
146
  column: string;
147
147
  } | import("./crustdata.schema.js").PersonDBFilterGroup;
148
148
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -165,7 +165,7 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
165
165
  distance: number;
166
166
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
167
167
  };
168
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
168
+ type: "=" | "in" | "<" | ">" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
169
169
  column: string;
170
170
  } | import("./crustdata.schema.js").PersonDBFilterGroup;
171
171
  credentials?: Partial<Record<CredentialType, string>> | undefined;