@bubblelab/bubble-core 0.1.157 → 0.1.158

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 (82) hide show
  1. package/dist/bubble-bundle.d.ts +102 -102
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +144 -144
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +8 -8
  4. package/dist/bubbles/service-bubble/airtable.d.ts +184 -184
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +152 -152
  7. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +55 -55
  8. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +63 -63
  9. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +98 -98
  10. package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
  11. package/dist/bubbles/service-bubble/firecrawl.d.ts +264 -264
  12. package/dist/bubbles/service-bubble/followupboss.d.ts +282 -282
  13. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +40 -40
  14. package/dist/bubbles/service-bubble/github.d.ts +216 -216
  15. package/dist/bubbles/service-bubble/gmail.d.ts +228 -228
  16. package/dist/bubbles/service-bubble/google-calendar.d.ts +62 -62
  17. package/dist/bubbles/service-bubble/google-drive.d.ts +152 -152
  18. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
  19. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  20. package/dist/bubbles/service-bubble/http.d.ts +12 -12
  21. package/dist/bubbles/service-bubble/insforge-db.d.ts +6 -6
  22. package/dist/bubbles/service-bubble/jira/jira.d.ts +107 -107
  23. package/dist/bubbles/service-bubble/notion/notion.d.ts +932 -932
  24. package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
  25. package/dist/bubbles/service-bubble/posthog/index.d.ts +1 -1
  26. package/dist/bubbles/service-bubble/posthog/index.d.ts.map +1 -1
  27. package/dist/bubbles/service-bubble/posthog/index.js +1 -1
  28. package/dist/bubbles/service-bubble/posthog/index.js.map +1 -1
  29. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +150 -68
  30. package/dist/bubbles/service-bubble/posthog/posthog.d.ts.map +1 -1
  31. package/dist/bubbles/service-bubble/posthog/posthog.js +18 -0
  32. package/dist/bubbles/service-bubble/posthog/posthog.js.map +1 -1
  33. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +202 -89
  34. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts.map +1 -1
  35. package/dist/bubbles/service-bubble/posthog/posthog.schema.js +57 -3
  36. package/dist/bubbles/service-bubble/posthog/posthog.schema.js.map +1 -1
  37. package/dist/bubbles/service-bubble/resend.d.ts +16 -16
  38. package/dist/bubbles/service-bubble/slack/slack.d.ts +384 -384
  39. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  40. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +161 -161
  41. package/dist/bubbles/service-bubble/telegram.d.ts +264 -264
  42. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
  43. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +4 -4
  46. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +4 -4
  47. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  48. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +18 -18
  51. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  53. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  54. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +22 -22
  55. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +108 -108
  56. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +12 -12
  57. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +24 -24
  58. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +12 -12
  60. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +42 -42
  61. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +16 -16
  62. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  63. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  64. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
  65. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  66. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +36 -36
  67. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  68. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  69. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  70. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +16 -16
  71. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  72. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  73. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  74. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
  75. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  76. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +68 -68
  77. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  78. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +10 -10
  79. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +70 -70
  80. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  81. package/dist/bubbles.json +128 -5
  82. package/package.json +2 -2
@@ -12,9 +12,9 @@ declare const PostgreSQLParamsSchema: z.ZodObject<{
12
12
  maxRows: z.ZodDefault<z.ZodNumber>;
13
13
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
14
14
  }, "strip", z.ZodTypeAny, {
15
+ query: string;
15
16
  timeout: number;
16
17
  ignoreSSL: boolean;
17
- query: string;
18
18
  allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[];
19
19
  parameters: unknown[];
20
20
  maxRows: number;
@@ -49,8 +49,8 @@ declare const PostgreSQLResultSchema: z.ZodObject<{
49
49
  error: z.ZodString;
50
50
  cleanedJSONString: z.ZodString;
51
51
  }, "strip", z.ZodTypeAny, {
52
- error: string;
53
52
  success: boolean;
53
+ error: string;
54
54
  rows: Record<string, unknown>[];
55
55
  rowCount: number | null;
56
56
  command: string;
@@ -61,8 +61,8 @@ declare const PostgreSQLResultSchema: z.ZodObject<{
61
61
  dataTypeID: number;
62
62
  }[] | undefined;
63
63
  }, {
64
- error: string;
65
64
  success: boolean;
65
+ error: string;
66
66
  rows: Record<string, unknown>[];
67
67
  rowCount: number | null;
68
68
  command: string;
@@ -89,9 +89,9 @@ export declare class PostgreSQLBubble extends ServiceBubble<PostgreSQLParams, Po
89
89
  maxRows: z.ZodDefault<z.ZodNumber>;
90
90
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
91
91
  }, "strip", z.ZodTypeAny, {
92
+ query: string;
92
93
  timeout: number;
93
94
  ignoreSSL: boolean;
94
- query: string;
95
95
  allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[];
96
96
  parameters: unknown[];
97
97
  maxRows: number;
@@ -124,8 +124,8 @@ export declare class PostgreSQLBubble extends ServiceBubble<PostgreSQLParams, Po
124
124
  error: z.ZodString;
125
125
  cleanedJSONString: z.ZodString;
126
126
  }, "strip", z.ZodTypeAny, {
127
- error: string;
128
127
  success: boolean;
128
+ error: string;
129
129
  rows: Record<string, unknown>[];
130
130
  rowCount: number | null;
131
131
  command: string;
@@ -136,8 +136,8 @@ export declare class PostgreSQLBubble extends ServiceBubble<PostgreSQLParams, Po
136
136
  dataTypeID: number;
137
137
  }[] | undefined;
138
138
  }, {
139
- error: string;
140
139
  success: boolean;
140
+ error: string;
141
141
  rows: Record<string, unknown>[];
142
142
  rowCount: number | null;
143
143
  command: string;
@@ -1,3 +1,3 @@
1
1
  export { PosthogBubble } from './posthog.js';
2
- export { PosthogParamsSchema, PosthogResultSchema, PosthogEventSchema, PosthogPersonSchema, PosthogInsightSchema, PosthogQueryResultSchema, type PosthogParams, type PosthogParamsInput, type PosthogResult, type PosthogEvent, type PosthogPerson, type PosthogInsight, type PosthogQueryResult, type PosthogListEventsParams, type PosthogQueryParams, type PosthogGetPersonParams, type PosthogGetInsightParams, } from './posthog.schema.js';
2
+ export { PosthogParamsSchema, PosthogResultSchema, PosthogEventSchema, PosthogPersonSchema, PosthogInsightSchema, PosthogQueryResultSchema, PosthogProjectSchema, type PosthogParams, type PosthogParamsInput, type PosthogResult, type PosthogEvent, type PosthogPerson, type PosthogInsight, type PosthogQueryResult, type PosthogProject, type PosthogListProjectsParams, type PosthogListEventsParams, type PosthogQueryParams, type PosthogGetPersonParams, type PosthogGetInsightParams, } from './posthog.schema.js';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/posthog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EACL,mBAAmB,EACnB,mBAAmB,EACnB,kBAAkB,EAClB,mBAAmB,EACnB,oBAAoB,EACpB,wBAAwB,EACxB,KAAK,aAAa,EAClB,KAAK,kBAAkB,EACvB,KAAK,aAAa,EAClB,KAAK,YAAY,EACjB,KAAK,aAAa,EAClB,KAAK,cAAc,EACnB,KAAK,kBAAkB,EACvB,KAAK,uBAAuB,EAC5B,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,GAC7B,MAAM,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/posthog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EACL,mBAAmB,EACnB,mBAAmB,EACnB,kBAAkB,EAClB,mBAAmB,EACnB,oBAAoB,EACpB,wBAAwB,EACxB,oBAAoB,EACpB,KAAK,aAAa,EAClB,KAAK,kBAAkB,EACvB,KAAK,aAAa,EAClB,KAAK,YAAY,EACjB,KAAK,aAAa,EAClB,KAAK,cAAc,EACnB,KAAK,kBAAkB,EACvB,KAAK,cAAc,EACnB,KAAK,yBAAyB,EAC9B,KAAK,uBAAuB,EAC5B,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,GAC7B,MAAM,qBAAqB,CAAC"}
@@ -1,3 +1,3 @@
1
1
  export { PosthogBubble } from './posthog.js';
2
- export { PosthogParamsSchema, PosthogResultSchema, PosthogEventSchema, PosthogPersonSchema, PosthogInsightSchema, PosthogQueryResultSchema, } from './posthog.schema.js';
2
+ export { PosthogParamsSchema, PosthogResultSchema, PosthogEventSchema, PosthogPersonSchema, PosthogInsightSchema, PosthogQueryResultSchema, PosthogProjectSchema, } from './posthog.schema.js';
3
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/posthog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EACL,mBAAmB,EACnB,mBAAmB,EACnB,kBAAkB,EAClB,mBAAmB,EACnB,oBAAoB,EACpB,wBAAwB,GAYzB,MAAM,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/posthog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EACL,mBAAmB,EACnB,mBAAmB,EACnB,kBAAkB,EAClB,mBAAmB,EACnB,oBAAoB,EACpB,wBAAwB,EACxB,oBAAoB,GAcrB,MAAM,qBAAqB,CAAC"}
@@ -44,6 +44,21 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
44
44
  static readonly bubbleName: "posthog";
45
45
  static readonly type: "service";
46
46
  static readonly schema: import("zod").ZodDiscriminatedUnion<"operation", [import("zod").ZodObject<{
47
+ operation: import("zod").ZodLiteral<"list_projects">;
48
+ host: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
49
+ limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
50
+ credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
51
+ }, "strip", import("zod").ZodTypeAny, {
52
+ limit: number;
53
+ operation: "list_projects";
54
+ host: string;
55
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
56
+ }, {
57
+ operation: "list_projects";
58
+ limit?: number | undefined;
59
+ host?: string | undefined;
60
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
61
+ }>, import("zod").ZodObject<{
47
62
  operation: import("zod").ZodLiteral<"list_events">;
48
63
  project_id: import("zod").ZodString;
49
64
  host: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -56,29 +71,29 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
56
71
  limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
57
72
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
58
73
  }, "strip", import("zod").ZodTypeAny, {
59
- operation: "list_events";
60
74
  limit: number;
61
- project_id: string;
75
+ operation: "list_events";
62
76
  host: string;
77
+ project_id: string;
78
+ event?: string | undefined;
79
+ distinct_id?: string | undefined;
63
80
  properties?: string | undefined;
64
81
  credentials?: Partial<Record<CredentialType, string>> | undefined;
65
- event?: string | undefined;
66
82
  person_id?: string | undefined;
67
83
  after?: string | undefined;
68
84
  before?: string | undefined;
69
- distinct_id?: string | undefined;
70
85
  }, {
71
86
  operation: "list_events";
72
87
  project_id: string;
88
+ event?: string | undefined;
89
+ distinct_id?: string | undefined;
73
90
  properties?: string | undefined;
74
- credentials?: Partial<Record<CredentialType, string>> | undefined;
75
91
  limit?: number | undefined;
76
- event?: string | undefined;
92
+ host?: string | undefined;
93
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
77
94
  person_id?: string | undefined;
78
95
  after?: string | undefined;
79
96
  before?: string | undefined;
80
- distinct_id?: string | undefined;
81
- host?: string | undefined;
82
97
  }>, import("zod").ZodObject<{
83
98
  operation: import("zod").ZodLiteral<"query">;
84
99
  project_id: import("zod").ZodString;
@@ -86,17 +101,17 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
86
101
  query: import("zod").ZodString;
87
102
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
88
103
  }, "strip", import("zod").ZodTypeAny, {
89
- query: string;
90
104
  operation: "query";
91
- project_id: string;
92
105
  host: string;
106
+ project_id: string;
107
+ query: string;
93
108
  credentials?: Partial<Record<CredentialType, string>> | undefined;
94
109
  }, {
95
- query: string;
96
110
  operation: "query";
97
111
  project_id: string;
98
- credentials?: Partial<Record<CredentialType, string>> | undefined;
112
+ query: string;
99
113
  host?: string | undefined;
114
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
100
115
  }>, import("zod").ZodObject<{
101
116
  operation: import("zod").ZodLiteral<"get_person">;
102
117
  project_id: import("zod").ZodString;
@@ -106,21 +121,21 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
106
121
  limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
107
122
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
108
123
  }, "strip", import("zod").ZodTypeAny, {
109
- operation: "get_person";
110
124
  limit: number;
111
- project_id: string;
125
+ operation: "get_person";
112
126
  host: string;
113
- credentials?: Partial<Record<CredentialType, string>> | undefined;
114
- search?: string | undefined;
127
+ project_id: string;
115
128
  distinct_id?: string | undefined;
129
+ search?: string | undefined;
130
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
116
131
  }, {
117
132
  operation: "get_person";
118
133
  project_id: string;
119
- credentials?: Partial<Record<CredentialType, string>> | undefined;
120
- search?: string | undefined;
121
- limit?: number | undefined;
122
134
  distinct_id?: string | undefined;
135
+ limit?: number | undefined;
136
+ search?: string | undefined;
123
137
  host?: string | undefined;
138
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
124
139
  }>, import("zod").ZodObject<{
125
140
  operation: import("zod").ZodLiteral<"get_insight">;
126
141
  project_id: import("zod").ZodString;
@@ -129,22 +144,81 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
129
144
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
130
145
  }, "strip", import("zod").ZodTypeAny, {
131
146
  operation: "get_insight";
132
- project_id: string;
133
147
  host: string;
148
+ project_id: string;
134
149
  insight_id: number;
135
150
  credentials?: Partial<Record<CredentialType, string>> | undefined;
136
151
  }, {
137
152
  operation: "get_insight";
138
153
  project_id: string;
139
154
  insight_id: number;
140
- credentials?: Partial<Record<CredentialType, string>> | undefined;
141
155
  host?: string | undefined;
156
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
142
157
  }>]>;
143
158
  static readonly resultSchema: import("zod").ZodDiscriminatedUnion<"operation", [import("zod").ZodObject<{
159
+ operation: import("zod").ZodLiteral<"list_projects">;
160
+ success: import("zod").ZodBoolean;
161
+ projects: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
162
+ id: import("zod").ZodNumber;
163
+ uuid: import("zod").ZodOptional<import("zod").ZodString>;
164
+ name: import("zod").ZodString;
165
+ organization: import("zod").ZodOptional<import("zod").ZodString>;
166
+ created_at: import("zod").ZodOptional<import("zod").ZodString>;
167
+ timezone: import("zod").ZodOptional<import("zod").ZodString>;
168
+ is_demo: import("zod").ZodOptional<import("zod").ZodBoolean>;
169
+ }, "strip", import("zod").ZodTypeAny, {
170
+ id: number;
171
+ name: string;
172
+ uuid?: string | undefined;
173
+ created_at?: string | undefined;
174
+ organization?: string | undefined;
175
+ timezone?: string | undefined;
176
+ is_demo?: boolean | undefined;
177
+ }, {
178
+ id: number;
179
+ name: string;
180
+ uuid?: string | undefined;
181
+ created_at?: string | undefined;
182
+ organization?: string | undefined;
183
+ timezone?: string | undefined;
184
+ is_demo?: boolean | undefined;
185
+ }>, "many">>;
186
+ next: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
187
+ error: import("zod").ZodString;
188
+ }, "strip", import("zod").ZodTypeAny, {
189
+ operation: "list_projects";
190
+ success: boolean;
191
+ error: string;
192
+ projects?: {
193
+ id: number;
194
+ name: string;
195
+ uuid?: string | undefined;
196
+ created_at?: string | undefined;
197
+ organization?: string | undefined;
198
+ timezone?: string | undefined;
199
+ is_demo?: boolean | undefined;
200
+ }[] | undefined;
201
+ next?: string | null | undefined;
202
+ }, {
203
+ operation: "list_projects";
204
+ success: boolean;
205
+ error: string;
206
+ projects?: {
207
+ id: number;
208
+ name: string;
209
+ uuid?: string | undefined;
210
+ created_at?: string | undefined;
211
+ organization?: string | undefined;
212
+ timezone?: string | undefined;
213
+ is_demo?: boolean | undefined;
214
+ }[] | undefined;
215
+ next?: string | null | undefined;
216
+ }>, import("zod").ZodObject<{
144
217
  operation: import("zod").ZodLiteral<"list_events">;
145
218
  success: import("zod").ZodBoolean;
146
219
  events: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
147
- uuid: import("zod").ZodString;
220
+ id: import("zod").ZodOptional<import("zod").ZodString>;
221
+ uuid: import("zod").ZodOptional<import("zod").ZodString>;
148
222
  event: import("zod").ZodString;
149
223
  distinct_id: import("zod").ZodString;
150
224
  properties: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
@@ -153,80 +227,84 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
153
227
  elements: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
154
228
  elements_chain: import("zod").ZodOptional<import("zod").ZodString>;
155
229
  }, "strip", import("zod").ZodTypeAny, {
156
- uuid: string;
157
230
  event: string;
158
231
  distinct_id: string;
232
+ id?: string | undefined;
233
+ uuid?: string | undefined;
159
234
  properties?: Record<string, unknown> | undefined;
160
- elements?: unknown[] | undefined;
161
235
  timestamp?: string | undefined;
162
236
  created_at?: string | undefined;
237
+ elements?: unknown[] | undefined;
163
238
  elements_chain?: string | undefined;
164
239
  }, {
165
- uuid: string;
166
240
  event: string;
167
241
  distinct_id: string;
242
+ id?: string | undefined;
243
+ uuid?: string | undefined;
168
244
  properties?: Record<string, unknown> | undefined;
169
- elements?: unknown[] | undefined;
170
245
  timestamp?: string | undefined;
171
246
  created_at?: string | undefined;
247
+ elements?: unknown[] | undefined;
172
248
  elements_chain?: string | undefined;
173
249
  }>, "many">>;
174
250
  next: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
175
251
  error: import("zod").ZodString;
176
252
  }, "strip", import("zod").ZodTypeAny, {
177
- error: string;
178
- success: boolean;
179
253
  operation: "list_events";
254
+ success: boolean;
255
+ error: string;
256
+ next?: string | null | undefined;
180
257
  events?: {
181
- uuid: string;
182
258
  event: string;
183
259
  distinct_id: string;
260
+ id?: string | undefined;
261
+ uuid?: string | undefined;
184
262
  properties?: Record<string, unknown> | undefined;
185
- elements?: unknown[] | undefined;
186
263
  timestamp?: string | undefined;
187
264
  created_at?: string | undefined;
265
+ elements?: unknown[] | undefined;
188
266
  elements_chain?: string | undefined;
189
267
  }[] | undefined;
190
- next?: string | null | undefined;
191
268
  }, {
192
- error: string;
193
- success: boolean;
194
269
  operation: "list_events";
270
+ success: boolean;
271
+ error: string;
272
+ next?: string | null | undefined;
195
273
  events?: {
196
- uuid: string;
197
274
  event: string;
198
275
  distinct_id: string;
276
+ id?: string | undefined;
277
+ uuid?: string | undefined;
199
278
  properties?: Record<string, unknown> | undefined;
200
- elements?: unknown[] | undefined;
201
279
  timestamp?: string | undefined;
202
280
  created_at?: string | undefined;
281
+ elements?: unknown[] | undefined;
203
282
  elements_chain?: string | undefined;
204
283
  }[] | undefined;
205
- next?: string | null | undefined;
206
284
  }>, import("zod").ZodObject<{
207
285
  operation: import("zod").ZodLiteral<"query">;
208
286
  success: import("zod").ZodBoolean;
209
287
  columns: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
210
288
  results: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodUnknown, "many">, "many">>;
211
- types: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
212
- hasMore: import("zod").ZodOptional<import("zod").ZodBoolean>;
289
+ types: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodArray<import("zod").ZodString, "many">]>, "many">>;
290
+ hasMore: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
213
291
  error: import("zod").ZodString;
214
292
  }, "strip", import("zod").ZodTypeAny, {
215
- error: string;
216
- success: boolean;
217
293
  operation: "query";
218
- types?: string[] | undefined;
219
- hasMore?: boolean | undefined;
220
- results?: unknown[][] | undefined;
294
+ success: boolean;
295
+ error: string;
221
296
  columns?: string[] | undefined;
297
+ results?: unknown[][] | undefined;
298
+ types?: (string | string[])[] | undefined;
299
+ hasMore?: boolean | null | undefined;
222
300
  }, {
223
- error: string;
224
- success: boolean;
225
301
  operation: "query";
226
- types?: string[] | undefined;
227
- hasMore?: boolean | undefined;
228
- results?: unknown[][] | undefined;
302
+ success: boolean;
303
+ error: string;
229
304
  columns?: string[] | undefined;
305
+ results?: unknown[][] | undefined;
306
+ types?: (string | string[])[] | undefined;
307
+ hasMore?: boolean | null | undefined;
230
308
  }>, import("zod").ZodObject<{
231
309
  operation: import("zod").ZodLiteral<"get_person">;
232
310
  success: import("zod").ZodBoolean;
@@ -239,40 +317,40 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
239
317
  }, "strip", import("zod").ZodTypeAny, {
240
318
  id: string;
241
319
  distinct_ids: string[];
242
- properties?: Record<string, unknown> | undefined;
243
320
  uuid?: string | undefined;
321
+ properties?: Record<string, unknown> | undefined;
244
322
  created_at?: string | undefined;
245
323
  }, {
246
324
  id: string;
247
325
  distinct_ids: string[];
248
- properties?: Record<string, unknown> | undefined;
249
326
  uuid?: string | undefined;
327
+ properties?: Record<string, unknown> | undefined;
250
328
  created_at?: string | undefined;
251
329
  }>, "many">>;
252
330
  next: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
253
331
  error: import("zod").ZodString;
254
332
  }, "strip", import("zod").ZodTypeAny, {
255
- error: string;
256
- success: boolean;
257
333
  operation: "get_person";
334
+ success: boolean;
335
+ error: string;
258
336
  next?: string | null | undefined;
259
337
  persons?: {
260
338
  id: string;
261
339
  distinct_ids: string[];
262
- properties?: Record<string, unknown> | undefined;
263
340
  uuid?: string | undefined;
341
+ properties?: Record<string, unknown> | undefined;
264
342
  created_at?: string | undefined;
265
343
  }[] | undefined;
266
344
  }, {
267
- error: string;
268
- success: boolean;
269
345
  operation: "get_person";
346
+ success: boolean;
347
+ error: string;
270
348
  next?: string | null | undefined;
271
349
  persons?: {
272
350
  id: string;
273
351
  distinct_ids: string[];
274
- properties?: Record<string, unknown> | undefined;
275
352
  uuid?: string | undefined;
353
+ properties?: Record<string, unknown> | undefined;
276
354
  created_at?: string | undefined;
277
355
  }[] | undefined;
278
356
  }>, import("zod").ZodObject<{
@@ -291,52 +369,52 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
291
369
  }, "strip", import("zod").ZodTypeAny, {
292
370
  id: number;
293
371
  description?: string | null | undefined;
372
+ created_at?: string | undefined;
373
+ short_id?: string | undefined;
294
374
  name?: string | null | undefined;
295
375
  result?: unknown;
296
- created_at?: string | undefined;
297
376
  filters?: Record<string, unknown> | undefined;
298
- short_id?: string | undefined;
299
377
  last_refresh?: string | null | undefined;
300
378
  last_modified_at?: string | undefined;
301
379
  }, {
302
380
  id: number;
303
381
  description?: string | null | undefined;
382
+ created_at?: string | undefined;
383
+ short_id?: string | undefined;
304
384
  name?: string | null | undefined;
305
385
  result?: unknown;
306
- created_at?: string | undefined;
307
386
  filters?: Record<string, unknown> | undefined;
308
- short_id?: string | undefined;
309
387
  last_refresh?: string | null | undefined;
310
388
  last_modified_at?: string | undefined;
311
389
  }>>;
312
390
  error: import("zod").ZodString;
313
391
  }, "strip", import("zod").ZodTypeAny, {
314
- error: string;
315
- success: boolean;
316
392
  operation: "get_insight";
393
+ success: boolean;
394
+ error: string;
317
395
  insight?: {
318
396
  id: number;
319
397
  description?: string | null | undefined;
398
+ created_at?: string | undefined;
399
+ short_id?: string | undefined;
320
400
  name?: string | null | undefined;
321
401
  result?: unknown;
322
- created_at?: string | undefined;
323
402
  filters?: Record<string, unknown> | undefined;
324
- short_id?: string | undefined;
325
403
  last_refresh?: string | null | undefined;
326
404
  last_modified_at?: string | undefined;
327
405
  } | undefined;
328
406
  }, {
329
- error: string;
330
- success: boolean;
331
407
  operation: "get_insight";
408
+ success: boolean;
409
+ error: string;
332
410
  insight?: {
333
411
  id: number;
334
412
  description?: string | null | undefined;
413
+ created_at?: string | undefined;
414
+ short_id?: string | undefined;
335
415
  name?: string | null | undefined;
336
416
  result?: unknown;
337
- created_at?: string | undefined;
338
417
  filters?: Record<string, unknown> | undefined;
339
- short_id?: string | undefined;
340
418
  last_refresh?: string | null | undefined;
341
419
  last_modified_at?: string | undefined;
342
420
  } | undefined;
@@ -367,6 +445,10 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
367
445
  * Make an authenticated POST request to the PostHog API
368
446
  */
369
447
  private makePosthogPostRequest;
448
+ /**
449
+ * List all projects accessible with the API key
450
+ */
451
+ private listProjects;
370
452
  /**
371
453
  * List events with optional filtering
372
454
  */
@@ -1 +1 @@
1
- {"version":3,"file":"posthog.d.ts","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/posthog/posthog.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AACvE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EAIL,KAAK,kBAAkB,EACvB,KAAK,aAAa,EAKnB,MAAM,qBAAqB,CAAC;AAE7B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,qBAAa,aAAa,CACxB,CAAC,SAAS,kBAAkB,GAAG,kBAAkB,CACjD,SAAQ,aAAa,CACrB,CAAC,EACD,OAAO,CAAC,aAAa,EAAE;IAAE,SAAS,EAAE,CAAC,CAAC,WAAW,CAAC,CAAA;CAAE,CAAC,CACtD;IAEC,MAAM,CAAC,QAAQ,CAAC,OAAO,aAAa;IACpC,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,QAAQ,CAAU;IAC7C,MAAM,CAAC,QAAQ,CAAC,UAAU,EAAG,SAAS,CAAU;IAChD,MAAM,CAAC,QAAQ,CAAC,IAAI,EAAG,SAAS,CAAU;IAC1C,MAAM,CAAC,QAAQ,CAAC,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAAuB;IAC7C,MAAM,CAAC,QAAQ,CAAC,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAAuB;IACnD,MAAM,CAAC,QAAQ,CAAC,gBAAgB,iEACgC;IAChE,MAAM,CAAC,QAAQ,CAAC,eAAe,gvBAiB7B;IACF,MAAM,CAAC,QAAQ,CAAC,KAAK,uBAAuB;gBAG1C,MAAM,GAAE,CAIF,EACN,OAAO,CAAC,EAAE,aAAa;IAKzB;;OAEG;IACH,SAAS,CAAC,gBAAgB,IAAI,MAAM,GAAG,SAAS;IAShD;;OAEG;IACG,cAAc,IAAI,OAAO,CAAC,OAAO,CAAC;IAyBxC;;OAEG;cACa,aAAa,CAC3B,OAAO,CAAC,EAAE,aAAa,GACtB,OAAO,CAAC,OAAO,CAAC,aAAa,EAAE;QAAE,SAAS,EAAE,CAAC,CAAC,WAAW,CAAC,CAAA;KAAE,CAAC,CAAC;IA0CjE;;OAEG;YACW,qBAAqB;IA2CnC;;OAEG;YACW,sBAAsB;IAmCpC;;OAEG;YACW,UAAU;IA+BxB;;OAEG;YACW,YAAY;IA8B1B;;OAEG;YACW,SAAS;IA2BvB;;OAEG;YACW,UAAU;CAkBzB"}
1
+ {"version":3,"file":"posthog.d.ts","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/posthog/posthog.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AACvE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EAIL,KAAK,kBAAkB,EACvB,KAAK,aAAa,EAMnB,MAAM,qBAAqB,CAAC;AAE7B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,qBAAa,aAAa,CACxB,CAAC,SAAS,kBAAkB,GAAG,kBAAkB,CACjD,SAAQ,aAAa,CACrB,CAAC,EACD,OAAO,CAAC,aAAa,EAAE;IAAE,SAAS,EAAE,CAAC,CAAC,WAAW,CAAC,CAAA;CAAE,CAAC,CACtD;IAEC,MAAM,CAAC,QAAQ,CAAC,OAAO,aAAa;IACpC,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,QAAQ,CAAU;IAC7C,MAAM,CAAC,QAAQ,CAAC,UAAU,EAAG,SAAS,CAAU;IAChD,MAAM,CAAC,QAAQ,CAAC,IAAI,EAAG,SAAS,CAAU;IAC1C,MAAM,CAAC,QAAQ,CAAC,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAAuB;IAC7C,MAAM,CAAC,QAAQ,CAAC,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAAuB;IACnD,MAAM,CAAC,QAAQ,CAAC,gBAAgB,iEACgC;IAChE,MAAM,CAAC,QAAQ,CAAC,eAAe,gvBAiB7B;IACF,MAAM,CAAC,QAAQ,CAAC,KAAK,uBAAuB;gBAG1C,MAAM,GAAE,CAIF,EACN,OAAO,CAAC,EAAE,aAAa;IAKzB;;OAEG;IACH,SAAS,CAAC,gBAAgB,IAAI,MAAM,GAAG,SAAS;IAShD;;OAEG;IACG,cAAc,IAAI,OAAO,CAAC,OAAO,CAAC;IAyBxC;;OAEG;cACa,aAAa,CAC3B,OAAO,CAAC,EAAE,aAAa,GACtB,OAAO,CAAC,OAAO,CAAC,aAAa,EAAE;QAAE,SAAS,EAAE,CAAC,CAAC,WAAW,CAAC,CAAA;KAAE,CAAC,CAAC;IA+CjE;;OAEG;YACW,qBAAqB;IA2CnC;;OAEG;YACW,sBAAsB;IAmCpC;;OAEG;YACW,YAAY;IAyB1B;;OAEG;YACW,UAAU;IA+BxB;;OAEG;YACW,YAAY;IA8B1B;;OAEG;YACW,SAAS;IA2BvB;;OAEG;YACW,UAAU;CAkBzB"}
@@ -115,6 +115,8 @@ export class PosthogBubble extends ServiceBubble {
115
115
  const { operation } = params;
116
116
  try {
117
117
  switch (operation) {
118
+ case 'list_projects':
119
+ return (await this.listProjects(params));
118
120
  case 'list_events':
119
121
  return (await this.listEvents(params));
120
122
  case 'query':
@@ -205,6 +207,22 @@ export class PosthogBubble extends ServiceBubble {
205
207
  }
206
208
  return (await response.json());
207
209
  }
210
+ /**
211
+ * List all projects accessible with the API key
212
+ */
213
+ async listProjects(params) {
214
+ const queryParams = {};
215
+ if (params.limit !== undefined)
216
+ queryParams.limit = String(params.limit);
217
+ const response = await this.makePosthogGetRequest(params.host, '/api/projects/', queryParams);
218
+ return {
219
+ operation: 'list_projects',
220
+ success: true,
221
+ projects: response.results,
222
+ next: response.next,
223
+ error: '',
224
+ };
225
+ }
208
226
  /**
209
227
  * List events with optional filtering
210
228
  */
@@ -1 +1 @@
1
- {"version":3,"file":"posthog.js","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/posthog/posthog.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"posthog.js","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/posthog/posthog.ts"],"names":[],"mappings":"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"}