@bubblelab/bubble-core 0.1.243 → 0.1.244

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 (58) hide show
  1. package/dist/bubble-bundle.d.ts +83 -83
  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.d.ts.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.js +25 -4
  6. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  7. package/dist/bubbles/service-bubble/airtable.d.ts +28 -28
  8. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  9. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +116 -116
  10. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +5 -5
  11. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +4 -4
  12. package/dist/bubbles/service-bubble/capability-pipeline.js +4 -4
  13. package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
  14. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +14 -14
  15. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
  16. package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
  17. package/dist/bubbles/service-bubble/firecrawl.d.ts +192 -192
  18. package/dist/bubbles/service-bubble/followupboss.d.ts +58 -58
  19. package/dist/bubbles/service-bubble/github.d.ts +110 -110
  20. package/dist/bubbles/service-bubble/gmail.d.ts +68 -68
  21. package/dist/bubbles/service-bubble/google-calendar.d.ts +86 -86
  22. package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
  23. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  24. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +32 -32
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +47 -47
  27. package/dist/bubbles/service-bubble/linear/linear.d.ts +5 -5
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +368 -368
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  30. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +10 -10
  31. package/dist/bubbles/service-bubble/s3/s3.d.ts +2 -2
  32. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
  33. package/dist/bubbles/service-bubble/slab/slab.d.ts +18 -18
  34. package/dist/bubbles/service-bubble/slack/slack.d.ts +174 -174
  35. package/dist/bubbles/service-bubble/storage.d.ts +4 -4
  36. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +10 -10
  37. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +24 -24
  38. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
  39. package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
  40. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  41. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  42. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +56 -56
  43. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  44. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
  45. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  46. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +28 -28
  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 +6 -6
  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/parse-document.workflow.d.ts +4 -4
  54. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +54 -54
  55. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  56. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
  57. package/dist/bubbles.json +1 -1
  58. package/package.json +2 -2
@@ -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;
@@ -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;