@bubblelab/bubble-core 0.1.11 → 0.1.12

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 (138) hide show
  1. package/dist/bubble-bundle.d.ts +164 -121
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +5 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.d.ts +30 -30
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  7. package/dist/bubbles/service-bubble/ai-agent.js +3 -6
  8. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  9. package/dist/bubbles/service-bubble/apify/apify.d.ts +5 -5
  10. package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -1
  11. package/dist/bubbles/service-bubble/apify/apify.js +20 -8
  12. package/dist/bubbles/service-bubble/apify/apify.js.map +1 -1
  13. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +542 -0
  14. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -0
  15. package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts +37 -0
  16. package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts.map +1 -0
  17. package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js +203 -0
  18. package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js.map +1 -0
  19. package/dist/bubbles/service-bubble/browserbase/browserbase.js +593 -0
  20. package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -0
  21. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +518 -0
  22. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts.map +1 -0
  23. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js +311 -0
  24. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js.map +1 -0
  25. package/dist/bubbles/service-bubble/browserbase/index.d.ts +3 -0
  26. package/dist/bubbles/service-bubble/browserbase/index.d.ts.map +1 -0
  27. package/dist/bubbles/service-bubble/browserbase/index.js +3 -0
  28. package/dist/bubbles/service-bubble/browserbase/index.js.map +1 -0
  29. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +1358 -0
  30. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts.map +1 -0
  31. package/dist/bubbles/service-bubble/crustdata/crustdata.js +219 -0
  32. package/dist/bubbles/service-bubble/crustdata/crustdata.js.map +1 -0
  33. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +1604 -0
  34. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +1 -0
  35. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +194 -0
  36. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -0
  37. package/dist/bubbles/service-bubble/crustdata/index.d.ts +3 -0
  38. package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +1 -0
  39. package/dist/bubbles/service-bubble/crustdata/index.js +3 -0
  40. package/dist/bubbles/service-bubble/crustdata/index.js.map +1 -0
  41. package/dist/bubbles/service-bubble/firecrawl.d.ts +4 -4
  42. package/dist/bubbles/service-bubble/firecrawl.js +1 -1
  43. package/dist/bubbles/service-bubble/firecrawl.js.map +1 -1
  44. package/dist/bubbles/service-bubble/github.d.ts +0 -6
  45. package/dist/bubbles/service-bubble/github.d.ts.map +1 -1
  46. package/dist/bubbles/service-bubble/github.js +1 -7
  47. package/dist/bubbles/service-bubble/github.js.map +1 -1
  48. package/dist/bubbles/service-bubble/gmail.d.ts +84 -84
  49. package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
  50. package/dist/bubbles/service-bubble/http.d.ts +13 -1
  51. package/dist/bubbles/service-bubble/http.d.ts.map +1 -1
  52. package/dist/bubbles/service-bubble/http.integration.flow.d.ts +49 -0
  53. package/dist/bubbles/service-bubble/http.integration.flow.d.ts.map +1 -0
  54. package/dist/bubbles/service-bubble/http.integration.flow.js +425 -0
  55. package/dist/bubbles/service-bubble/http.integration.flow.js.map +1 -0
  56. package/dist/bubbles/service-bubble/http.js +40 -4
  57. package/dist/bubbles/service-bubble/http.js.map +1 -1
  58. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  59. package/dist/bubbles/service-bubble/slack.d.ts +978 -35
  60. package/dist/bubbles/service-bubble/slack.d.ts.map +1 -1
  61. package/dist/bubbles/service-bubble/slack.js +320 -26
  62. package/dist/bubbles/service-bubble/slack.js.map +1 -1
  63. package/dist/bubbles/service-bubble/storage.d.ts +1 -1
  64. package/dist/bubbles/service-bubble/storage.d.ts.map +1 -1
  65. package/dist/bubbles/service-bubble/storage.js +2 -2
  66. package/dist/bubbles/service-bubble/storage.js.map +1 -1
  67. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +494 -0
  68. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts.map +1 -0
  69. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts +31 -0
  70. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts.map +1 -0
  71. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js +100 -0
  72. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js.map +1 -0
  73. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.js +1301 -0
  74. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.js.map +1 -0
  75. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +473 -0
  76. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts.map +1 -0
  77. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.js +230 -0
  78. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.js.map +1 -0
  79. package/dist/bubbles/tool-bubble/amazon-shopping-tool/index.d.ts +3 -0
  80. package/dist/bubbles/tool-bubble/amazon-shopping-tool/index.d.ts.map +1 -0
  81. package/dist/bubbles/tool-bubble/amazon-shopping-tool/index.js +3 -0
  82. package/dist/bubbles/tool-bubble/amazon-shopping-tool/index.js.map +1 -0
  83. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  84. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +740 -0
  85. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +1 -0
  86. package/dist/bubbles/tool-bubble/company-enrichment-tool.js +350 -0
  87. package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +1 -0
  88. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts.map +1 -1
  89. package/dist/bubbles/tool-bubble/google-maps-tool.js +1 -0
  90. package/dist/bubbles/tool-bubble/google-maps-tool.js.map +1 -1
  91. package/dist/bubbles/tool-bubble/instagram-tool.d.ts.map +1 -1
  92. package/dist/bubbles/tool-bubble/instagram-tool.js +2 -0
  93. package/dist/bubbles/tool-bubble/instagram-tool.js.map +1 -1
  94. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +6 -6
  95. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -1
  96. package/dist/bubbles/tool-bubble/linkedin-tool.js +6 -4
  97. package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -1
  98. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts.map +1 -1
  99. package/dist/bubbles/tool-bubble/research-agent-tool.js +6 -1
  100. package/dist/bubbles/tool-bubble/research-agent-tool.js.map +1 -1
  101. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
  102. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +10 -10
  103. package/dist/bubbles/tool-bubble/twitter-tool.d.ts.map +1 -1
  104. package/dist/bubbles/tool-bubble/twitter-tool.js +3 -0
  105. package/dist/bubbles/tool-bubble/twitter-tool.js.map +1 -1
  106. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +6 -6
  107. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts.map +1 -1
  108. package/dist/bubbles/tool-bubble/web-scrape-tool.js +4 -1
  109. package/dist/bubbles/tool-bubble/web-scrape-tool.js.map +1 -1
  110. package/dist/bubbles/tool-bubble/youtube-tool.d.ts.map +1 -1
  111. package/dist/bubbles/tool-bubble/youtube-tool.js +3 -0
  112. package/dist/bubbles/tool-bubble/youtube-tool.js.map +1 -1
  113. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
  114. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +8 -8
  115. package/dist/bubbles.json +50 -15
  116. package/dist/index.d.ts +2 -0
  117. package/dist/index.d.ts.map +1 -1
  118. package/dist/index.js +2 -0
  119. package/dist/index.js.map +1 -1
  120. package/dist/logging/BubbleLogger.d.ts +10 -0
  121. package/dist/logging/BubbleLogger.d.ts.map +1 -1
  122. package/dist/logging/BubbleLogger.js +14 -0
  123. package/dist/logging/BubbleLogger.js.map +1 -1
  124. package/dist/logging/StreamingBubbleLogger.d.ts +8 -0
  125. package/dist/logging/StreamingBubbleLogger.d.ts.map +1 -1
  126. package/dist/logging/StreamingBubbleLogger.js +29 -0
  127. package/dist/logging/StreamingBubbleLogger.js.map +1 -1
  128. package/dist/types/available-tools.d.ts +1 -1
  129. package/dist/types/available-tools.d.ts.map +1 -1
  130. package/dist/types/available-tools.js +6 -0
  131. package/dist/types/available-tools.js.map +1 -1
  132. package/dist/types/base-bubble-class.d.ts.map +1 -1
  133. package/dist/types/base-bubble-class.js +0 -8
  134. package/dist/types/base-bubble-class.js.map +1 -1
  135. package/dist/types/tool-bubble-class.d.ts.map +1 -1
  136. package/dist/types/tool-bubble-class.js +58 -8
  137. package/dist/types/tool-bubble-class.js.map +1 -1
  138. package/package.json +3 -2
@@ -179,8 +179,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
179
179
  }>, "many">>;
180
180
  }, "strip", z.ZodTypeAny, {
181
181
  name: string;
182
- mimeType: string;
183
182
  id: string;
183
+ mimeType: string;
184
184
  size?: string | undefined;
185
185
  createdTime?: string | undefined;
186
186
  modifiedTime?: string | undefined;
@@ -194,8 +194,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
194
194
  }[] | undefined;
195
195
  }, {
196
196
  name: string;
197
- mimeType: string;
198
197
  id: string;
198
+ mimeType: string;
199
199
  size?: string | undefined;
200
200
  createdTime?: string | undefined;
201
201
  modifiedTime?: string | undefined;
@@ -215,8 +215,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
215
215
  operation: "upload_file";
216
216
  file?: {
217
217
  name: string;
218
- mimeType: string;
219
218
  id: string;
219
+ mimeType: string;
220
220
  size?: string | undefined;
221
221
  createdTime?: string | undefined;
222
222
  modifiedTime?: string | undefined;
@@ -235,8 +235,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
235
235
  operation: "upload_file";
236
236
  file?: {
237
237
  name: string;
238
- mimeType: string;
239
238
  id: string;
239
+ mimeType: string;
240
240
  size?: string | undefined;
241
241
  createdTime?: string | undefined;
242
242
  modifiedTime?: string | undefined;
@@ -296,8 +296,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
296
296
  }>, "many">>;
297
297
  }, "strip", z.ZodTypeAny, {
298
298
  name: string;
299
- mimeType: string;
300
299
  id: string;
300
+ mimeType: string;
301
301
  size?: string | undefined;
302
302
  createdTime?: string | undefined;
303
303
  modifiedTime?: string | undefined;
@@ -311,8 +311,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
311
311
  }[] | undefined;
312
312
  }, {
313
313
  name: string;
314
- mimeType: string;
315
314
  id: string;
315
+ mimeType: string;
316
316
  size?: string | undefined;
317
317
  createdTime?: string | undefined;
318
318
  modifiedTime?: string | undefined;
@@ -334,8 +334,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
334
334
  operation: "list_files";
335
335
  files?: {
336
336
  name: string;
337
- mimeType: string;
338
337
  id: string;
338
+ mimeType: string;
339
339
  size?: string | undefined;
340
340
  createdTime?: string | undefined;
341
341
  modifiedTime?: string | undefined;
@@ -356,8 +356,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
356
356
  operation: "list_files";
357
357
  files?: {
358
358
  name: string;
359
- mimeType: string;
360
359
  id: string;
360
+ mimeType: string;
361
361
  size?: string | undefined;
362
362
  createdTime?: string | undefined;
363
363
  modifiedTime?: string | undefined;
@@ -453,8 +453,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
453
453
  }>, "many">>;
454
454
  }, "strip", z.ZodTypeAny, {
455
455
  name: string;
456
- mimeType: string;
457
456
  id: string;
457
+ mimeType: string;
458
458
  size?: string | undefined;
459
459
  createdTime?: string | undefined;
460
460
  modifiedTime?: string | undefined;
@@ -468,8 +468,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
468
468
  }[] | undefined;
469
469
  }, {
470
470
  name: string;
471
- mimeType: string;
472
471
  id: string;
472
+ mimeType: string;
473
473
  size?: string | undefined;
474
474
  createdTime?: string | undefined;
475
475
  modifiedTime?: string | undefined;
@@ -508,8 +508,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
508
508
  operation: "get_file_info";
509
509
  file?: {
510
510
  name: string;
511
- mimeType: string;
512
511
  id: string;
512
+ mimeType: string;
513
513
  size?: string | undefined;
514
514
  createdTime?: string | undefined;
515
515
  modifiedTime?: string | undefined;
@@ -535,8 +535,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
535
535
  operation: "get_file_info";
536
536
  file?: {
537
537
  name: string;
538
- mimeType: string;
539
538
  id: string;
539
+ mimeType: string;
540
540
  size?: string | undefined;
541
541
  createdTime?: string | undefined;
542
542
  modifiedTime?: string | undefined;
@@ -600,8 +600,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
600
600
  }>, "many">>;
601
601
  }, "strip", z.ZodTypeAny, {
602
602
  name: string;
603
- mimeType: string;
604
603
  id: string;
604
+ mimeType: string;
605
605
  size?: string | undefined;
606
606
  createdTime?: string | undefined;
607
607
  modifiedTime?: string | undefined;
@@ -615,8 +615,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
615
615
  }[] | undefined;
616
616
  }, {
617
617
  name: string;
618
- mimeType: string;
619
618
  id: string;
619
+ mimeType: string;
620
620
  size?: string | undefined;
621
621
  createdTime?: string | undefined;
622
622
  modifiedTime?: string | undefined;
@@ -636,8 +636,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
636
636
  operation: "move_file";
637
637
  file?: {
638
638
  name: string;
639
- mimeType: string;
640
639
  id: string;
640
+ mimeType: string;
641
641
  size?: string | undefined;
642
642
  createdTime?: string | undefined;
643
643
  modifiedTime?: string | undefined;
@@ -656,8 +656,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
656
656
  operation: "move_file";
657
657
  file?: {
658
658
  name: string;
659
- mimeType: string;
660
659
  id: string;
660
+ mimeType: string;
661
661
  size?: string | undefined;
662
662
  createdTime?: string | undefined;
663
663
  modifiedTime?: string | undefined;
@@ -861,8 +861,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
861
861
  }>, "many">>;
862
862
  }, "strip", z.ZodTypeAny, {
863
863
  name: string;
864
- mimeType: string;
865
864
  id: string;
865
+ mimeType: string;
866
866
  size?: string | undefined;
867
867
  createdTime?: string | undefined;
868
868
  modifiedTime?: string | undefined;
@@ -876,8 +876,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
876
876
  }[] | undefined;
877
877
  }, {
878
878
  name: string;
879
- mimeType: string;
880
879
  id: string;
880
+ mimeType: string;
881
881
  size?: string | undefined;
882
882
  createdTime?: string | undefined;
883
883
  modifiedTime?: string | undefined;
@@ -897,8 +897,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
897
897
  operation: "upload_file";
898
898
  file?: {
899
899
  name: string;
900
- mimeType: string;
901
900
  id: string;
901
+ mimeType: string;
902
902
  size?: string | undefined;
903
903
  createdTime?: string | undefined;
904
904
  modifiedTime?: string | undefined;
@@ -917,8 +917,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
917
917
  operation: "upload_file";
918
918
  file?: {
919
919
  name: string;
920
- mimeType: string;
921
920
  id: string;
921
+ mimeType: string;
922
922
  size?: string | undefined;
923
923
  createdTime?: string | undefined;
924
924
  modifiedTime?: string | undefined;
@@ -978,8 +978,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
978
978
  }>, "many">>;
979
979
  }, "strip", z.ZodTypeAny, {
980
980
  name: string;
981
- mimeType: string;
982
981
  id: string;
982
+ mimeType: string;
983
983
  size?: string | undefined;
984
984
  createdTime?: string | undefined;
985
985
  modifiedTime?: string | undefined;
@@ -993,8 +993,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
993
993
  }[] | undefined;
994
994
  }, {
995
995
  name: string;
996
- mimeType: string;
997
996
  id: string;
997
+ mimeType: string;
998
998
  size?: string | undefined;
999
999
  createdTime?: string | undefined;
1000
1000
  modifiedTime?: string | undefined;
@@ -1016,8 +1016,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1016
1016
  operation: "list_files";
1017
1017
  files?: {
1018
1018
  name: string;
1019
- mimeType: string;
1020
1019
  id: string;
1020
+ mimeType: string;
1021
1021
  size?: string | undefined;
1022
1022
  createdTime?: string | undefined;
1023
1023
  modifiedTime?: string | undefined;
@@ -1038,8 +1038,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1038
1038
  operation: "list_files";
1039
1039
  files?: {
1040
1040
  name: string;
1041
- mimeType: string;
1042
1041
  id: string;
1042
+ mimeType: string;
1043
1043
  size?: string | undefined;
1044
1044
  createdTime?: string | undefined;
1045
1045
  modifiedTime?: string | undefined;
@@ -1135,8 +1135,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1135
1135
  }>, "many">>;
1136
1136
  }, "strip", z.ZodTypeAny, {
1137
1137
  name: string;
1138
- mimeType: string;
1139
1138
  id: string;
1139
+ mimeType: string;
1140
1140
  size?: string | undefined;
1141
1141
  createdTime?: string | undefined;
1142
1142
  modifiedTime?: string | undefined;
@@ -1150,8 +1150,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1150
1150
  }[] | undefined;
1151
1151
  }, {
1152
1152
  name: string;
1153
- mimeType: string;
1154
1153
  id: string;
1154
+ mimeType: string;
1155
1155
  size?: string | undefined;
1156
1156
  createdTime?: string | undefined;
1157
1157
  modifiedTime?: string | undefined;
@@ -1190,8 +1190,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1190
1190
  operation: "get_file_info";
1191
1191
  file?: {
1192
1192
  name: string;
1193
- mimeType: string;
1194
1193
  id: string;
1194
+ mimeType: string;
1195
1195
  size?: string | undefined;
1196
1196
  createdTime?: string | undefined;
1197
1197
  modifiedTime?: string | undefined;
@@ -1217,8 +1217,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1217
1217
  operation: "get_file_info";
1218
1218
  file?: {
1219
1219
  name: string;
1220
- mimeType: string;
1221
1220
  id: string;
1221
+ mimeType: string;
1222
1222
  size?: string | undefined;
1223
1223
  createdTime?: string | undefined;
1224
1224
  modifiedTime?: string | undefined;
@@ -1282,8 +1282,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1282
1282
  }>, "many">>;
1283
1283
  }, "strip", z.ZodTypeAny, {
1284
1284
  name: string;
1285
- mimeType: string;
1286
1285
  id: string;
1286
+ mimeType: string;
1287
1287
  size?: string | undefined;
1288
1288
  createdTime?: string | undefined;
1289
1289
  modifiedTime?: string | undefined;
@@ -1297,8 +1297,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1297
1297
  }[] | undefined;
1298
1298
  }, {
1299
1299
  name: string;
1300
- mimeType: string;
1301
1300
  id: string;
1301
+ mimeType: string;
1302
1302
  size?: string | undefined;
1303
1303
  createdTime?: string | undefined;
1304
1304
  modifiedTime?: string | undefined;
@@ -1318,8 +1318,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1318
1318
  operation: "move_file";
1319
1319
  file?: {
1320
1320
  name: string;
1321
- mimeType: string;
1322
1321
  id: string;
1322
+ mimeType: string;
1323
1323
  size?: string | undefined;
1324
1324
  createdTime?: string | undefined;
1325
1325
  modifiedTime?: string | undefined;
@@ -1338,8 +1338,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1338
1338
  operation: "move_file";
1339
1339
  file?: {
1340
1340
  name: string;
1341
- mimeType: string;
1342
1341
  id: string;
1342
+ mimeType: string;
1343
1343
  size?: string | undefined;
1344
1344
  createdTime?: string | undefined;
1345
1345
  modifiedTime?: string | undefined;
@@ -9,15 +9,19 @@ declare const HttpParamsSchema: z.ZodObject<{
9
9
  body: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>]>>;
10
10
  timeout: z.ZodDefault<z.ZodNumber>;
11
11
  followRedirects: z.ZodDefault<z.ZodBoolean>;
12
+ authType: z.ZodDefault<z.ZodEnum<["none", "bearer", "basic", "api-key", "api-key-header", "custom"]>>;
13
+ authHeader: z.ZodOptional<z.ZodString>;
12
14
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
13
15
  }, "strip", z.ZodTypeAny, {
14
16
  url: string;
15
17
  timeout: number;
16
18
  method: "DELETE" | "GET" | "POST" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
17
19
  followRedirects: boolean;
20
+ authType: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header";
18
21
  credentials?: Partial<Record<CredentialType, string>> | undefined;
19
22
  headers?: Record<string, string> | undefined;
20
23
  body?: string | Record<string, unknown> | undefined;
24
+ authHeader?: string | undefined;
21
25
  }, {
22
26
  url: string;
23
27
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -26,6 +30,8 @@ declare const HttpParamsSchema: z.ZodObject<{
26
30
  method?: "DELETE" | "GET" | "POST" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
27
31
  body?: string | Record<string, unknown> | undefined;
28
32
  followRedirects?: boolean | undefined;
33
+ authType?: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header" | undefined;
34
+ authHeader?: string | undefined;
29
35
  }>;
30
36
  type HttpParamsInput = z.input<typeof HttpParamsSchema>;
31
37
  type HttpParams = z.output<typeof HttpParamsSchema>;
@@ -63,7 +69,7 @@ declare const HttpResultSchema: z.ZodObject<{
63
69
  type HttpResult = z.output<typeof HttpResultSchema>;
64
70
  export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
65
71
  static readonly service = "nodex-core";
66
- static readonly authType: "none";
72
+ static readonly authType: "apikey";
67
73
  static readonly bubbleName: BubbleName;
68
74
  static readonly type: "service";
69
75
  static readonly schema: z.ZodObject<{
@@ -73,15 +79,19 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
73
79
  body: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>]>>;
74
80
  timeout: z.ZodDefault<z.ZodNumber>;
75
81
  followRedirects: z.ZodDefault<z.ZodBoolean>;
82
+ authType: z.ZodDefault<z.ZodEnum<["none", "bearer", "basic", "api-key", "api-key-header", "custom"]>>;
83
+ authHeader: z.ZodOptional<z.ZodString>;
76
84
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
77
85
  }, "strip", z.ZodTypeAny, {
78
86
  url: string;
79
87
  timeout: number;
80
88
  method: "DELETE" | "GET" | "POST" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
81
89
  followRedirects: boolean;
90
+ authType: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header";
82
91
  credentials?: Partial<Record<CredentialType, string>> | undefined;
83
92
  headers?: Record<string, string> | undefined;
84
93
  body?: string | Record<string, unknown> | undefined;
94
+ authHeader?: string | undefined;
85
95
  }, {
86
96
  url: string;
87
97
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -90,6 +100,8 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
90
100
  method?: "DELETE" | "GET" | "POST" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
91
101
  body?: string | Record<string, unknown> | undefined;
92
102
  followRedirects?: boolean | undefined;
103
+ authType?: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header" | undefined;
104
+ authHeader?: string | undefined;
93
105
  }>;
94
106
  static readonly resultSchema: z.ZodObject<{
95
107
  status: z.ZodNumber;
@@ -1 +1 @@
1
- {"version":3,"file":"http.d.ts","sourceRoot":"","sources":["../../../src/bubbles/service-bubble/http.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,KAAK,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAc5E,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;EA8BpB,CAAC;AAEH,KAAK,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AACxD,KAAK,UAAU,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAGpD,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYpB,CAAC;AAEH,KAAK,UAAU,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEpD,qBAAa,UAAW,SAAQ,aAAa,CAAC,UAAU,EAAE,UAAU,CAAC;IACnE,MAAM,CAAC,QAAQ,CAAC,OAAO,gBAAgB;IACvC,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,MAAM,CAAU;IAC3C,MAAM,CAAC,QAAQ,CAAC,UAAU,EAAE,UAAU,CAAU;IAChD,MAAM,CAAC,QAAQ,CAAC,IAAI,EAAG,SAAS,CAAU;IAC1C,MAAM,CAAC,QAAQ,CAAC,MAAM;;;;;;;;;;;;;;;;;;;;;;;;OAAoB;IAC1C,MAAM,CAAC,QAAQ,CAAC,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAoB;IAChD,MAAM,CAAC,QAAQ,CAAC,gBAAgB,uDACsB;IACtD,MAAM,CAAC,QAAQ,CAAC,eAAe,orBAkB7B;IACF,MAAM,CAAC,QAAQ,CAAC,KAAK,WAAW;gBAG9B,MAAM,GAAE,eAGP,EACD,OAAO,CAAC,EAAE,aAAa;IAKzB,SAAS,CAAC,gBAAgB,IAAI,MAAM,GAAG,SAAS;IAKnC,cAAc,IAAI,OAAO,CAAC,OAAO,CAAC;cAM/B,aAAa,CAAC,OAAO,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,UAAU,CAAC;CAsG5E"}
1
+ {"version":3,"file":"http.d.ts","sourceRoot":"","sources":["../../../src/bubbles/service-bubble/http.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,KAAK,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAc5E,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0CpB,CAAC;AAEH,KAAK,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AACxD,KAAK,UAAU,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAGpD,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYpB,CAAC;AAEH,KAAK,UAAU,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEpD,qBAAa,UAAW,SAAQ,aAAa,CAAC,UAAU,EAAE,UAAU,CAAC;IACnE,MAAM,CAAC,QAAQ,CAAC,OAAO,gBAAgB;IACvC,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,QAAQ,CAAU;IAC7C,MAAM,CAAC,QAAQ,CAAC,UAAU,EAAE,UAAU,CAAU;IAChD,MAAM,CAAC,QAAQ,CAAC,IAAI,EAAG,SAAS,CAAU;IAC1C,MAAM,CAAC,QAAQ,CAAC,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAoB;IAC1C,MAAM,CAAC,QAAQ,CAAC,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAoB;IAChD,MAAM,CAAC,QAAQ,CAAC,gBAAgB,uDACsB;IACtD,MAAM,CAAC,QAAQ,CAAC,eAAe,orBAkB7B;IACF,MAAM,CAAC,QAAQ,CAAC,KAAK,WAAW;gBAG9B,MAAM,GAAE,eAGP,EACD,OAAO,CAAC,EAAE,aAAa;IAKzB,SAAS,CAAC,gBAAgB,IAAI,MAAM,GAAG,SAAS;IAQnC,cAAc,IAAI,OAAO,CAAC,OAAO,CAAC;cAM/B,aAAa,CAAC,OAAO,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,UAAU,CAAC;CAwI5E"}
@@ -0,0 +1,49 @@
1
+ import { BubbleFlow, type WebhookEvent } from '@bubblelab/bubble-core';
2
+ export interface Output {
3
+ testResults: {
4
+ operation: string;
5
+ success: boolean;
6
+ details?: string;
7
+ status?: number;
8
+ responseTime?: number;
9
+ }[];
10
+ summary: {
11
+ total: number;
12
+ passed: number;
13
+ failed: number;
14
+ };
15
+ }
16
+ /**
17
+ * Payload for the HTTP Bubble Integration Test workflow.
18
+ */
19
+ export interface HttpIntegrationTestPayload extends WebhookEvent {
20
+ /**
21
+ * Optional base URL for testing (defaults to httpbin.org)
22
+ * @canBeFile false
23
+ */
24
+ baseUrl?: string;
25
+ }
26
+ export declare class HttpBubbleIntegrationTest extends BubbleFlow<'webhook/http'> {
27
+ private testBasicGet;
28
+ private testGetWithParams;
29
+ private testPostJson;
30
+ private testPostString;
31
+ private testPut;
32
+ private testPatch;
33
+ private testDelete;
34
+ private testCustomHeaders;
35
+ private testBearerAuth;
36
+ private testBasicAuth;
37
+ private testApiKeyAuth;
38
+ private testApiKeyHeaderAuth;
39
+ private testCustomAuth;
40
+ private testDynamicApiKeyInHeaders;
41
+ private testErrorHandling404;
42
+ private testErrorHandling500;
43
+ private testHtmlResponse;
44
+ private testTimeout;
45
+ private testRedirectFollow;
46
+ private testRedirectManual;
47
+ handle(payload: HttpIntegrationTestPayload): Promise<Output>;
48
+ }
49
+ //# sourceMappingURL=http.integration.flow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"http.integration.flow.d.ts","sourceRoot":"","sources":["../../../src/bubbles/service-bubble/http.integration.flow.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAc,KAAK,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAEnF,MAAM,WAAW,MAAM;IACrB,WAAW,EAAE;QACX,SAAS,EAAE,MAAM,CAAC;QAClB,OAAO,EAAE,OAAO,CAAC;QACjB,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB,EAAE,CAAC;IACJ,OAAO,EAAE;QACP,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;QACf,MAAM,EAAE,MAAM,CAAC;KAChB,CAAC;CACH;AAED;;GAEG;AACH,MAAM,WAAW,0BAA2B,SAAQ,YAAY;IAC9D;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,qBAAa,yBAA0B,SAAQ,UAAU,CAAC,cAAc,CAAC;YAEzD,YAAY;YAkBZ,iBAAiB;YAqBjB,YAAY;YA6BZ,cAAc;YA0Bd,OAAO;YAqBP,SAAS;YAqBT,UAAU;YAkBV,iBAAiB;YAyBjB,cAAc;YAwBd,aAAa;YAwBb,cAAc;YAwBd,oBAAoB;YAwBpB,cAAc;YAyBd,0BAA0B;YA2B1B,oBAAoB;YAkBpB,oBAAoB;YAkBpB,gBAAgB;YAoBhB,WAAW;YAmBX,kBAAkB;YAmBlB,kBAAkB;IAqB1B,MAAM,CAAC,OAAO,EAAE,0BAA0B,GAAG,OAAO,CAAC,MAAM,CAAC;CAoDnE"}