@bubblelab/bubble-core 0.1.237 → 0.1.239

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 (99) hide show
  1. package/dist/bubble-bundle.d.ts +147 -126
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +3 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts +128 -82
  7. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  8. package/dist/bubbles/service-bubble/ai-agent.js +30 -2
  9. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  10. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  11. package/dist/bubbles/service-bubble/apify/actors/app-rankings-scraper.d.ts +84 -0
  12. package/dist/bubbles/service-bubble/apify/actors/app-rankings-scraper.d.ts.map +1 -0
  13. package/dist/bubbles/service-bubble/apify/actors/app-rankings-scraper.js +214 -0
  14. package/dist/bubbles/service-bubble/apify/actors/app-rankings-scraper.js.map +1 -0
  15. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
  16. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  17. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +4 -4
  18. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +2 -2
  19. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +95 -10
  20. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
  21. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +8 -0
  22. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
  23. package/dist/bubbles/service-bubble/apify/apify.d.ts +23 -23
  24. package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -1
  25. package/dist/bubbles/service-bubble/apify/apify.js +2 -1
  26. package/dist/bubbles/service-bubble/apify/apify.js.map +1 -1
  27. package/dist/bubbles/service-bubble/apify/index.d.ts +1 -0
  28. package/dist/bubbles/service-bubble/apify/index.d.ts.map +1 -1
  29. package/dist/bubbles/service-bubble/apify/index.js +2 -0
  30. package/dist/bubbles/service-bubble/apify/index.js.map +1 -1
  31. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +2 -2
  32. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
  33. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +6 -6
  34. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +2 -2
  35. package/dist/bubbles/service-bubble/attio/attio.d.ts +2 -2
  36. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +2 -2
  37. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
  38. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
  39. package/dist/bubbles/service-bubble/capability-pipeline.d.ts +2 -2
  40. package/dist/bubbles/service-bubble/capability-pipeline.d.ts.map +1 -1
  41. package/dist/bubbles/service-bubble/capability-pipeline.js +18 -1
  42. package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
  43. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +8 -8
  44. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
  45. package/dist/bubbles/service-bubble/firecrawl.d.ts +346 -346
  46. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  47. package/dist/bubbles/service-bubble/github.d.ts +60 -60
  48. package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
  49. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  50. package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
  51. package/dist/bubbles/service-bubble/http.d.ts +2 -2
  52. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +2 -2
  53. package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +2 -2
  54. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  55. package/dist/bubbles/service-bubble/jira/jira.d.ts +42 -42
  56. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +50 -50
  57. package/dist/bubbles/service-bubble/notion/notion.d.ts +848 -848
  58. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  59. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +10 -10
  60. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
  61. package/dist/bubbles/service-bubble/slack/slack.d.ts +238 -238
  62. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +46 -46
  63. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +52 -52
  64. package/dist/bubbles/service-bubble/xero/xero.d.ts +2 -2
  65. package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
  66. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +20 -20
  67. package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +20 -20
  68. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
  69. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
  70. package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +285 -0
  71. package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts.map +1 -0
  72. package/dist/bubbles/tool-bubble/app-rankings-tool.js +230 -0
  73. package/dist/bubbles/tool-bubble/app-rankings-tool.js.map +1 -0
  74. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +2 -2
  75. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  76. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  77. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +334 -334
  78. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
  79. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  80. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  81. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  82. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +52 -52
  83. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +124 -124
  84. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  85. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  86. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  87. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  88. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  89. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +34 -34
  90. package/dist/bubbles.json +279 -3
  91. package/dist/index.d.ts +1 -0
  92. package/dist/index.d.ts.map +1 -1
  93. package/dist/index.js +1 -0
  94. package/dist/index.js.map +1 -1
  95. package/dist/types/available-tools.d.ts +1 -1
  96. package/dist/types/available-tools.d.ts.map +1 -1
  97. package/dist/types/available-tools.js +1 -0
  98. package/dist/types/available-tools.js.map +1 -1
  99. package/package.json +2 -2
@@ -12,20 +12,20 @@ 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
+ parameters: unknown[];
15
16
  timeout: number;
16
17
  ignoreSSL: boolean;
17
18
  query: string;
18
19
  allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[];
19
- parameters: unknown[];
20
20
  maxRows: number;
21
21
  credentials?: Partial<Record<CredentialType, string>> | undefined;
22
22
  }, {
23
23
  query: string;
24
+ parameters?: unknown[] | undefined;
24
25
  credentials?: Partial<Record<CredentialType, string>> | undefined;
25
26
  timeout?: number | undefined;
26
27
  ignoreSSL?: boolean | undefined;
27
28
  allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[] | undefined;
28
- parameters?: unknown[] | undefined;
29
29
  maxRows?: number | undefined;
30
30
  }>;
31
31
  type PostgreSQLParamsInput = z.input<typeof PostgreSQLParamsSchema>;
@@ -49,24 +49,24 @@ declare const PostgreSQLResultSchema: z.ZodObject<{
49
49
  error: z.ZodString;
50
50
  cleanedJSONString: z.ZodString;
51
51
  }, "strip", z.ZodTypeAny, {
52
+ executionTime: number;
52
53
  error: string;
53
54
  success: boolean;
54
55
  rows: Record<string, unknown>[];
55
56
  rowCount: number | null;
56
57
  command: string;
57
- executionTime: number;
58
58
  cleanedJSONString: string;
59
59
  fields?: {
60
60
  name: string;
61
61
  dataTypeID: number;
62
62
  }[] | undefined;
63
63
  }, {
64
+ executionTime: number;
64
65
  error: string;
65
66
  success: boolean;
66
67
  rows: Record<string, unknown>[];
67
68
  rowCount: number | null;
68
69
  command: string;
69
- executionTime: number;
70
70
  cleanedJSONString: string;
71
71
  fields?: {
72
72
  name: string;
@@ -89,20 +89,20 @@ 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
+ parameters: unknown[];
92
93
  timeout: number;
93
94
  ignoreSSL: boolean;
94
95
  query: string;
95
96
  allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[];
96
- parameters: unknown[];
97
97
  maxRows: number;
98
98
  credentials?: Partial<Record<CredentialType, string>> | undefined;
99
99
  }, {
100
100
  query: string;
101
+ parameters?: unknown[] | undefined;
101
102
  credentials?: Partial<Record<CredentialType, string>> | undefined;
102
103
  timeout?: number | undefined;
103
104
  ignoreSSL?: boolean | undefined;
104
105
  allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[] | undefined;
105
- parameters?: unknown[] | undefined;
106
106
  maxRows?: number | undefined;
107
107
  }>;
108
108
  static readonly resultSchema: z.ZodObject<{
@@ -124,24 +124,24 @@ export declare class PostgreSQLBubble extends ServiceBubble<PostgreSQLParams, Po
124
124
  error: z.ZodString;
125
125
  cleanedJSONString: z.ZodString;
126
126
  }, "strip", z.ZodTypeAny, {
127
+ executionTime: number;
127
128
  error: string;
128
129
  success: boolean;
129
130
  rows: Record<string, unknown>[];
130
131
  rowCount: number | null;
131
132
  command: string;
132
- executionTime: number;
133
133
  cleanedJSONString: string;
134
134
  fields?: {
135
135
  name: string;
136
136
  dataTypeID: number;
137
137
  }[] | undefined;
138
138
  }, {
139
+ executionTime: number;
139
140
  error: string;
140
141
  success: boolean;
141
142
  rows: Record<string, unknown>[];
142
143
  rowCount: number | null;
143
144
  command: string;
144
- executionTime: number;
145
145
  cleanedJSONString: string;
146
146
  fields?: {
147
147
  name: string;
@@ -91,9 +91,9 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
91
91
  event?: string | undefined;
92
92
  person_id?: string | undefined;
93
93
  after?: string | undefined;
94
+ host?: string | undefined;
94
95
  before?: string | undefined;
95
96
  distinct_id?: string | undefined;
96
- host?: string | undefined;
97
97
  }>, import("zod").ZodObject<{
98
98
  operation: import("zod").ZodLiteral<"query">;
99
99
  project_id: import("zod").ZodString;
@@ -134,8 +134,8 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
134
134
  credentials?: Partial<Record<CredentialType, string>> | undefined;
135
135
  search?: string | undefined;
136
136
  limit?: number | undefined;
137
- distinct_id?: string | undefined;
138
137
  host?: string | undefined;
138
+ distinct_id?: string | undefined;
139
139
  }>, import("zod").ZodObject<{
140
140
  operation: import("zod").ZodLiteral<"get_insight">;
141
141
  project_id: import("zod").ZodString;
@@ -230,8 +230,8 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
230
230
  event: string;
231
231
  distinct_id: string;
232
232
  properties?: Record<string, unknown> | undefined;
233
- uuid?: string | undefined;
234
233
  id?: string | undefined;
234
+ uuid?: string | undefined;
235
235
  elements?: unknown[] | undefined;
236
236
  timestamp?: string | undefined;
237
237
  created_at?: string | undefined;
@@ -240,8 +240,8 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
240
240
  event: string;
241
241
  distinct_id: string;
242
242
  properties?: Record<string, unknown> | undefined;
243
- uuid?: string | undefined;
244
243
  id?: string | undefined;
244
+ uuid?: string | undefined;
245
245
  elements?: unknown[] | undefined;
246
246
  timestamp?: string | undefined;
247
247
  created_at?: string | undefined;
@@ -257,8 +257,8 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
257
257
  event: string;
258
258
  distinct_id: string;
259
259
  properties?: Record<string, unknown> | undefined;
260
- uuid?: string | undefined;
261
260
  id?: string | undefined;
261
+ uuid?: string | undefined;
262
262
  elements?: unknown[] | undefined;
263
263
  timestamp?: string | undefined;
264
264
  created_at?: string | undefined;
@@ -273,8 +273,8 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
273
273
  event: string;
274
274
  distinct_id: string;
275
275
  properties?: Record<string, unknown> | undefined;
276
- uuid?: string | undefined;
277
276
  id?: string | undefined;
277
+ uuid?: string | undefined;
278
278
  elements?: unknown[] | undefined;
279
279
  timestamp?: string | undefined;
280
280
  created_at?: string | undefined;
@@ -368,9 +368,9 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
368
368
  last_modified_at: import("zod").ZodOptional<import("zod").ZodString>;
369
369
  }, "strip", import("zod").ZodTypeAny, {
370
370
  id: number;
371
+ result?: unknown;
371
372
  description?: string | null | undefined;
372
373
  name?: string | null | undefined;
373
- result?: unknown;
374
374
  created_at?: string | undefined;
375
375
  filters?: Record<string, unknown> | undefined;
376
376
  short_id?: string | undefined;
@@ -378,9 +378,9 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
378
378
  last_modified_at?: string | undefined;
379
379
  }, {
380
380
  id: number;
381
+ result?: unknown;
381
382
  description?: string | null | undefined;
382
383
  name?: string | null | undefined;
383
- result?: unknown;
384
384
  created_at?: string | undefined;
385
385
  filters?: Record<string, unknown> | undefined;
386
386
  short_id?: string | undefined;
@@ -394,9 +394,9 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
394
394
  operation: "get_insight";
395
395
  insight?: {
396
396
  id: number;
397
+ result?: unknown;
397
398
  description?: string | null | undefined;
398
399
  name?: string | null | undefined;
399
- result?: unknown;
400
400
  created_at?: string | undefined;
401
401
  filters?: Record<string, unknown> | undefined;
402
402
  short_id?: string | undefined;
@@ -409,9 +409,9 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
409
409
  operation: "get_insight";
410
410
  insight?: {
411
411
  id: number;
412
+ result?: unknown;
412
413
  description?: string | null | undefined;
413
414
  name?: string | null | undefined;
414
- result?: unknown;
415
415
  created_at?: string | undefined;
416
416
  filters?: Record<string, unknown> | undefined;
417
417
  short_id?: string | undefined;
@@ -17,8 +17,8 @@ export declare const PosthogEventSchema: z.ZodObject<{
17
17
  event: string;
18
18
  distinct_id: string;
19
19
  properties?: Record<string, unknown> | undefined;
20
- uuid?: string | undefined;
21
20
  id?: string | undefined;
21
+ uuid?: string | undefined;
22
22
  elements?: unknown[] | undefined;
23
23
  timestamp?: string | undefined;
24
24
  created_at?: string | undefined;
@@ -27,8 +27,8 @@ export declare const PosthogEventSchema: z.ZodObject<{
27
27
  event: string;
28
28
  distinct_id: string;
29
29
  properties?: Record<string, unknown> | undefined;
30
- uuid?: string | undefined;
31
30
  id?: string | undefined;
31
+ uuid?: string | undefined;
32
32
  elements?: unknown[] | undefined;
33
33
  timestamp?: string | undefined;
34
34
  created_at?: string | undefined;
@@ -71,9 +71,9 @@ export declare const PosthogInsightSchema: z.ZodObject<{
71
71
  last_modified_at: z.ZodOptional<z.ZodString>;
72
72
  }, "strip", z.ZodTypeAny, {
73
73
  id: number;
74
+ result?: unknown;
74
75
  description?: string | null | undefined;
75
76
  name?: string | null | undefined;
76
- result?: unknown;
77
77
  created_at?: string | undefined;
78
78
  filters?: Record<string, unknown> | undefined;
79
79
  short_id?: string | undefined;
@@ -81,9 +81,9 @@ export declare const PosthogInsightSchema: z.ZodObject<{
81
81
  last_modified_at?: string | undefined;
82
82
  }, {
83
83
  id: number;
84
+ result?: unknown;
84
85
  description?: string | null | undefined;
85
86
  name?: string | null | undefined;
86
- result?: unknown;
87
87
  created_at?: string | undefined;
88
88
  filters?: Record<string, unknown> | undefined;
89
89
  short_id?: string | undefined;
@@ -191,9 +191,9 @@ export declare const PosthogParamsSchema: z.ZodDiscriminatedUnion<"operation", [
191
191
  event?: string | undefined;
192
192
  person_id?: string | undefined;
193
193
  after?: string | undefined;
194
+ host?: string | undefined;
194
195
  before?: string | undefined;
195
196
  distinct_id?: string | undefined;
196
- host?: string | undefined;
197
197
  }>, z.ZodObject<{
198
198
  operation: z.ZodLiteral<"query">;
199
199
  project_id: z.ZodString;
@@ -234,8 +234,8 @@ export declare const PosthogParamsSchema: z.ZodDiscriminatedUnion<"operation", [
234
234
  credentials?: Partial<Record<CredentialType, string>> | undefined;
235
235
  search?: string | undefined;
236
236
  limit?: number | undefined;
237
- distinct_id?: string | undefined;
238
237
  host?: string | undefined;
238
+ distinct_id?: string | undefined;
239
239
  }>, z.ZodObject<{
240
240
  operation: z.ZodLiteral<"get_insight">;
241
241
  project_id: z.ZodString;
@@ -330,8 +330,8 @@ export declare const PosthogResultSchema: z.ZodDiscriminatedUnion<"operation", [
330
330
  event: string;
331
331
  distinct_id: string;
332
332
  properties?: Record<string, unknown> | undefined;
333
- uuid?: string | undefined;
334
333
  id?: string | undefined;
334
+ uuid?: string | undefined;
335
335
  elements?: unknown[] | undefined;
336
336
  timestamp?: string | undefined;
337
337
  created_at?: string | undefined;
@@ -340,8 +340,8 @@ export declare const PosthogResultSchema: z.ZodDiscriminatedUnion<"operation", [
340
340
  event: string;
341
341
  distinct_id: string;
342
342
  properties?: Record<string, unknown> | undefined;
343
- uuid?: string | undefined;
344
343
  id?: string | undefined;
344
+ uuid?: string | undefined;
345
345
  elements?: unknown[] | undefined;
346
346
  timestamp?: string | undefined;
347
347
  created_at?: string | undefined;
@@ -357,8 +357,8 @@ export declare const PosthogResultSchema: z.ZodDiscriminatedUnion<"operation", [
357
357
  event: string;
358
358
  distinct_id: string;
359
359
  properties?: Record<string, unknown> | undefined;
360
- uuid?: string | undefined;
361
360
  id?: string | undefined;
361
+ uuid?: string | undefined;
362
362
  elements?: unknown[] | undefined;
363
363
  timestamp?: string | undefined;
364
364
  created_at?: string | undefined;
@@ -373,8 +373,8 @@ export declare const PosthogResultSchema: z.ZodDiscriminatedUnion<"operation", [
373
373
  event: string;
374
374
  distinct_id: string;
375
375
  properties?: Record<string, unknown> | undefined;
376
- uuid?: string | undefined;
377
376
  id?: string | undefined;
377
+ uuid?: string | undefined;
378
378
  elements?: unknown[] | undefined;
379
379
  timestamp?: string | undefined;
380
380
  created_at?: string | undefined;
@@ -468,9 +468,9 @@ export declare const PosthogResultSchema: z.ZodDiscriminatedUnion<"operation", [
468
468
  last_modified_at: z.ZodOptional<z.ZodString>;
469
469
  }, "strip", z.ZodTypeAny, {
470
470
  id: number;
471
+ result?: unknown;
471
472
  description?: string | null | undefined;
472
473
  name?: string | null | undefined;
473
- result?: unknown;
474
474
  created_at?: string | undefined;
475
475
  filters?: Record<string, unknown> | undefined;
476
476
  short_id?: string | undefined;
@@ -478,9 +478,9 @@ export declare const PosthogResultSchema: z.ZodDiscriminatedUnion<"operation", [
478
478
  last_modified_at?: string | undefined;
479
479
  }, {
480
480
  id: number;
481
+ result?: unknown;
481
482
  description?: string | null | undefined;
482
483
  name?: string | null | undefined;
483
- result?: unknown;
484
484
  created_at?: string | undefined;
485
485
  filters?: Record<string, unknown> | undefined;
486
486
  short_id?: string | undefined;
@@ -494,9 +494,9 @@ export declare const PosthogResultSchema: z.ZodDiscriminatedUnion<"operation", [
494
494
  operation: "get_insight";
495
495
  insight?: {
496
496
  id: number;
497
+ result?: unknown;
497
498
  description?: string | null | undefined;
498
499
  name?: string | null | undefined;
499
- result?: unknown;
500
500
  created_at?: string | undefined;
501
501
  filters?: Record<string, unknown> | undefined;
502
502
  short_id?: string | undefined;
@@ -509,9 +509,9 @@ export declare const PosthogResultSchema: z.ZodDiscriminatedUnion<"operation", [
509
509
  operation: "get_insight";
510
510
  insight?: {
511
511
  id: number;
512
+ result?: unknown;
512
513
  description?: string | null | undefined;
513
514
  name?: string | null | undefined;
514
- result?: unknown;
515
515
  created_at?: string | undefined;
516
516
  filters?: Record<string, unknown> | undefined;
517
517
  short_id?: string | undefined;