@bubblelab/bubble-core 0.1.252 → 0.1.253

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 (57) hide show
  1. package/dist/bubble-bundle.d.ts +84 -84
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -12
  4. package/dist/bubbles/service-bubble/ai-agent.js +1 -1
  5. package/dist/bubbles/service-bubble/airtable.d.ts +36 -36
  6. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  7. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +150 -150
  8. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +5 -5
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +4 -4
  10. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +2 -2
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +180 -180
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +2 -2
  15. package/dist/bubbles/service-bubble/github.d.ts +120 -120
  16. package/dist/bubbles/service-bubble/gmail.d.ts +68 -68
  17. package/dist/bubbles/service-bubble/google-calendar.d.ts +86 -86
  18. package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
  19. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  20. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +6 -6
  21. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  22. package/dist/bubbles/service-bubble/jira/jira.d.ts +48 -48
  23. package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -1
  24. package/dist/bubbles/service-bubble/jira/jira.js.map +1 -1
  25. package/dist/bubbles/service-bubble/linear/linear.d.ts +1 -1
  26. package/dist/bubbles/service-bubble/notion/notion.d.ts +380 -380
  27. package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
  28. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +4 -4
  29. package/dist/bubbles/service-bubble/resend.d.ts +2 -2
  30. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
  31. package/dist/bubbles/service-bubble/slab/slab.d.ts +18 -18
  32. package/dist/bubbles/service-bubble/slack/slack.d.ts +122 -122
  33. package/dist/bubbles/service-bubble/storage.d.ts +8 -8
  34. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +60 -60
  35. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +103 -103
  36. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
  37. package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
  38. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  39. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  40. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +158 -158
  41. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  42. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
  43. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  44. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +32 -32
  46. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +50 -50
  47. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  48. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  50. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
  51. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
  53. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +44 -44
  54. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  55. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
  56. package/dist/bubbles.json +3 -3
  57. package/package.json +2 -2
@@ -203,9 +203,9 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
203
203
  ok: boolean;
204
204
  status?: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated" | undefined;
205
205
  created_at?: string | undefined;
206
- agent_name?: string | undefined;
207
206
  session_id?: string | undefined;
208
207
  vnc_url?: string | undefined;
208
+ agent_name?: string | undefined;
209
209
  }, {
210
210
  error: string;
211
211
  success: boolean;
@@ -213,9 +213,9 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
213
213
  ok: boolean;
214
214
  status?: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated" | undefined;
215
215
  created_at?: string | undefined;
216
- agent_name?: string | undefined;
217
216
  session_id?: string | undefined;
218
217
  vnc_url?: string | undefined;
218
+ agent_name?: string | undefined;
219
219
  }>, z.ZodObject<{
220
220
  operation: z.ZodLiteral<"list_sessions">;
221
221
  ok: z.ZodBoolean;
@@ -228,14 +228,14 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
228
228
  }, "strip", z.ZodTypeAny, {
229
229
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
230
230
  created_at: string;
231
- agent_name: string;
232
231
  session_id: string;
232
+ agent_name: string;
233
233
  vnc_url?: string | undefined;
234
234
  }, {
235
235
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
236
236
  created_at: string;
237
- agent_name: string;
238
237
  session_id: string;
238
+ agent_name: string;
239
239
  vnc_url?: string | undefined;
240
240
  }>, "many">>;
241
241
  error: z.ZodString;
@@ -248,8 +248,8 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
248
248
  sessions?: {
249
249
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
250
250
  created_at: string;
251
- agent_name: string;
252
251
  session_id: string;
252
+ agent_name: string;
253
253
  vnc_url?: string | undefined;
254
254
  }[] | undefined;
255
255
  }, {
@@ -260,8 +260,8 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
260
260
  sessions?: {
261
261
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
262
262
  created_at: string;
263
- agent_name: string;
264
263
  session_id: string;
264
+ agent_name: string;
265
265
  vnc_url?: string | undefined;
266
266
  }[] | undefined;
267
267
  }>, z.ZodObject<{
@@ -276,14 +276,14 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
276
276
  }, "strip", z.ZodTypeAny, {
277
277
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
278
278
  created_at: string;
279
- agent_name: string;
280
279
  session_id: string;
280
+ agent_name: string;
281
281
  vnc_url?: string | undefined;
282
282
  }, {
283
283
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
284
284
  created_at: string;
285
- agent_name: string;
286
285
  session_id: string;
286
+ agent_name: string;
287
287
  vnc_url?: string | undefined;
288
288
  }>>;
289
289
  error: z.ZodString;
@@ -296,8 +296,8 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
296
296
  session?: {
297
297
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
298
298
  created_at: string;
299
- agent_name: string;
300
299
  session_id: string;
300
+ agent_name: string;
301
301
  vnc_url?: string | undefined;
302
302
  } | undefined;
303
303
  }, {
@@ -308,8 +308,8 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
308
308
  session?: {
309
309
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
310
310
  created_at: string;
311
- agent_name: string;
312
311
  session_id: string;
312
+ agent_name: string;
313
313
  vnc_url?: string | undefined;
314
314
  } | undefined;
315
315
  }>, z.ZodObject<{
@@ -756,9 +756,9 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
756
756
  ok: boolean;
757
757
  status?: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated" | undefined;
758
758
  created_at?: string | undefined;
759
- agent_name?: string | undefined;
760
759
  session_id?: string | undefined;
761
760
  vnc_url?: string | undefined;
761
+ agent_name?: string | undefined;
762
762
  }, {
763
763
  error: string;
764
764
  success: boolean;
@@ -766,9 +766,9 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
766
766
  ok: boolean;
767
767
  status?: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated" | undefined;
768
768
  created_at?: string | undefined;
769
- agent_name?: string | undefined;
770
769
  session_id?: string | undefined;
771
770
  vnc_url?: string | undefined;
771
+ agent_name?: string | undefined;
772
772
  }>, z.ZodObject<{
773
773
  operation: z.ZodLiteral<"list_sessions">;
774
774
  ok: z.ZodBoolean;
@@ -781,14 +781,14 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
781
781
  }, "strip", z.ZodTypeAny, {
782
782
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
783
783
  created_at: string;
784
- agent_name: string;
785
784
  session_id: string;
785
+ agent_name: string;
786
786
  vnc_url?: string | undefined;
787
787
  }, {
788
788
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
789
789
  created_at: string;
790
- agent_name: string;
791
790
  session_id: string;
791
+ agent_name: string;
792
792
  vnc_url?: string | undefined;
793
793
  }>, "many">>;
794
794
  error: z.ZodString;
@@ -801,8 +801,8 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
801
801
  sessions?: {
802
802
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
803
803
  created_at: string;
804
- agent_name: string;
805
804
  session_id: string;
805
+ agent_name: string;
806
806
  vnc_url?: string | undefined;
807
807
  }[] | undefined;
808
808
  }, {
@@ -813,8 +813,8 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
813
813
  sessions?: {
814
814
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
815
815
  created_at: string;
816
- agent_name: string;
817
816
  session_id: string;
817
+ agent_name: string;
818
818
  vnc_url?: string | undefined;
819
819
  }[] | undefined;
820
820
  }>, z.ZodObject<{
@@ -829,14 +829,14 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
829
829
  }, "strip", z.ZodTypeAny, {
830
830
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
831
831
  created_at: string;
832
- agent_name: string;
833
832
  session_id: string;
833
+ agent_name: string;
834
834
  vnc_url?: string | undefined;
835
835
  }, {
836
836
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
837
837
  created_at: string;
838
- agent_name: string;
839
838
  session_id: string;
839
+ agent_name: string;
840
840
  vnc_url?: string | undefined;
841
841
  }>>;
842
842
  error: z.ZodString;
@@ -849,8 +849,8 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
849
849
  session?: {
850
850
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
851
851
  created_at: string;
852
- agent_name: string;
853
852
  session_id: string;
853
+ agent_name: string;
854
854
  vnc_url?: string | undefined;
855
855
  } | undefined;
856
856
  }, {
@@ -861,8 +861,8 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
861
861
  session?: {
862
862
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
863
863
  created_at: string;
864
- agent_name: string;
865
864
  session_id: string;
865
+ agent_name: string;
866
866
  vnc_url?: string | undefined;
867
867
  } | undefined;
868
868
  }>, z.ZodObject<{
@@ -52,8 +52,8 @@ declare const AIAgentParamsSchema: z.ZodObject<{
52
52
  }, {
53
53
  data: string;
54
54
  type?: "base64" | undefined;
55
- description?: string | undefined;
56
55
  mimeType?: string | undefined;
56
+ description?: string | undefined;
57
57
  }>, z.ZodObject<{
58
58
  type: z.ZodLiteral<"url">;
59
59
  url: z.ZodString;
@@ -277,8 +277,8 @@ declare const AIAgentParamsSchema: z.ZodObject<{
277
277
  images?: ({
278
278
  data: string;
279
279
  type?: "base64" | undefined;
280
- description?: string | undefined;
281
280
  mimeType?: string | undefined;
281
+ description?: string | undefined;
282
282
  } | {
283
283
  type: "url";
284
284
  url: string;
@@ -357,8 +357,6 @@ declare const AIAgentResultSchema: z.ZodObject<{
357
357
  error: z.ZodString;
358
358
  success: z.ZodBoolean;
359
359
  }, "strip", z.ZodTypeAny, {
360
- error: string;
361
- success: boolean;
362
360
  response: string;
363
361
  toolCalls: {
364
362
  tool: string;
@@ -366,11 +364,11 @@ declare const AIAgentResultSchema: z.ZodObject<{
366
364
  output?: unknown;
367
365
  }[];
368
366
  iterations: number;
367
+ error: string;
368
+ success: boolean;
369
369
  reasoning?: string | null | undefined;
370
370
  totalCost?: number | undefined;
371
371
  }, {
372
- error: string;
373
- success: boolean;
374
372
  response: string;
375
373
  toolCalls: {
376
374
  tool: string;
@@ -378,6 +376,8 @@ declare const AIAgentResultSchema: z.ZodObject<{
378
376
  output?: unknown;
379
377
  }[];
380
378
  iterations: number;
379
+ error: string;
380
+ success: boolean;
381
381
  reasoning?: string | null | undefined;
382
382
  totalCost?: number | undefined;
383
383
  }>;
@@ -414,8 +414,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
414
414
  }, {
415
415
  data: string;
416
416
  type?: "base64" | undefined;
417
- description?: string | undefined;
418
417
  mimeType?: string | undefined;
418
+ description?: string | undefined;
419
419
  }>, z.ZodObject<{
420
420
  type: z.ZodLiteral<"url">;
421
421
  url: z.ZodString;
@@ -639,8 +639,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
639
639
  images?: ({
640
640
  data: string;
641
641
  type?: "base64" | undefined;
642
- description?: string | undefined;
643
642
  mimeType?: string | undefined;
643
+ description?: string | undefined;
644
644
  } | {
645
645
  type: "url";
646
646
  url: string;
@@ -719,8 +719,6 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
719
719
  error: z.ZodString;
720
720
  success: z.ZodBoolean;
721
721
  }, "strip", z.ZodTypeAny, {
722
- error: string;
723
- success: boolean;
724
722
  response: string;
725
723
  toolCalls: {
726
724
  tool: string;
@@ -728,11 +726,11 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
728
726
  output?: unknown;
729
727
  }[];
730
728
  iterations: number;
729
+ error: string;
730
+ success: boolean;
731
731
  reasoning?: string | null | undefined;
732
732
  totalCost?: number | undefined;
733
733
  }, {
734
- error: string;
735
- success: boolean;
736
734
  response: string;
737
735
  toolCalls: {
738
736
  tool: string;
@@ -740,6 +738,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
740
738
  output?: unknown;
741
739
  }[];
742
740
  iterations: number;
741
+ error: string;
742
+ success: boolean;
743
743
  reasoning?: string | null | undefined;
744
744
  totalCost?: number | undefined;
745
745
  }>;
@@ -213,7 +213,7 @@ const AIAgentParamsSchema = z.object({
213
213
  .number()
214
214
  .positive()
215
215
  .min(4)
216
- .default(40)
216
+ .default(80)
217
217
  .describe('Maximum number of iterations for the agent workflow, 5 iterations per turn of conversation'),
218
218
  credentials: z
219
219
  .record(z.nativeEnum(CredentialType), z.string())
@@ -14,8 +14,8 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
14
14
  field: z.ZodString;
15
15
  direction: z.ZodDefault<z.ZodOptional<z.ZodEnum<["asc", "desc"]>>>;
16
16
  }, "strip", z.ZodTypeAny, {
17
- direction: "asc" | "desc";
18
17
  field: string;
18
+ direction: "asc" | "desc";
19
19
  }, {
20
20
  field: string;
21
21
  direction?: "asc" | "desc" | undefined;
@@ -33,13 +33,13 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
33
33
  tableIdOrName: string;
34
34
  cellFormat: "string" | "json";
35
35
  sort?: {
36
- direction: "asc" | "desc";
37
36
  field: string;
37
+ direction: "asc" | "desc";
38
38
  }[] | undefined;
39
39
  credentials?: Partial<Record<CredentialType, string>> | undefined;
40
40
  timeZone?: string | undefined;
41
- fields?: string[] | undefined;
42
41
  offset?: string | undefined;
42
+ fields?: string[] | undefined;
43
43
  filterByFormula?: string | undefined;
44
44
  maxRecords?: number | undefined;
45
45
  view?: string | undefined;
@@ -54,8 +54,8 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
54
54
  }[] | undefined;
55
55
  credentials?: Partial<Record<CredentialType, string>> | undefined;
56
56
  timeZone?: string | undefined;
57
- fields?: string[] | undefined;
58
57
  offset?: string | undefined;
58
+ fields?: string[] | undefined;
59
59
  pageSize?: number | undefined;
60
60
  filterByFormula?: string | undefined;
61
61
  maxRecords?: number | undefined;
@@ -199,36 +199,36 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
199
199
  }, "strip", z.ZodTypeAny, {
200
200
  type: "number" | "date" | "url" | "email" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
201
201
  name: string;
202
- options?: Record<string, unknown> | undefined;
203
202
  description?: string | undefined;
203
+ options?: Record<string, unknown> | undefined;
204
204
  }, {
205
205
  type: "number" | "date" | "url" | "email" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
206
206
  name: string;
207
- options?: Record<string, unknown> | undefined;
208
207
  description?: string | undefined;
208
+ options?: Record<string, unknown> | undefined;
209
209
  }>, "many">;
210
210
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
211
211
  }, "strip", z.ZodTypeAny, {
212
212
  name: string;
213
+ operation: "create_table";
213
214
  fields: {
214
215
  type: "number" | "date" | "url" | "email" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
215
216
  name: string;
216
- options?: Record<string, unknown> | undefined;
217
217
  description?: string | undefined;
218
+ options?: Record<string, unknown> | undefined;
218
219
  }[];
219
- operation: "create_table";
220
220
  baseId: string;
221
221
  description?: string | undefined;
222
222
  credentials?: Partial<Record<CredentialType, string>> | undefined;
223
223
  }, {
224
224
  name: string;
225
+ operation: "create_table";
225
226
  fields: {
226
227
  type: "number" | "date" | "url" | "email" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
227
228
  name: string;
228
- options?: Record<string, unknown> | undefined;
229
229
  description?: string | undefined;
230
+ options?: Record<string, unknown> | undefined;
230
231
  }[];
231
- operation: "create_table";
232
232
  baseId: string;
233
233
  description?: string | undefined;
234
234
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -268,8 +268,8 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
268
268
  operation: "create_field";
269
269
  baseId: string;
270
270
  tableIdOrName: string;
271
- options?: Record<string, unknown> | undefined;
272
271
  description?: string | undefined;
272
+ options?: Record<string, unknown> | undefined;
273
273
  credentials?: Partial<Record<CredentialType, string>> | undefined;
274
274
  }, {
275
275
  type: "number" | "date" | "url" | "email" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
@@ -277,8 +277,8 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
277
277
  operation: "create_field";
278
278
  baseId: string;
279
279
  tableIdOrName: string;
280
- options?: Record<string, unknown> | undefined;
281
280
  description?: string | undefined;
281
+ options?: Record<string, unknown> | undefined;
282
282
  credentials?: Partial<Record<CredentialType, string>> | undefined;
283
283
  }>, z.ZodObject<{
284
284
  operation: z.ZodLiteral<"update_field">;
@@ -549,14 +549,14 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
549
549
  type: string;
550
550
  name: string;
551
551
  id: string;
552
- options?: Record<string, unknown> | undefined;
553
552
  description?: string | undefined;
553
+ options?: Record<string, unknown> | undefined;
554
554
  }, {
555
555
  type: string;
556
556
  name: string;
557
557
  id: string;
558
- options?: Record<string, unknown> | undefined;
559
558
  description?: string | undefined;
559
+ options?: Record<string, unknown> | undefined;
560
560
  }>, "many">;
561
561
  views: z.ZodOptional<z.ZodArray<z.ZodObject<{
562
562
  id: z.ZodString;
@@ -578,8 +578,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
578
578
  type: string;
579
579
  name: string;
580
580
  id: string;
581
- options?: Record<string, unknown> | undefined;
582
581
  description?: string | undefined;
582
+ options?: Record<string, unknown> | undefined;
583
583
  }[];
584
584
  primaryFieldId: string;
585
585
  description?: string | undefined;
@@ -595,8 +595,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
595
595
  type: string;
596
596
  name: string;
597
597
  id: string;
598
- options?: Record<string, unknown> | undefined;
599
598
  description?: string | undefined;
599
+ options?: Record<string, unknown> | undefined;
600
600
  }[];
601
601
  primaryFieldId: string;
602
602
  description?: string | undefined;
@@ -620,8 +620,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
620
620
  type: string;
621
621
  name: string;
622
622
  id: string;
623
- options?: Record<string, unknown> | undefined;
624
623
  description?: string | undefined;
624
+ options?: Record<string, unknown> | undefined;
625
625
  }[];
626
626
  primaryFieldId: string;
627
627
  description?: string | undefined;
@@ -643,8 +643,8 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
643
643
  type: string;
644
644
  name: string;
645
645
  id: string;
646
- options?: Record<string, unknown> | undefined;
647
646
  description?: string | undefined;
647
+ options?: Record<string, unknown> | undefined;
648
648
  }[];
649
649
  primaryFieldId: string;
650
650
  description?: string | undefined;
@@ -881,8 +881,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
881
881
  field: z.ZodString;
882
882
  direction: z.ZodDefault<z.ZodOptional<z.ZodEnum<["asc", "desc"]>>>;
883
883
  }, "strip", z.ZodTypeAny, {
884
- direction: "asc" | "desc";
885
884
  field: string;
885
+ direction: "asc" | "desc";
886
886
  }, {
887
887
  field: string;
888
888
  direction?: "asc" | "desc" | undefined;
@@ -900,13 +900,13 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
900
900
  tableIdOrName: string;
901
901
  cellFormat: "string" | "json";
902
902
  sort?: {
903
- direction: "asc" | "desc";
904
903
  field: string;
904
+ direction: "asc" | "desc";
905
905
  }[] | undefined;
906
906
  credentials?: Partial<Record<CredentialType, string>> | undefined;
907
907
  timeZone?: string | undefined;
908
- fields?: string[] | undefined;
909
908
  offset?: string | undefined;
909
+ fields?: string[] | undefined;
910
910
  filterByFormula?: string | undefined;
911
911
  maxRecords?: number | undefined;
912
912
  view?: string | undefined;
@@ -921,8 +921,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
921
921
  }[] | undefined;
922
922
  credentials?: Partial<Record<CredentialType, string>> | undefined;
923
923
  timeZone?: string | undefined;
924
- fields?: string[] | undefined;
925
924
  offset?: string | undefined;
925
+ fields?: string[] | undefined;
926
926
  pageSize?: number | undefined;
927
927
  filterByFormula?: string | undefined;
928
928
  maxRecords?: number | undefined;
@@ -1066,36 +1066,36 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1066
1066
  }, "strip", z.ZodTypeAny, {
1067
1067
  type: "number" | "date" | "url" | "email" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1068
1068
  name: string;
1069
- options?: Record<string, unknown> | undefined;
1070
1069
  description?: string | undefined;
1070
+ options?: Record<string, unknown> | undefined;
1071
1071
  }, {
1072
1072
  type: "number" | "date" | "url" | "email" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1073
1073
  name: string;
1074
- options?: Record<string, unknown> | undefined;
1075
1074
  description?: string | undefined;
1075
+ options?: Record<string, unknown> | undefined;
1076
1076
  }>, "many">;
1077
1077
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
1078
1078
  }, "strip", z.ZodTypeAny, {
1079
1079
  name: string;
1080
+ operation: "create_table";
1080
1081
  fields: {
1081
1082
  type: "number" | "date" | "url" | "email" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1082
1083
  name: string;
1083
- options?: Record<string, unknown> | undefined;
1084
1084
  description?: string | undefined;
1085
+ options?: Record<string, unknown> | undefined;
1085
1086
  }[];
1086
- operation: "create_table";
1087
1087
  baseId: string;
1088
1088
  description?: string | undefined;
1089
1089
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1090
1090
  }, {
1091
1091
  name: string;
1092
+ operation: "create_table";
1092
1093
  fields: {
1093
1094
  type: "number" | "date" | "url" | "email" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1094
1095
  name: string;
1095
- options?: Record<string, unknown> | undefined;
1096
1096
  description?: string | undefined;
1097
+ options?: Record<string, unknown> | undefined;
1097
1098
  }[];
1098
- operation: "create_table";
1099
1099
  baseId: string;
1100
1100
  description?: string | undefined;
1101
1101
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -1135,8 +1135,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1135
1135
  operation: "create_field";
1136
1136
  baseId: string;
1137
1137
  tableIdOrName: string;
1138
- options?: Record<string, unknown> | undefined;
1139
1138
  description?: string | undefined;
1139
+ options?: Record<string, unknown> | undefined;
1140
1140
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1141
1141
  }, {
1142
1142
  type: "number" | "date" | "url" | "email" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
@@ -1144,8 +1144,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1144
1144
  operation: "create_field";
1145
1145
  baseId: string;
1146
1146
  tableIdOrName: string;
1147
- options?: Record<string, unknown> | undefined;
1148
1147
  description?: string | undefined;
1148
+ options?: Record<string, unknown> | undefined;
1149
1149
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1150
1150
  }>, z.ZodObject<{
1151
1151
  operation: z.ZodLiteral<"update_field">;
@@ -1416,14 +1416,14 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1416
1416
  type: string;
1417
1417
  name: string;
1418
1418
  id: string;
1419
- options?: Record<string, unknown> | undefined;
1420
1419
  description?: string | undefined;
1420
+ options?: Record<string, unknown> | undefined;
1421
1421
  }, {
1422
1422
  type: string;
1423
1423
  name: string;
1424
1424
  id: string;
1425
- options?: Record<string, unknown> | undefined;
1426
1425
  description?: string | undefined;
1426
+ options?: Record<string, unknown> | undefined;
1427
1427
  }>, "many">;
1428
1428
  views: z.ZodOptional<z.ZodArray<z.ZodObject<{
1429
1429
  id: z.ZodString;
@@ -1445,8 +1445,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1445
1445
  type: string;
1446
1446
  name: string;
1447
1447
  id: string;
1448
- options?: Record<string, unknown> | undefined;
1449
1448
  description?: string | undefined;
1449
+ options?: Record<string, unknown> | undefined;
1450
1450
  }[];
1451
1451
  primaryFieldId: string;
1452
1452
  description?: string | undefined;
@@ -1462,8 +1462,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1462
1462
  type: string;
1463
1463
  name: string;
1464
1464
  id: string;
1465
- options?: Record<string, unknown> | undefined;
1466
1465
  description?: string | undefined;
1466
+ options?: Record<string, unknown> | undefined;
1467
1467
  }[];
1468
1468
  primaryFieldId: string;
1469
1469
  description?: string | undefined;
@@ -1487,8 +1487,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1487
1487
  type: string;
1488
1488
  name: string;
1489
1489
  id: string;
1490
- options?: Record<string, unknown> | undefined;
1491
1490
  description?: string | undefined;
1491
+ options?: Record<string, unknown> | undefined;
1492
1492
  }[];
1493
1493
  primaryFieldId: string;
1494
1494
  description?: string | undefined;
@@ -1510,8 +1510,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1510
1510
  type: string;
1511
1511
  name: string;
1512
1512
  id: string;
1513
- options?: Record<string, unknown> | undefined;
1514
1513
  description?: string | undefined;
1514
+ options?: Record<string, unknown> | undefined;
1515
1515
  }[];
1516
1516
  primaryFieldId: string;
1517
1517
  description?: string | undefined;
@@ -95,8 +95,8 @@ declare const ApifyResultSchema: z.ZodObject<{
95
95
  runId: string;
96
96
  consoleUrl: string;
97
97
  items?: unknown[] | undefined;
98
- itemsCount?: number | undefined;
99
98
  datasetId?: string | undefined;
99
+ itemsCount?: number | undefined;
100
100
  discoveredActors?: {
101
101
  name: string;
102
102
  id: string;
@@ -116,8 +116,8 @@ declare const ApifyResultSchema: z.ZodObject<{
116
116
  runId: string;
117
117
  consoleUrl: string;
118
118
  items?: unknown[] | undefined;
119
- itemsCount?: number | undefined;
120
119
  datasetId?: string | undefined;
120
+ itemsCount?: number | undefined;
121
121
  discoveredActors?: {
122
122
  name: string;
123
123
  id: string;
@@ -231,8 +231,8 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
231
231
  runId: string;
232
232
  consoleUrl: string;
233
233
  items?: unknown[] | undefined;
234
- itemsCount?: number | undefined;
235
234
  datasetId?: string | undefined;
235
+ itemsCount?: number | undefined;
236
236
  discoveredActors?: {
237
237
  name: string;
238
238
  id: string;
@@ -252,8 +252,8 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
252
252
  runId: string;
253
253
  consoleUrl: string;
254
254
  items?: unknown[] | undefined;
255
- itemsCount?: number | undefined;
256
255
  datasetId?: string | undefined;
256
+ itemsCount?: number | undefined;
257
257
  discoveredActors?: {
258
258
  name: string;
259
259
  id: string;