@bubblelab/bubble-core 0.1.239 → 0.1.241

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 (67) hide show
  1. package/dist/bubble-bundle.d.ts +110 -110
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +72 -72
  4. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  5. package/dist/bubbles/service-bubble/apify/actors/app-rankings-scraper.d.ts +2 -2
  6. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
  7. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  8. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +4 -4
  9. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +10 -10
  10. package/dist/bubbles/service-bubble/apify/apify.d.ts +22 -22
  11. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +2 -2
  12. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
  13. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +6 -6
  14. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +2 -2
  15. package/dist/bubbles/service-bubble/attio/attio.d.ts +2 -2
  16. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +2 -2
  17. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
  18. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
  19. package/dist/bubbles/service-bubble/capability-pipeline.d.ts.map +1 -1
  20. package/dist/bubbles/service-bubble/capability-pipeline.js +1 -7
  21. package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
  22. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +8 -8
  23. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
  24. package/dist/bubbles/service-bubble/firecrawl.d.ts +346 -346
  25. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  26. package/dist/bubbles/service-bubble/github.d.ts +60 -60
  27. package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
  28. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  29. package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
  30. package/dist/bubbles/service-bubble/http.d.ts +2 -2
  31. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +2 -2
  32. package/dist/bubbles/service-bubble/hubspot/hubspot.schema.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 +42 -42
  35. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +50 -50
  36. package/dist/bubbles/service-bubble/notion/notion.d.ts +848 -848
  37. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  38. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +10 -10
  39. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
  40. package/dist/bubbles/service-bubble/slack/slack.d.ts +238 -238
  41. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  42. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  43. package/dist/bubbles/service-bubble/xero/xero.d.ts +2 -2
  44. package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
  45. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +20 -20
  46. package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +20 -20
  47. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
  48. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
  49. package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +16 -16
  50. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +2 -2
  51. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  53. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +328 -328
  54. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
  55. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  56. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  57. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  58. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +52 -52
  59. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +124 -124
  60. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  61. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  62. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  63. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  64. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  65. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +26 -26
  66. package/dist/bubbles.json +1 -1
  67. package/package.json +2 -2
@@ -123,12 +123,12 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
123
123
  dateTime?: string | undefined;
124
124
  };
125
125
  operation: "create_event";
126
+ calendar_id: string;
126
127
  end: {
127
128
  date?: string | undefined;
128
129
  timeZone?: string | undefined;
129
130
  dateTime?: string | undefined;
130
131
  };
131
- calendar_id: string;
132
132
  conference: boolean;
133
133
  description?: string | undefined;
134
134
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -155,13 +155,13 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
155
155
  description?: string | undefined;
156
156
  credentials?: Partial<Record<CredentialType, string>> | undefined;
157
157
  location?: string | undefined;
158
+ calendar_id?: string | undefined;
158
159
  attendees?: {
159
160
  email: string;
160
161
  optional?: boolean | undefined;
161
162
  displayName?: string | undefined;
162
163
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
163
164
  }[] | undefined;
164
- calendar_id?: string | undefined;
165
165
  conference?: boolean | undefined;
166
166
  }>, z.ZodObject<{
167
167
  operation: z.ZodLiteral<"update_event">;
@@ -249,6 +249,7 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
249
249
  dateTime?: string | undefined;
250
250
  } | undefined;
251
251
  location?: string | undefined;
252
+ calendar_id?: string | undefined;
252
253
  end?: {
253
254
  date?: string | undefined;
254
255
  timeZone?: string | undefined;
@@ -260,7 +261,6 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
260
261
  displayName?: string | undefined;
261
262
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
262
263
  }[] | undefined;
263
- calendar_id?: string | undefined;
264
264
  }>, z.ZodObject<{
265
265
  operation: z.ZodLiteral<"delete_event">;
266
266
  calendar_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -2206,12 +2206,12 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2206
2206
  dateTime?: string | undefined;
2207
2207
  };
2208
2208
  operation: "create_event";
2209
+ calendar_id: string;
2209
2210
  end: {
2210
2211
  date?: string | undefined;
2211
2212
  timeZone?: string | undefined;
2212
2213
  dateTime?: string | undefined;
2213
2214
  };
2214
- calendar_id: string;
2215
2215
  conference: boolean;
2216
2216
  description?: string | undefined;
2217
2217
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -2238,13 +2238,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2238
2238
  description?: string | undefined;
2239
2239
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2240
2240
  location?: string | undefined;
2241
+ calendar_id?: string | undefined;
2241
2242
  attendees?: {
2242
2243
  email: string;
2243
2244
  optional?: boolean | undefined;
2244
2245
  displayName?: string | undefined;
2245
2246
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2246
2247
  }[] | undefined;
2247
- calendar_id?: string | undefined;
2248
2248
  conference?: boolean | undefined;
2249
2249
  }>, z.ZodObject<{
2250
2250
  operation: z.ZodLiteral<"update_event">;
@@ -2332,6 +2332,7 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2332
2332
  dateTime?: string | undefined;
2333
2333
  } | undefined;
2334
2334
  location?: string | undefined;
2335
+ calendar_id?: string | undefined;
2335
2336
  end?: {
2336
2337
  date?: string | undefined;
2337
2338
  timeZone?: string | undefined;
@@ -2343,7 +2344,6 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
2343
2344
  displayName?: string | undefined;
2344
2345
  responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
2345
2346
  }[] | undefined;
2346
- calendar_id?: string | undefined;
2347
2347
  }>, z.ZodObject<{
2348
2348
  operation: z.ZodLiteral<"delete_event">;
2349
2349
  calendar_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -15,15 +15,15 @@ declare const GoogleDriveParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
15
15
  content: string;
16
16
  operation: "upload_file";
17
17
  convert_to_google_docs: boolean;
18
- credentials?: Partial<Record<CredentialType, string>> | undefined;
19
18
  mimeType?: string | undefined;
19
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
20
20
  parent_folder_id?: string | undefined;
21
21
  }, {
22
22
  name: string;
23
23
  content: string;
24
24
  operation: "upload_file";
25
- credentials?: Partial<Record<CredentialType, string>> | undefined;
26
25
  mimeType?: string | undefined;
26
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
27
27
  parent_folder_id?: string | undefined;
28
28
  convert_to_google_docs?: boolean | undefined;
29
29
  }>, z.ZodObject<{
@@ -277,8 +277,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
277
277
  }>, "many">>;
278
278
  }, "strip", z.ZodTypeAny, {
279
279
  name: string;
280
- id: string;
281
280
  mimeType: string;
281
+ id: string;
282
282
  size?: string | undefined;
283
283
  createdTime?: string | undefined;
284
284
  modifiedTime?: string | undefined;
@@ -292,8 +292,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
292
292
  }[] | undefined;
293
293
  }, {
294
294
  name: string;
295
- id: string;
296
295
  mimeType: string;
296
+ id: string;
297
297
  size?: string | undefined;
298
298
  createdTime?: string | undefined;
299
299
  modifiedTime?: string | undefined;
@@ -313,8 +313,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
313
313
  operation: "upload_file";
314
314
  file?: {
315
315
  name: string;
316
- id: string;
317
316
  mimeType: string;
317
+ id: string;
318
318
  size?: string | undefined;
319
319
  createdTime?: string | undefined;
320
320
  modifiedTime?: string | undefined;
@@ -333,8 +333,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
333
333
  operation: "upload_file";
334
334
  file?: {
335
335
  name: string;
336
- id: string;
337
336
  mimeType: string;
337
+ id: string;
338
338
  size?: string | undefined;
339
339
  createdTime?: string | undefined;
340
340
  modifiedTime?: string | undefined;
@@ -394,8 +394,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
394
394
  }>, "many">>;
395
395
  }, "strip", z.ZodTypeAny, {
396
396
  name: string;
397
- id: string;
398
397
  mimeType: string;
398
+ id: string;
399
399
  size?: string | undefined;
400
400
  createdTime?: string | undefined;
401
401
  modifiedTime?: string | undefined;
@@ -409,8 +409,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
409
409
  }[] | undefined;
410
410
  }, {
411
411
  name: string;
412
- id: string;
413
412
  mimeType: string;
413
+ id: string;
414
414
  size?: string | undefined;
415
415
  createdTime?: string | undefined;
416
416
  modifiedTime?: string | undefined;
@@ -432,8 +432,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
432
432
  operation: "list_files";
433
433
  files?: {
434
434
  name: string;
435
- id: string;
436
435
  mimeType: string;
436
+ id: string;
437
437
  size?: string | undefined;
438
438
  createdTime?: string | undefined;
439
439
  modifiedTime?: string | undefined;
@@ -454,8 +454,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
454
454
  operation: "list_files";
455
455
  files?: {
456
456
  name: string;
457
- id: string;
458
457
  mimeType: string;
458
+ id: string;
459
459
  size?: string | undefined;
460
460
  createdTime?: string | undefined;
461
461
  modifiedTime?: string | undefined;
@@ -551,8 +551,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
551
551
  }>, "many">>;
552
552
  }, "strip", z.ZodTypeAny, {
553
553
  name: string;
554
- id: string;
555
554
  mimeType: string;
555
+ id: string;
556
556
  size?: string | undefined;
557
557
  createdTime?: string | undefined;
558
558
  modifiedTime?: string | undefined;
@@ -566,8 +566,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
566
566
  }[] | undefined;
567
567
  }, {
568
568
  name: string;
569
- id: string;
570
569
  mimeType: string;
570
+ id: string;
571
571
  size?: string | undefined;
572
572
  createdTime?: string | undefined;
573
573
  modifiedTime?: string | undefined;
@@ -606,8 +606,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
606
606
  operation: "get_file_info";
607
607
  file?: {
608
608
  name: string;
609
- id: string;
610
609
  mimeType: string;
610
+ id: string;
611
611
  size?: string | undefined;
612
612
  createdTime?: string | undefined;
613
613
  modifiedTime?: string | undefined;
@@ -633,8 +633,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
633
633
  operation: "get_file_info";
634
634
  file?: {
635
635
  name: string;
636
- id: string;
637
636
  mimeType: string;
637
+ id: string;
638
638
  size?: string | undefined;
639
639
  createdTime?: string | undefined;
640
640
  modifiedTime?: string | undefined;
@@ -698,8 +698,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
698
698
  }>, "many">>;
699
699
  }, "strip", z.ZodTypeAny, {
700
700
  name: string;
701
- id: string;
702
701
  mimeType: string;
702
+ id: string;
703
703
  size?: string | undefined;
704
704
  createdTime?: string | undefined;
705
705
  modifiedTime?: string | undefined;
@@ -713,8 +713,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
713
713
  }[] | undefined;
714
714
  }, {
715
715
  name: string;
716
- id: string;
717
716
  mimeType: string;
717
+ id: string;
718
718
  size?: string | undefined;
719
719
  createdTime?: string | undefined;
720
720
  modifiedTime?: string | undefined;
@@ -734,8 +734,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
734
734
  operation: "move_file";
735
735
  file?: {
736
736
  name: string;
737
- id: string;
738
737
  mimeType: string;
738
+ id: string;
739
739
  size?: string | undefined;
740
740
  createdTime?: string | undefined;
741
741
  modifiedTime?: string | undefined;
@@ -754,8 +754,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
754
754
  operation: "move_file";
755
755
  file?: {
756
756
  name: string;
757
- id: string;
758
757
  mimeType: string;
758
+ id: string;
759
759
  size?: string | undefined;
760
760
  createdTime?: string | undefined;
761
761
  modifiedTime?: string | undefined;
@@ -932,15 +932,15 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
932
932
  content: string;
933
933
  operation: "upload_file";
934
934
  convert_to_google_docs: boolean;
935
- credentials?: Partial<Record<CredentialType, string>> | undefined;
936
935
  mimeType?: string | undefined;
936
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
937
937
  parent_folder_id?: string | undefined;
938
938
  }, {
939
939
  name: string;
940
940
  content: string;
941
941
  operation: "upload_file";
942
- credentials?: Partial<Record<CredentialType, string>> | undefined;
943
942
  mimeType?: string | undefined;
943
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
944
944
  parent_folder_id?: string | undefined;
945
945
  convert_to_google_docs?: boolean | undefined;
946
946
  }>, z.ZodObject<{
@@ -1194,8 +1194,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1194
1194
  }>, "many">>;
1195
1195
  }, "strip", z.ZodTypeAny, {
1196
1196
  name: string;
1197
- id: string;
1198
1197
  mimeType: string;
1198
+ id: string;
1199
1199
  size?: string | undefined;
1200
1200
  createdTime?: string | undefined;
1201
1201
  modifiedTime?: string | undefined;
@@ -1209,8 +1209,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1209
1209
  }[] | undefined;
1210
1210
  }, {
1211
1211
  name: string;
1212
- id: string;
1213
1212
  mimeType: string;
1213
+ id: string;
1214
1214
  size?: string | undefined;
1215
1215
  createdTime?: string | undefined;
1216
1216
  modifiedTime?: string | undefined;
@@ -1230,8 +1230,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1230
1230
  operation: "upload_file";
1231
1231
  file?: {
1232
1232
  name: string;
1233
- id: string;
1234
1233
  mimeType: string;
1234
+ id: string;
1235
1235
  size?: string | undefined;
1236
1236
  createdTime?: string | undefined;
1237
1237
  modifiedTime?: string | undefined;
@@ -1250,8 +1250,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1250
1250
  operation: "upload_file";
1251
1251
  file?: {
1252
1252
  name: string;
1253
- id: string;
1254
1253
  mimeType: string;
1254
+ id: string;
1255
1255
  size?: string | undefined;
1256
1256
  createdTime?: string | undefined;
1257
1257
  modifiedTime?: string | undefined;
@@ -1311,8 +1311,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1311
1311
  }>, "many">>;
1312
1312
  }, "strip", z.ZodTypeAny, {
1313
1313
  name: string;
1314
- id: string;
1315
1314
  mimeType: string;
1315
+ id: string;
1316
1316
  size?: string | undefined;
1317
1317
  createdTime?: string | undefined;
1318
1318
  modifiedTime?: string | undefined;
@@ -1326,8 +1326,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1326
1326
  }[] | undefined;
1327
1327
  }, {
1328
1328
  name: string;
1329
- id: string;
1330
1329
  mimeType: string;
1330
+ id: string;
1331
1331
  size?: string | undefined;
1332
1332
  createdTime?: string | undefined;
1333
1333
  modifiedTime?: string | undefined;
@@ -1349,8 +1349,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1349
1349
  operation: "list_files";
1350
1350
  files?: {
1351
1351
  name: string;
1352
- id: string;
1353
1352
  mimeType: string;
1353
+ id: string;
1354
1354
  size?: string | undefined;
1355
1355
  createdTime?: string | undefined;
1356
1356
  modifiedTime?: string | undefined;
@@ -1371,8 +1371,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1371
1371
  operation: "list_files";
1372
1372
  files?: {
1373
1373
  name: string;
1374
- id: string;
1375
1374
  mimeType: string;
1375
+ id: string;
1376
1376
  size?: string | undefined;
1377
1377
  createdTime?: string | undefined;
1378
1378
  modifiedTime?: string | undefined;
@@ -1468,8 +1468,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1468
1468
  }>, "many">>;
1469
1469
  }, "strip", z.ZodTypeAny, {
1470
1470
  name: string;
1471
- id: string;
1472
1471
  mimeType: string;
1472
+ id: string;
1473
1473
  size?: string | undefined;
1474
1474
  createdTime?: string | undefined;
1475
1475
  modifiedTime?: string | undefined;
@@ -1483,8 +1483,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1483
1483
  }[] | undefined;
1484
1484
  }, {
1485
1485
  name: string;
1486
- id: string;
1487
1486
  mimeType: string;
1487
+ id: string;
1488
1488
  size?: string | undefined;
1489
1489
  createdTime?: string | undefined;
1490
1490
  modifiedTime?: string | undefined;
@@ -1523,8 +1523,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1523
1523
  operation: "get_file_info";
1524
1524
  file?: {
1525
1525
  name: string;
1526
- id: string;
1527
1526
  mimeType: string;
1527
+ id: string;
1528
1528
  size?: string | undefined;
1529
1529
  createdTime?: string | undefined;
1530
1530
  modifiedTime?: string | undefined;
@@ -1550,8 +1550,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1550
1550
  operation: "get_file_info";
1551
1551
  file?: {
1552
1552
  name: string;
1553
- id: string;
1554
1553
  mimeType: string;
1554
+ id: string;
1555
1555
  size?: string | undefined;
1556
1556
  createdTime?: string | undefined;
1557
1557
  modifiedTime?: string | undefined;
@@ -1615,8 +1615,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1615
1615
  }>, "many">>;
1616
1616
  }, "strip", z.ZodTypeAny, {
1617
1617
  name: string;
1618
- id: string;
1619
1618
  mimeType: string;
1619
+ id: string;
1620
1620
  size?: string | undefined;
1621
1621
  createdTime?: string | undefined;
1622
1622
  modifiedTime?: string | undefined;
@@ -1630,8 +1630,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1630
1630
  }[] | undefined;
1631
1631
  }, {
1632
1632
  name: string;
1633
- id: string;
1634
1633
  mimeType: string;
1634
+ id: string;
1635
1635
  size?: string | undefined;
1636
1636
  createdTime?: string | undefined;
1637
1637
  modifiedTime?: string | undefined;
@@ -1651,8 +1651,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1651
1651
  operation: "move_file";
1652
1652
  file?: {
1653
1653
  name: string;
1654
- id: string;
1655
1654
  mimeType: string;
1655
+ id: string;
1656
1656
  size?: string | undefined;
1657
1657
  createdTime?: string | undefined;
1658
1658
  modifiedTime?: string | undefined;
@@ -1671,8 +1671,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1671
1671
  operation: "move_file";
1672
1672
  file?: {
1673
1673
  name: string;
1674
- id: string;
1675
1674
  mimeType: string;
1675
+ id: string;
1676
1676
  size?: string | undefined;
1677
1677
  createdTime?: string | undefined;
1678
1678
  modifiedTime?: string | undefined;
@@ -14,8 +14,8 @@ declare const HttpParamsSchema: z.ZodObject<{
14
14
  responseType: z.ZodDefault<z.ZodEnum<["auto", "text", "binary"]>>;
15
15
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
16
16
  }, "strip", z.ZodTypeAny, {
17
- timeout: number;
18
17
  url: string;
18
+ timeout: number;
19
19
  method: "POST" | "DELETE" | "GET" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
20
20
  followRedirects: boolean;
21
21
  authType: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header";
@@ -93,8 +93,8 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
93
93
  responseType: z.ZodDefault<z.ZodEnum<["auto", "text", "binary"]>>;
94
94
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
95
95
  }, "strip", z.ZodTypeAny, {
96
- timeout: number;
97
96
  url: string;
97
+ timeout: number;
98
98
  method: "POST" | "DELETE" | "GET" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
99
99
  followRedirects: boolean;
100
100
  authType: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header";
@@ -516,13 +516,13 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
516
516
  }, "strip", import("zod").ZodTypeAny, {
517
517
  operation: "list_owners";
518
518
  limit: number;
519
- credentials?: Partial<Record<CredentialType, string>> | undefined;
520
519
  email?: string | undefined;
520
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
521
521
  after?: string | undefined;
522
522
  }, {
523
523
  operation: "list_owners";
524
- credentials?: Partial<Record<CredentialType, string>> | undefined;
525
524
  email?: string | undefined;
525
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
526
526
  limit?: number | undefined;
527
527
  after?: string | undefined;
528
528
  }>, import("zod").ZodObject<{
@@ -500,13 +500,13 @@ export declare const HubSpotParamsSchema: z.ZodDiscriminatedUnion<"operation", [
500
500
  }, "strip", z.ZodTypeAny, {
501
501
  operation: "list_owners";
502
502
  limit: number;
503
- credentials?: Partial<Record<CredentialType, string>> | undefined;
504
503
  email?: string | undefined;
504
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
505
505
  after?: string | undefined;
506
506
  }, {
507
507
  operation: "list_owners";
508
- credentials?: Partial<Record<CredentialType, string>> | undefined;
509
508
  email?: string | undefined;
509
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
510
510
  limit?: number | undefined;
511
511
  after?: string | undefined;
512
512
  }>, z.ZodObject<{
@@ -11,18 +11,18 @@ declare const InsForgeDbParamsSchema: z.ZodObject<{
11
11
  maxRows: z.ZodDefault<z.ZodNumber>;
12
12
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
13
13
  }, "strip", z.ZodTypeAny, {
14
- parameters: unknown[];
15
14
  timeout: number;
16
15
  query: string;
17
16
  allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[];
17
+ parameters: unknown[];
18
18
  maxRows: number;
19
19
  credentials?: Partial<Record<CredentialType, string>> | undefined;
20
20
  }, {
21
21
  query: string;
22
- parameters?: unknown[] | undefined;
23
22
  credentials?: Partial<Record<CredentialType, string>> | undefined;
24
23
  timeout?: number | undefined;
25
24
  allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
25
+ parameters?: unknown[] | undefined;
26
26
  maxRows?: number | undefined;
27
27
  }>;
28
28
  type InsForgeDbParamsInput = z.input<typeof InsForgeDbParamsSchema>;
@@ -36,20 +36,20 @@ declare const InsForgeDbResultSchema: z.ZodObject<{
36
36
  error: z.ZodString;
37
37
  cleanedJSONString: z.ZodString;
38
38
  }, "strip", z.ZodTypeAny, {
39
- executionTime: number;
40
39
  error: string;
41
40
  success: boolean;
42
41
  rows: Record<string, unknown>[];
43
42
  rowCount: number | null;
44
43
  command: string;
44
+ executionTime: number;
45
45
  cleanedJSONString: string;
46
46
  }, {
47
- executionTime: number;
48
47
  error: string;
49
48
  success: boolean;
50
49
  rows: Record<string, unknown>[];
51
50
  rowCount: number | null;
52
51
  command: string;
52
+ executionTime: number;
53
53
  cleanedJSONString: string;
54
54
  }>;
55
55
  type InsForgeDbResult = z.output<typeof InsForgeDbResultSchema>;
@@ -85,18 +85,18 @@ export declare class InsForgeDbBubble extends ServiceBubble<InsForgeDbParams, In
85
85
  maxRows: z.ZodDefault<z.ZodNumber>;
86
86
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
87
87
  }, "strip", z.ZodTypeAny, {
88
- parameters: unknown[];
89
88
  timeout: number;
90
89
  query: string;
91
90
  allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[];
91
+ parameters: unknown[];
92
92
  maxRows: number;
93
93
  credentials?: Partial<Record<CredentialType, string>> | undefined;
94
94
  }, {
95
95
  query: string;
96
- parameters?: unknown[] | undefined;
97
96
  credentials?: Partial<Record<CredentialType, string>> | undefined;
98
97
  timeout?: number | undefined;
99
98
  allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
99
+ parameters?: unknown[] | undefined;
100
100
  maxRows?: number | undefined;
101
101
  }>;
102
102
  static readonly resultSchema: z.ZodObject<{
@@ -108,20 +108,20 @@ export declare class InsForgeDbBubble extends ServiceBubble<InsForgeDbParams, In
108
108
  error: z.ZodString;
109
109
  cleanedJSONString: z.ZodString;
110
110
  }, "strip", z.ZodTypeAny, {
111
- executionTime: number;
112
111
  error: string;
113
112
  success: boolean;
114
113
  rows: Record<string, unknown>[];
115
114
  rowCount: number | null;
116
115
  command: string;
116
+ executionTime: number;
117
117
  cleanedJSONString: string;
118
118
  }, {
119
- executionTime: number;
120
119
  error: string;
121
120
  success: boolean;
122
121
  rows: Record<string, unknown>[];
123
122
  rowCount: number | null;
124
123
  command: string;
124
+ executionTime: number;
125
125
  cleanedJSONString: string;
126
126
  }>;
127
127
  static readonly shortDescription = "InsForge is the backend built for AI-assisted development. Connect InsForge with any agent. Add authentication, database, storage, functions, and AI integrations to your app in seconds.";