@bubblelab/bubble-core 0.1.66 → 0.1.68

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 (29) hide show
  1. package/dist/bubble-bundle.d.ts +45 -45
  2. package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -0
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  4. package/dist/bubbles/service-bubble/ai-agent.js +18 -15
  5. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  6. package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
  7. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +40 -40
  8. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +102 -102
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
  10. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +2 -2
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +74 -74
  12. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +108 -108
  14. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +12 -12
  15. package/dist/bubbles/service-bubble/gmail.d.ts +84 -84
  16. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
  17. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  18. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  19. package/dist/bubbles/service-bubble/slack/slack.d.ts +112 -112
  20. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +9 -9
  21. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +4 -4
  22. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
  23. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +254 -254
  24. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  25. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
  26. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +80 -80
  27. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  28. package/dist/bubbles.json +11 -3
  29. package/package.json +2 -2
@@ -561,6 +561,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
561
561
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
562
562
  name?: string | undefined;
563
563
  id?: string | undefined;
564
+ cost?: {
565
+ credits?: number | undefined;
566
+ } | undefined;
564
567
  results?: {
565
568
  custom?: Record<string, string> | undefined;
566
569
  contact?: {
@@ -611,9 +614,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
611
614
  }[] | undefined;
612
615
  } | undefined;
613
616
  }[] | undefined;
614
- cost?: {
615
- credits?: number | undefined;
616
- } | undefined;
617
617
  }, {
618
618
  error: string;
619
619
  success: boolean;
@@ -621,6 +621,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
621
621
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
622
622
  name?: string | undefined;
623
623
  id?: string | undefined;
624
+ cost?: {
625
+ credits?: number | undefined;
626
+ } | undefined;
624
627
  results?: {
625
628
  custom?: Record<string, string> | undefined;
626
629
  contact?: {
@@ -671,9 +674,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
671
674
  }[] | undefined;
672
675
  } | undefined;
673
676
  }[] | undefined;
674
- cost?: {
675
- credits?: number | undefined;
676
- } | undefined;
677
677
  }>, import("zod").ZodObject<{
678
678
  operation: import("zod").ZodLiteral<"start_reverse_email_lookup">;
679
679
  success: import("zod").ZodBoolean;
@@ -1074,6 +1074,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1074
1074
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1075
1075
  name?: string | undefined;
1076
1076
  id?: string | undefined;
1077
+ cost?: {
1078
+ credits?: number | undefined;
1079
+ } | undefined;
1077
1080
  results?: {
1078
1081
  input?: string | undefined;
1079
1082
  contact?: {
@@ -1124,9 +1127,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1124
1127
  }[] | undefined;
1125
1128
  } | undefined;
1126
1129
  }[] | undefined;
1127
- cost?: {
1128
- credits?: number | undefined;
1129
- } | undefined;
1130
1130
  }, {
1131
1131
  error: string;
1132
1132
  success: boolean;
@@ -1134,6 +1134,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1134
1134
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1135
1135
  name?: string | undefined;
1136
1136
  id?: string | undefined;
1137
+ cost?: {
1138
+ credits?: number | undefined;
1139
+ } | undefined;
1137
1140
  results?: {
1138
1141
  input?: string | undefined;
1139
1142
  contact?: {
@@ -1184,9 +1187,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1184
1187
  }[] | undefined;
1185
1188
  } | undefined;
1186
1189
  }[] | undefined;
1187
- cost?: {
1188
- credits?: number | undefined;
1189
- } | undefined;
1190
1190
  }>, import("zod").ZodObject<{
1191
1191
  operation: import("zod").ZodLiteral<"get_credit_balance">;
1192
1192
  success: import("zod").ZodBoolean;