@bubblelab/bubble-core 0.1.230 → 0.1.232

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 (77) hide show
  1. package/dist/bubble-bundle.d.ts +107 -107
  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/instagram-hashtag-scraper.d.ts +2 -2
  6. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  7. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  8. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  9. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  11. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  12. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  13. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  14. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +126 -126
  15. package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
  16. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +4 -4
  17. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +4 -4
  18. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +6 -6
  19. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +6 -6
  20. package/dist/bubbles/service-bubble/attio/attio.d.ts +6 -6
  21. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
  22. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
  23. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
  24. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
  25. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
  26. package/dist/bubbles/service-bubble/firecrawl.d.ts +334 -334
  27. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  28. package/dist/bubbles/service-bubble/github.d.ts +60 -60
  29. package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
  30. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  31. package/dist/bubbles/service-bubble/google-drive.d.ts +4 -4
  32. package/dist/bubbles/service-bubble/http.d.ts +2 -2
  33. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  34. package/dist/bubbles/service-bubble/jira/jira.d.ts +30 -30
  35. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
  36. package/dist/bubbles/service-bubble/notion/notion.d.ts +168 -168
  37. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  38. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  39. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +10 -10
  40. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
  41. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  42. package/dist/bubbles/service-bubble/slack/slack.d.ts +388 -388
  43. package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
  44. package/dist/bubbles/service-bubble/slack/slack.js +20 -5
  45. package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
  46. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  47. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  48. package/dist/bubbles/service-bubble/xero/xero.d.ts +2 -2
  49. package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
  50. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +391 -20
  51. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts.map +1 -1
  52. package/dist/bubbles/service-bubble/zendesk/zendesk.js +80 -0
  53. package/dist/bubbles/service-bubble/zendesk/zendesk.js.map +1 -1
  54. package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +388 -20
  55. package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts.map +1 -1
  56. package/dist/bubbles/service-bubble/zendesk/zendesk.schema.js +163 -0
  57. package/dist/bubbles/service-bubble/zendesk/zendesk.schema.js.map +1 -1
  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/bubbleflow-validation-tool.d.ts +4 -4
  61. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  62. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +20 -20
  63. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +384 -384
  64. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
  65. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  66. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  67. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  68. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
  69. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
  70. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  71. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  72. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  73. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
  74. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  75. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +26 -26
  76. package/dist/bubbles.json +594 -2
  77. package/package.json +2 -2
@@ -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
  }>;
@@ -113,12 +113,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
113
113
  type: "Personal" | "Work" | "Other";
114
114
  email: string;
115
115
  }[] | undefined;
116
+ tag?: string | undefined;
116
117
  phone_number?: string | undefined;
117
118
  linkedin_url?: string | undefined;
118
119
  github_url?: string | undefined;
119
120
  source_id?: string | undefined;
120
121
  credited_to_user_id?: string | undefined;
121
- tag?: string | undefined;
122
122
  }, {
123
123
  name: string;
124
124
  operation: "create_candidate";
@@ -128,12 +128,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
128
128
  type: "Personal" | "Work" | "Other";
129
129
  email: string;
130
130
  }[] | undefined;
131
+ tag?: string | undefined;
131
132
  phone_number?: string | undefined;
132
133
  linkedin_url?: string | undefined;
133
134
  github_url?: string | undefined;
134
135
  source_id?: string | undefined;
135
136
  credited_to_user_id?: string | undefined;
136
- tag?: string | undefined;
137
137
  allow_duplicate_linkedin?: boolean | undefined;
138
138
  }>, import("zod").ZodObject<{
139
139
  operation: import("zod").ZodLiteral<"search_candidates">;
@@ -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;
@@ -559,12 +559,12 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
559
559
  type: "Personal" | "Work" | "Other";
560
560
  email: string;
561
561
  }[] | undefined;
562
+ tag?: string | undefined;
562
563
  phone_number?: string | undefined;
563
564
  linkedin_url?: string | undefined;
564
565
  github_url?: string | undefined;
565
566
  source_id?: string | undefined;
566
567
  credited_to_user_id?: string | undefined;
567
- tag?: string | undefined;
568
568
  }, {
569
569
  name: string;
570
570
  operation: "create_candidate";
@@ -574,12 +574,12 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
574
574
  type: "Personal" | "Work" | "Other";
575
575
  email: string;
576
576
  }[] | undefined;
577
+ tag?: string | undefined;
577
578
  phone_number?: string | undefined;
578
579
  linkedin_url?: string | undefined;
579
580
  github_url?: string | undefined;
580
581
  source_id?: string | undefined;
581
582
  credited_to_user_id?: string | undefined;
582
- tag?: string | undefined;
583
583
  allow_duplicate_linkedin?: boolean | undefined;
584
584
  }>, z.ZodObject<{
585
585
  operation: z.ZodLiteral<"search_candidates">;
@@ -589,13 +589,13 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
589
589
  }, "strip", z.ZodTypeAny, {
590
590
  operation: "search_candidates";
591
591
  name?: string | undefined;
592
- email?: string | undefined;
593
592
  credentials?: Partial<Record<CredentialType, string>> | undefined;
593
+ email?: string | undefined;
594
594
  }, {
595
595
  operation: "search_candidates";
596
596
  name?: string | undefined;
597
- email?: string | undefined;
598
597
  credentials?: Partial<Record<CredentialType, string>> | undefined;
598
+ email?: string | undefined;
599
599
  }>, z.ZodObject<{
600
600
  operation: z.ZodLiteral<"add_tag">;
601
601
  candidate_id: z.ZodString;
@@ -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;
@@ -1249,7 +1249,7 @@ export declare const PersonDBFilterConditionSchema: z.ZodObject<{
1249
1249
  distance: number;
1250
1250
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1251
1251
  };
1252
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1252
+ type: "=" | "in" | "<" | ">" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1253
1253
  column: string;
1254
1254
  }, {
1255
1255
  value: string | number | boolean | string[] | number[] | {
@@ -1257,7 +1257,7 @@ export declare const PersonDBFilterConditionSchema: z.ZodObject<{
1257
1257
  distance: number;
1258
1258
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1259
1259
  };
1260
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1260
+ type: "=" | "in" | "<" | ">" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1261
1261
  column: string;
1262
1262
  }>;
1263
1263
  export declare const PersonDBFilterGroupSchema: z.ZodType<PersonDBFilterGroup>;
@@ -1283,7 +1283,7 @@ export declare const PersonDBFiltersSchema: z.ZodUnion<[z.ZodObject<{
1283
1283
  distance: number;
1284
1284
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1285
1285
  };
1286
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1286
+ type: "=" | "in" | "<" | ">" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1287
1287
  column: string;
1288
1288
  }, {
1289
1289
  value: string | number | boolean | string[] | number[] | {
@@ -1291,7 +1291,7 @@ export declare const PersonDBFiltersSchema: z.ZodUnion<[z.ZodObject<{
1291
1291
  distance: number;
1292
1292
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1293
1293
  };
1294
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1294
+ type: "=" | "in" | "<" | ">" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1295
1295
  column: string;
1296
1296
  }>, z.ZodType<PersonDBFilterGroup, z.ZodTypeDef, PersonDBFilterGroup>]>;
1297
1297
  export declare const PersonDBSortSchema: z.ZodObject<{
@@ -2313,7 +2313,7 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
2313
2313
  distance: number;
2314
2314
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2315
2315
  };
2316
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2316
+ type: "=" | "in" | "<" | ">" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2317
2317
  column: string;
2318
2318
  }, {
2319
2319
  value: string | number | boolean | string[] | number[] | {
@@ -2321,7 +2321,7 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
2321
2321
  distance: number;
2322
2322
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2323
2323
  };
2324
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2324
+ type: "=" | "in" | "<" | ">" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2325
2325
  column: string;
2326
2326
  }>, z.ZodType<PersonDBFilterGroup, z.ZodTypeDef, PersonDBFilterGroup>]>;
2327
2327
  sorts: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -2356,7 +2356,7 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
2356
2356
  distance: number;
2357
2357
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2358
2358
  };
2359
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2359
+ type: "=" | "in" | "<" | ">" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2360
2360
  column: string;
2361
2361
  } | PersonDBFilterGroup;
2362
2362
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -2379,7 +2379,7 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
2379
2379
  distance: number;
2380
2380
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2381
2381
  };
2382
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2382
+ type: "=" | "in" | "<" | ">" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2383
2383
  column: string;
2384
2384
  } | PersonDBFilterGroup;
2385
2385
  credentials?: Partial<Record<CredentialType, string>> | undefined;