@bubblelab/bubble-core 0.1.40 → 0.1.41

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 (86) hide show
  1. package/dist/bubble-bundle.d.ts +146 -125
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +4 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +132 -132
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts +98 -98
  7. package/dist/bubbles/service-bubble/airtable.d.ts +122 -122
  8. package/dist/bubbles/service-bubble/apify/apify.d.ts +16 -16
  9. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +148 -148
  10. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +102 -102
  11. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +63 -63
  12. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +23 -23
  13. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +94 -94
  14. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +126 -126
  15. package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
  16. package/dist/bubbles/service-bubble/firecrawl.d.ts +480 -480
  17. package/dist/bubbles/service-bubble/followupboss.d.ts +256 -256
  18. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
  19. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +128 -128
  20. package/dist/bubbles/service-bubble/github.d.ts +124 -124
  21. package/dist/bubbles/service-bubble/gmail.d.ts +240 -240
  22. package/dist/bubbles/service-bubble/google-calendar.d.ts +136 -136
  23. package/dist/bubbles/service-bubble/google-drive.d.ts +136 -136
  24. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +62 -62
  25. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +18 -18
  26. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  27. package/dist/bubbles/service-bubble/http.d.ts +4 -4
  28. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  29. package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
  30. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +17 -17
  31. package/dist/bubbles/service-bubble/notion/notion.d.ts +220 -220
  32. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  33. package/dist/bubbles/service-bubble/resend.d.ts +24 -24
  34. package/dist/bubbles/service-bubble/slack/slack.d.ts +322 -322
  35. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  36. package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
  37. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +31 -31
  38. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +7 -7
  39. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  41. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  42. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +24 -24
  43. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +20 -20
  46. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  47. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts +3 -0
  48. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts.map +1 -0
  49. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js +3 -0
  50. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js.map +1 -0
  51. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +143 -0
  52. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -0
  53. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +589 -0
  54. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js.map +1 -0
  55. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +93 -0
  56. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +1 -0
  57. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +44 -0
  58. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +1 -0
  59. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +300 -300
  60. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  61. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +28 -28
  62. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  63. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +14 -14
  64. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  65. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +62 -62
  66. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  67. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +88 -88
  68. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  69. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  70. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  71. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
  72. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +8 -8
  73. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  74. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +14 -14
  75. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +14 -14
  76. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +82 -82
  77. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +28 -28
  78. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +12 -12
  79. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +24 -24
  80. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +14 -14
  81. package/dist/bubbles.json +125 -40
  82. package/dist/index.d.ts +1 -0
  83. package/dist/index.d.ts.map +1 -1
  84. package/dist/index.js +1 -0
  85. package/dist/index.js.map +1 -1
  86. package/package.json +2 -2
@@ -0,0 +1,93 @@
1
+ import { z } from 'zod';
2
+ import { CredentialType } from '@bubblelab/shared-schemas';
3
+ /**
4
+ * Profile information extracted from LinkedIn
5
+ */
6
+ export declare const ProfileInfoSchema: z.ZodObject<{
7
+ name: z.ZodString;
8
+ headline: z.ZodOptional<z.ZodString>;
9
+ location: z.ZodOptional<z.ZodString>;
10
+ profile_url: z.ZodString;
11
+ }, "strip", z.ZodTypeAny, {
12
+ profile_url: string;
13
+ name: string;
14
+ headline?: string | undefined;
15
+ location?: string | undefined;
16
+ }, {
17
+ profile_url: string;
18
+ name: string;
19
+ headline?: string | undefined;
20
+ location?: string | undefined;
21
+ }>;
22
+ export type ProfileInfo = z.infer<typeof ProfileInfoSchema>;
23
+ /**
24
+ * LinkedIn Connection Tool parameters schema
25
+ * Tool for sending connection requests on LinkedIn
26
+ */
27
+ export declare const LinkedInConnectionToolParamsSchema: z.ZodObject<{
28
+ operation: z.ZodLiteral<"send_connection">;
29
+ profile_url: z.ZodString;
30
+ message: z.ZodOptional<z.ZodString>;
31
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
32
+ }, "strip", z.ZodTypeAny, {
33
+ operation: "send_connection";
34
+ profile_url: string;
35
+ message?: string | undefined;
36
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
37
+ }, {
38
+ operation: "send_connection";
39
+ profile_url: string;
40
+ message?: string | undefined;
41
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
42
+ }>;
43
+ /**
44
+ * LinkedIn Connection Tool result schema
45
+ */
46
+ export declare const LinkedInConnectionToolResultSchema: z.ZodObject<{
47
+ operation: z.ZodLiteral<"send_connection">;
48
+ success: z.ZodBoolean;
49
+ message: z.ZodOptional<z.ZodString>;
50
+ profile: z.ZodOptional<z.ZodObject<{
51
+ name: z.ZodString;
52
+ headline: z.ZodOptional<z.ZodString>;
53
+ location: z.ZodOptional<z.ZodString>;
54
+ profile_url: z.ZodString;
55
+ }, "strip", z.ZodTypeAny, {
56
+ profile_url: string;
57
+ name: string;
58
+ headline?: string | undefined;
59
+ location?: string | undefined;
60
+ }, {
61
+ profile_url: string;
62
+ name: string;
63
+ headline?: string | undefined;
64
+ location?: string | undefined;
65
+ }>>;
66
+ error: z.ZodString;
67
+ }, "strip", z.ZodTypeAny, {
68
+ operation: "send_connection";
69
+ success: boolean;
70
+ error: string;
71
+ message?: string | undefined;
72
+ profile?: {
73
+ profile_url: string;
74
+ name: string;
75
+ headline?: string | undefined;
76
+ location?: string | undefined;
77
+ } | undefined;
78
+ }, {
79
+ operation: "send_connection";
80
+ success: boolean;
81
+ error: string;
82
+ message?: string | undefined;
83
+ profile?: {
84
+ profile_url: string;
85
+ name: string;
86
+ headline?: string | undefined;
87
+ location?: string | undefined;
88
+ } | undefined;
89
+ }>;
90
+ export type LinkedInConnectionToolParams = z.output<typeof LinkedInConnectionToolParamsSchema>;
91
+ export type LinkedInConnectionToolParamsInput = z.input<typeof LinkedInConnectionToolParamsSchema>;
92
+ export type LinkedInConnectionToolResult = z.output<typeof LinkedInConnectionToolResultSchema>;
93
+ //# sourceMappingURL=linkedin-connection-tool.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"linkedin-connection-tool.schema.d.ts","sourceRoot":"","sources":["../../../../src/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;EAK5B,CAAC;AAEH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAE5D;;;GAGG;AACH,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;EAqB7C,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQ7C,CAAC;AAGH,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,MAAM,CACjD,OAAO,kCAAkC,CAC1C,CAAC;AACF,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CACrD,OAAO,kCAAkC,CAC1C,CAAC;AACF,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,MAAM,CACjD,OAAO,kCAAkC,CAC1C,CAAC"}
@@ -0,0 +1,44 @@
1
+ import { z } from 'zod';
2
+ import { CredentialType } from '@bubblelab/shared-schemas';
3
+ /**
4
+ * Profile information extracted from LinkedIn
5
+ */
6
+ export const ProfileInfoSchema = z.object({
7
+ name: z.string().describe('Full name of the profile owner'),
8
+ headline: z.string().optional().describe('Professional headline'),
9
+ location: z.string().optional().describe('Location information'),
10
+ profile_url: z.string().describe('LinkedIn profile URL'),
11
+ });
12
+ /**
13
+ * LinkedIn Connection Tool parameters schema
14
+ * Tool for sending connection requests on LinkedIn
15
+ */
16
+ export const LinkedInConnectionToolParamsSchema = z.object({
17
+ operation: z
18
+ .literal('send_connection')
19
+ .describe('Send a connection request to a LinkedIn profile'),
20
+ profile_url: z
21
+ .string()
22
+ .min(1)
23
+ .describe('LinkedIn profile URL (e.g., https://www.linkedin.com/in/username)'),
24
+ message: z
25
+ .string()
26
+ .max(300)
27
+ .optional()
28
+ .describe('Optional personalized note to include with the connection request (max 300 characters)'),
29
+ credentials: z
30
+ .record(z.nativeEnum(CredentialType), z.string())
31
+ .optional()
32
+ .describe('Required: LINKEDIN_CRED for authenticated LinkedIn session'),
33
+ });
34
+ /**
35
+ * LinkedIn Connection Tool result schema
36
+ */
37
+ export const LinkedInConnectionToolResultSchema = z.object({
38
+ operation: z.literal('send_connection'),
39
+ success: z.boolean().describe('Whether the connection request was sent'),
40
+ message: z.string().optional().describe('Success or status message'),
41
+ profile: ProfileInfoSchema.optional().describe('Profile information of the person'),
42
+ error: z.string().describe('Error message if operation failed'),
43
+ });
44
+ //# sourceMappingURL=linkedin-connection-tool.schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"linkedin-connection-tool.schema.js","sourceRoot":"","sources":["../../../../src/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D;;GAEG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,CAAC,MAAM,CAAC;IACxC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,gCAAgC,CAAC;IAC3D,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,uBAAuB,CAAC;IACjE,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,sBAAsB,CAAC;IAChE,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,sBAAsB,CAAC;CACzD,CAAC,CAAC;AAIH;;;GAGG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAAG,CAAC,CAAC,MAAM,CAAC;IACzD,SAAS,EAAE,CAAC;SACT,OAAO,CAAC,iBAAiB,CAAC;SAC1B,QAAQ,CAAC,iDAAiD,CAAC;IAC9D,WAAW,EAAE,CAAC;SACX,MAAM,EAAE;SACR,GAAG,CAAC,CAAC,CAAC;SACN,QAAQ,CACP,mEAAmE,CACpE;IACH,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,GAAG,CAAC,GAAG,CAAC;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,wFAAwF,CACzF;IACH,WAAW,EAAE,CAAC;SACX,MAAM,CAAC,CAAC,CAAC,UAAU,CAAC,cAAc,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;SAChD,QAAQ,EAAE;SACV,QAAQ,CAAC,4DAA4D,CAAC;CAC1E,CAAC,CAAC;AAEH;;GAEG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAAG,CAAC,CAAC,MAAM,CAAC;IACzD,SAAS,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAAC;IACvC,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,yCAAyC,CAAC;IACxE,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,2BAA2B,CAAC;IACpE,OAAO,EAAE,iBAAiB,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAC5C,mCAAmC,CACpC;IACD,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,mCAAmC,CAAC;CAChE,CAAC,CAAC"}