@bubblelab/bubble-core 0.1.286 → 0.1.288

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 (91) hide show
  1. package/dist/bubble-bundle.d.ts +137 -137
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
  4. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.js +17 -0
  6. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  7. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  8. package/dist/bubbles/service-bubble/apify/actors/app-rankings-scraper.d.ts +6 -6
  9. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  10. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  11. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  13. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
  14. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  15. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  16. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  17. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  18. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +132 -132
  19. package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
  20. package/dist/bubbles/service-bubble/asana/asana.d.ts +1 -1
  21. package/dist/bubbles/service-bubble/asana/asana.schema.d.ts +1 -1
  22. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +20 -20
  23. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +28 -28
  24. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +6 -6
  25. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +6 -6
  26. package/dist/bubbles/service-bubble/attio/attio.d.ts +6 -6
  27. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
  28. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
  29. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
  30. package/dist/bubbles/service-bubble/capability-pipeline.d.ts.map +1 -1
  31. package/dist/bubbles/service-bubble/capability-pipeline.js +11 -1
  32. package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
  33. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
  34. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
  35. package/dist/bubbles/service-bubble/discord/discord.d.ts +12 -12
  36. package/dist/bubbles/service-bubble/discord/discord.schema.d.ts +12 -12
  37. package/dist/bubbles/service-bubble/firecrawl.d.ts +330 -330
  38. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  39. package/dist/bubbles/service-bubble/github.d.ts +60 -60
  40. package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
  41. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  42. package/dist/bubbles/service-bubble/google-drive.d.ts +4 -4
  43. package/dist/bubbles/service-bubble/http.d.ts +6 -6
  44. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +2 -2
  45. package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +2 -2
  46. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  47. package/dist/bubbles/service-bubble/jira/jira.d.ts +30 -30
  48. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
  49. package/dist/bubbles/service-bubble/metabase/metabase.d.ts +2 -2
  50. package/dist/bubbles/service-bubble/metabase/metabase.schema.d.ts +2 -2
  51. package/dist/bubbles/service-bubble/notion/notion.d.ts +168 -168
  52. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +16 -16
  53. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  54. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +10 -10
  55. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
  56. package/dist/bubbles/service-bubble/resend.d.ts +12 -12
  57. package/dist/bubbles/service-bubble/slack/slack.d.ts +392 -392
  58. package/dist/bubbles/service-bubble/snowflake/snowflake.d.ts +4 -4
  59. package/dist/bubbles/service-bubble/snowflake/snowflake.schema.d.ts +4 -4
  60. package/dist/bubbles/service-bubble/sortly/sortly.d.ts +36 -36
  61. package/dist/bubbles/service-bubble/sortly/sortly.schema.d.ts +40 -40
  62. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  63. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  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 +6 -6
  69. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  70. package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
  71. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  72. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  73. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +20 -20
  74. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +384 -384
  75. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
  76. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  77. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  78. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  79. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
  80. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
  81. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  82. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  83. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  84. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
  85. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  86. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +34 -34
  87. package/dist/bubbles.json +1 -1
  88. package/dist/capabilities/define-capability.d.ts +7 -0
  89. package/dist/capabilities/define-capability.d.ts.map +1 -1
  90. package/dist/capabilities/define-capability.js.map +1 -1
  91. package/package.json +2 -2
@@ -85,14 +85,14 @@ declare const EmailPropertySchema: z.ZodObject<{
85
85
  }, "strip", z.ZodTypeAny, {
86
86
  type: "email";
87
87
  name: string;
88
- id: string;
89
88
  email: {};
89
+ id: string;
90
90
  description?: string | undefined;
91
91
  }, {
92
92
  type: "email";
93
93
  name: string;
94
- id: string;
95
94
  email: {};
95
+ id: string;
96
96
  description?: string | undefined;
97
97
  }>;
98
98
  declare const FilesPropertySchema: z.ZodObject<{
@@ -422,13 +422,13 @@ declare const RollupPropertySchema: z.ZodObject<{
422
422
  rollup_property_id: z.ZodString;
423
423
  rollup_property_name: z.ZodString;
424
424
  }, "strip", z.ZodTypeAny, {
425
- function: "min" | "max" | "count" | "range" | "empty" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
425
+ function: "min" | "max" | "count" | "range" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "empty" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
426
426
  relation_property_id: string;
427
427
  relation_property_name: string;
428
428
  rollup_property_id: string;
429
429
  rollup_property_name: string;
430
430
  }, {
431
- function: "min" | "max" | "count" | "range" | "empty" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
431
+ function: "min" | "max" | "count" | "range" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "empty" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
432
432
  relation_property_id: string;
433
433
  relation_property_name: string;
434
434
  rollup_property_id: string;
@@ -439,7 +439,7 @@ declare const RollupPropertySchema: z.ZodObject<{
439
439
  name: string;
440
440
  id: string;
441
441
  rollup: {
442
- function: "min" | "max" | "count" | "range" | "empty" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
442
+ function: "min" | "max" | "count" | "range" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "empty" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
443
443
  relation_property_id: string;
444
444
  relation_property_name: string;
445
445
  rollup_property_id: string;
@@ -451,7 +451,7 @@ declare const RollupPropertySchema: z.ZodObject<{
451
451
  name: string;
452
452
  id: string;
453
453
  rollup: {
454
- function: "min" | "max" | "count" | "range" | "empty" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
454
+ function: "min" | "max" | "count" | "range" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "empty" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
455
455
  relation_property_id: string;
456
456
  relation_property_name: string;
457
457
  rollup_property_id: string;
@@ -557,14 +557,14 @@ declare const URLPropertySchema: z.ZodObject<{
557
557
  }, "strip", z.ZodTypeAny, {
558
558
  type: "url";
559
559
  name: string;
560
- id: string;
561
560
  url: {};
561
+ id: string;
562
562
  description?: string | undefined;
563
563
  }, {
564
564
  type: "url";
565
565
  name: string;
566
- id: string;
567
566
  url: {};
567
+ id: string;
568
568
  description?: string | undefined;
569
569
  }>;
570
570
  declare const UniqueIDPropertySchema: z.ZodObject<{
@@ -677,14 +677,14 @@ export declare const DataSourcePropertySchema: z.ZodDiscriminatedUnion<"type", [
677
677
  }, "strip", z.ZodTypeAny, {
678
678
  type: "email";
679
679
  name: string;
680
- id: string;
681
680
  email: {};
681
+ id: string;
682
682
  description?: string | undefined;
683
683
  }, {
684
684
  type: "email";
685
685
  name: string;
686
- id: string;
687
686
  email: {};
687
+ id: string;
688
688
  description?: string | undefined;
689
689
  }>, z.ZodObject<{
690
690
  id: z.ZodString;
@@ -987,13 +987,13 @@ export declare const DataSourcePropertySchema: z.ZodDiscriminatedUnion<"type", [
987
987
  rollup_property_id: z.ZodString;
988
988
  rollup_property_name: z.ZodString;
989
989
  }, "strip", z.ZodTypeAny, {
990
- function: "min" | "max" | "count" | "range" | "empty" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
990
+ function: "min" | "max" | "count" | "range" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "empty" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
991
991
  relation_property_id: string;
992
992
  relation_property_name: string;
993
993
  rollup_property_id: string;
994
994
  rollup_property_name: string;
995
995
  }, {
996
- function: "min" | "max" | "count" | "range" | "empty" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
996
+ function: "min" | "max" | "count" | "range" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "empty" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
997
997
  relation_property_id: string;
998
998
  relation_property_name: string;
999
999
  rollup_property_id: string;
@@ -1004,7 +1004,7 @@ export declare const DataSourcePropertySchema: z.ZodDiscriminatedUnion<"type", [
1004
1004
  name: string;
1005
1005
  id: string;
1006
1006
  rollup: {
1007
- function: "min" | "max" | "count" | "range" | "empty" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
1007
+ function: "min" | "max" | "count" | "range" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "empty" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
1008
1008
  relation_property_id: string;
1009
1009
  relation_property_name: string;
1010
1010
  rollup_property_id: string;
@@ -1016,7 +1016,7 @@ export declare const DataSourcePropertySchema: z.ZodDiscriminatedUnion<"type", [
1016
1016
  name: string;
1017
1017
  id: string;
1018
1018
  rollup: {
1019
- function: "min" | "max" | "count" | "range" | "empty" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
1019
+ function: "min" | "max" | "count" | "range" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "empty" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
1020
1020
  relation_property_id: string;
1021
1021
  relation_property_name: string;
1022
1022
  rollup_property_id: string;
@@ -1106,14 +1106,14 @@ export declare const DataSourcePropertySchema: z.ZodDiscriminatedUnion<"type", [
1106
1106
  }, "strip", z.ZodTypeAny, {
1107
1107
  type: "url";
1108
1108
  name: string;
1109
- id: string;
1110
1109
  url: {};
1110
+ id: string;
1111
1111
  description?: string | undefined;
1112
1112
  }, {
1113
1113
  type: "url";
1114
1114
  name: string;
1115
- id: string;
1116
1115
  url: {};
1116
+ id: string;
1117
1117
  description?: string | undefined;
1118
1118
  }>, z.ZodObject<{
1119
1119
  id: z.ZodString;
@@ -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[];
16
15
  timeout: number;
17
16
  ignoreSSL: boolean;
18
17
  query: string;
19
18
  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;
25
24
  credentials?: Partial<Record<CredentialType, string>> | undefined;
26
25
  timeout?: number | undefined;
27
26
  ignoreSSL?: boolean | undefined;
28
27
  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;
53
52
  error: string;
54
53
  success: boolean;
55
54
  rows: Record<string, unknown>[];
56
55
  rowCount: number | null;
57
56
  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;
65
64
  error: string;
66
65
  success: boolean;
67
66
  rows: Record<string, unknown>[];
68
67
  rowCount: number | null;
69
68
  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[];
93
92
  timeout: number;
94
93
  ignoreSSL: boolean;
95
94
  query: string;
96
95
  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;
102
101
  credentials?: Partial<Record<CredentialType, string>> | undefined;
103
102
  timeout?: number | undefined;
104
103
  ignoreSSL?: boolean | undefined;
105
104
  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;
128
127
  error: string;
129
128
  success: boolean;
130
129
  rows: Record<string, unknown>[];
131
130
  rowCount: number | null;
132
131
  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;
140
139
  error: string;
141
140
  success: boolean;
142
141
  rows: Record<string, unknown>[];
143
142
  rowCount: number | null;
144
143
  command: string;
144
+ executionTime: number;
145
145
  cleanedJSONString: string;
146
146
  fields?: {
147
147
  name: string;
@@ -92,8 +92,8 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
92
92
  person_id?: string | undefined;
93
93
  after?: string | undefined;
94
94
  before?: string | undefined;
95
- host?: string | undefined;
96
95
  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
- host?: string | undefined;
138
137
  distinct_id?: string | undefined;
138
+ host?: 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
- id?: string | undefined;
234
233
  uuid?: string | undefined;
234
+ id?: 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
- id?: string | undefined;
244
243
  uuid?: string | undefined;
244
+ id?: 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
- id?: string | undefined;
261
260
  uuid?: string | undefined;
261
+ id?: 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
- id?: string | undefined;
277
276
  uuid?: string | undefined;
277
+ id?: 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;
372
371
  description?: string | null | undefined;
373
372
  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;
382
381
  description?: string | null | undefined;
383
382
  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;
398
397
  description?: string | null | undefined;
399
398
  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;
413
412
  description?: string | null | undefined;
414
413
  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
- id?: string | undefined;
21
20
  uuid?: string | undefined;
21
+ id?: 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
- id?: string | undefined;
31
30
  uuid?: string | undefined;
31
+ id?: 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;
75
74
  description?: string | null | undefined;
76
75
  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;
85
84
  description?: string | null | undefined;
86
85
  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;
@@ -192,8 +192,8 @@ export declare const PosthogParamsSchema: z.ZodDiscriminatedUnion<"operation", [
192
192
  person_id?: string | undefined;
193
193
  after?: string | undefined;
194
194
  before?: string | undefined;
195
- host?: string | undefined;
196
195
  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
- host?: string | undefined;
238
237
  distinct_id?: string | undefined;
238
+ host?: 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
- id?: string | undefined;
334
333
  uuid?: string | undefined;
334
+ id?: 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
- id?: string | undefined;
344
343
  uuid?: string | undefined;
344
+ id?: 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
- id?: string | undefined;
361
360
  uuid?: string | undefined;
361
+ id?: 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
- id?: string | undefined;
377
376
  uuid?: string | undefined;
377
+ id?: 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;
472
471
  description?: string | null | undefined;
473
472
  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;
482
481
  description?: string | null | undefined;
483
482
  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;
498
497
  description?: string | null | undefined;
499
498
  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;
513
512
  description?: string | null | undefined;
514
513
  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;
@@ -48,12 +48,12 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
48
48
  to: string | string[];
49
49
  subject: string;
50
50
  credentials?: Partial<Record<CredentialType, string>> | undefined;
51
- text?: string | undefined;
52
51
  tags?: {
53
52
  value: string;
54
53
  name: string;
55
54
  }[] | undefined;
56
55
  headers?: Record<string, string> | undefined;
56
+ text?: string | undefined;
57
57
  attachments?: {
58
58
  filename: string;
59
59
  path?: string | undefined;
@@ -70,12 +70,12 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
70
70
  to: string | string[];
71
71
  subject: string;
72
72
  credentials?: Partial<Record<CredentialType, string>> | undefined;
73
- text?: string | undefined;
74
73
  tags?: {
75
74
  value: string;
76
75
  name: string;
77
76
  }[] | undefined;
78
77
  headers?: Record<string, string> | undefined;
78
+ text?: string | undefined;
79
79
  attachments?: {
80
80
  filename: string;
81
81
  path?: string | undefined;
@@ -114,12 +114,12 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
114
114
  from: string;
115
115
  to: string | string[];
116
116
  subject: string;
117
- text?: string | undefined;
118
117
  tags?: {
119
118
  value: string;
120
119
  name: string;
121
120
  }[] | undefined;
122
121
  headers?: Record<string, string> | undefined;
122
+ text?: string | undefined;
123
123
  cc?: string | string[] | undefined;
124
124
  bcc?: string | string[] | undefined;
125
125
  html?: string | undefined;
@@ -127,12 +127,12 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
127
127
  }, {
128
128
  to: string | string[];
129
129
  subject: string;
130
- text?: string | undefined;
131
130
  tags?: {
132
131
  value: string;
133
132
  name: string;
134
133
  }[] | undefined;
135
134
  headers?: Record<string, string> | undefined;
135
+ text?: string | undefined;
136
136
  from?: string | undefined;
137
137
  cc?: string | string[] | undefined;
138
138
  bcc?: string | string[] | undefined;
@@ -146,12 +146,12 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
146
146
  from: string;
147
147
  to: string | string[];
148
148
  subject: string;
149
- text?: string | undefined;
150
149
  tags?: {
151
150
  value: string;
152
151
  name: string;
153
152
  }[] | undefined;
154
153
  headers?: Record<string, string> | undefined;
154
+ text?: string | undefined;
155
155
  cc?: string | string[] | undefined;
156
156
  bcc?: string | string[] | undefined;
157
157
  html?: string | undefined;
@@ -163,12 +163,12 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
163
163
  emails: {
164
164
  to: string | string[];
165
165
  subject: string;
166
- text?: string | undefined;
167
166
  tags?: {
168
167
  value: string;
169
168
  name: string;
170
169
  }[] | undefined;
171
170
  headers?: Record<string, string> | undefined;
171
+ text?: string | undefined;
172
172
  from?: string | undefined;
173
173
  cc?: string | string[] | undefined;
174
174
  bcc?: string | string[] | undefined;
@@ -299,12 +299,12 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
299
299
  to: string | string[];
300
300
  subject: string;
301
301
  credentials?: Partial<Record<CredentialType, string>> | undefined;
302
- text?: string | undefined;
303
302
  tags?: {
304
303
  value: string;
305
304
  name: string;
306
305
  }[] | undefined;
307
306
  headers?: Record<string, string> | undefined;
307
+ text?: string | undefined;
308
308
  attachments?: {
309
309
  filename: string;
310
310
  path?: string | undefined;
@@ -321,12 +321,12 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
321
321
  to: string | string[];
322
322
  subject: string;
323
323
  credentials?: Partial<Record<CredentialType, string>> | undefined;
324
- text?: string | undefined;
325
324
  tags?: {
326
325
  value: string;
327
326
  name: string;
328
327
  }[] | undefined;
329
328
  headers?: Record<string, string> | undefined;
329
+ text?: string | undefined;
330
330
  attachments?: {
331
331
  filename: string;
332
332
  path?: string | undefined;
@@ -365,12 +365,12 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
365
365
  from: string;
366
366
  to: string | string[];
367
367
  subject: string;
368
- text?: string | undefined;
369
368
  tags?: {
370
369
  value: string;
371
370
  name: string;
372
371
  }[] | undefined;
373
372
  headers?: Record<string, string> | undefined;
373
+ text?: string | undefined;
374
374
  cc?: string | string[] | undefined;
375
375
  bcc?: string | string[] | undefined;
376
376
  html?: string | undefined;
@@ -378,12 +378,12 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
378
378
  }, {
379
379
  to: string | string[];
380
380
  subject: string;
381
- text?: string | undefined;
382
381
  tags?: {
383
382
  value: string;
384
383
  name: string;
385
384
  }[] | undefined;
386
385
  headers?: Record<string, string> | undefined;
386
+ text?: string | undefined;
387
387
  from?: string | undefined;
388
388
  cc?: string | string[] | undefined;
389
389
  bcc?: string | string[] | undefined;
@@ -397,12 +397,12 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
397
397
  from: string;
398
398
  to: string | string[];
399
399
  subject: string;
400
- text?: string | undefined;
401
400
  tags?: {
402
401
  value: string;
403
402
  name: string;
404
403
  }[] | undefined;
405
404
  headers?: Record<string, string> | undefined;
405
+ text?: string | undefined;
406
406
  cc?: string | string[] | undefined;
407
407
  bcc?: string | string[] | undefined;
408
408
  html?: string | undefined;
@@ -414,12 +414,12 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
414
414
  emails: {
415
415
  to: string | string[];
416
416
  subject: string;
417
- text?: string | undefined;
418
417
  tags?: {
419
418
  value: string;
420
419
  name: string;
421
420
  }[] | undefined;
422
421
  headers?: Record<string, string> | undefined;
422
+ text?: string | undefined;
423
423
  from?: string | undefined;
424
424
  cc?: string | string[] | undefined;
425
425
  bcc?: string | string[] | undefined;