@bubblelab/bubble-core 0.1.210 → 0.1.212

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 (130) hide show
  1. package/dist/bubble-bundle.d.ts +189 -168
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +4 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
  6. package/dist/bubbles/service-bubble/ai-agent-slack-tools.d.ts.map +1 -1
  7. package/dist/bubbles/service-bubble/ai-agent-slack-tools.js +15 -1
  8. package/dist/bubbles/service-bubble/ai-agent-slack-tools.js.map +1 -1
  9. package/dist/bubbles/service-bubble/ai-agent.d.ts +16 -16
  10. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  11. package/dist/bubbles/service-bubble/ai-agent.js +2 -1
  12. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  13. package/dist/bubbles/service-bubble/airtable.d.ts +130 -130
  14. package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
  15. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +120 -120
  16. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +68 -68
  17. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +489 -0
  18. package/dist/bubbles/service-bubble/assembled/assembled.d.ts.map +1 -0
  19. package/dist/bubbles/service-bubble/assembled/assembled.js +363 -0
  20. package/dist/bubbles/service-bubble/assembled/assembled.js.map +1 -0
  21. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +460 -0
  22. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts.map +1 -0
  23. package/dist/bubbles/service-bubble/assembled/assembled.schema.js +295 -0
  24. package/dist/bubbles/service-bubble/assembled/assembled.schema.js.map +1 -0
  25. package/dist/bubbles/service-bubble/assembled/assembled.utils.d.ts +12 -0
  26. package/dist/bubbles/service-bubble/assembled/assembled.utils.d.ts.map +1 -0
  27. package/dist/bubbles/service-bubble/assembled/assembled.utils.js +89 -0
  28. package/dist/bubbles/service-bubble/assembled/assembled.utils.js.map +1 -0
  29. package/dist/bubbles/service-bubble/assembled/index.d.ts +4 -0
  30. package/dist/bubbles/service-bubble/assembled/index.d.ts.map +1 -0
  31. package/dist/bubbles/service-bubble/assembled/index.js +4 -0
  32. package/dist/bubbles/service-bubble/assembled/index.js.map +1 -0
  33. package/dist/bubbles/service-bubble/attio/attio.d.ts +64 -64
  34. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +58 -58
  35. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +14 -14
  36. package/dist/bubbles/service-bubble/capability-pipeline.js +1 -1
  37. package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
  38. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +43 -43
  39. package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +4 -4
  40. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +20 -20
  41. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +150 -150
  42. package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
  43. package/dist/bubbles/service-bubble/firecrawl.d.ts +204 -204
  44. package/dist/bubbles/service-bubble/followupboss.d.ts +256 -256
  45. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
  46. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +124 -124
  47. package/dist/bubbles/service-bubble/github.d.ts +114 -114
  48. package/dist/bubbles/service-bubble/gmail.d.ts +140 -140
  49. package/dist/bubbles/service-bubble/google-calendar.d.ts +132 -132
  50. package/dist/bubbles/service-bubble/google-drive.d.ts +150 -150
  51. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
  52. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +26 -26
  53. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  54. package/dist/bubbles/service-bubble/http.d.ts +4 -4
  55. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +20 -20
  56. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  57. package/dist/bubbles/service-bubble/jira/jira.d.ts +58 -58
  58. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +77 -77
  59. package/dist/bubbles/service-bubble/linear/linear.d.ts +44 -44
  60. package/dist/bubbles/service-bubble/linear/linear.schema.d.ts +15 -15
  61. package/dist/bubbles/service-bubble/notion/notion.d.ts +164 -164
  62. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  63. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +24 -24
  64. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +26 -26
  65. package/dist/bubbles/service-bubble/resend.d.ts +24 -24
  66. package/dist/bubbles/service-bubble/s3/s3.d.ts +44 -44
  67. package/dist/bubbles/service-bubble/s3/s3.schema.d.ts +14 -14
  68. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +14 -14
  69. package/dist/bubbles/service-bubble/sendsafely/sendsafely.schema.d.ts +6 -6
  70. package/dist/bubbles/service-bubble/slack/slack-table-blocks.d.ts +4 -0
  71. package/dist/bubbles/service-bubble/slack/slack-table-blocks.d.ts.map +1 -1
  72. package/dist/bubbles/service-bubble/slack/slack-table-blocks.js +4 -0
  73. package/dist/bubbles/service-bubble/slack/slack-table-blocks.js.map +1 -1
  74. package/dist/bubbles/service-bubble/slack/slack.d.ts +276 -276
  75. package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
  76. package/dist/bubbles/service-bubble/slack/slack.utils.js +53 -7
  77. package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
  78. package/dist/bubbles/service-bubble/storage.d.ts +88 -88
  79. package/dist/bubbles/service-bubble/storage.d.ts.map +1 -1
  80. package/dist/bubbles/service-bubble/storage.js +5 -3
  81. package/dist/bubbles/service-bubble/storage.js.map +1 -1
  82. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +84 -84
  83. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +59 -59
  84. package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
  85. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
  86. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +3 -3
  87. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +4 -4
  88. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +4 -4
  89. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +4 -4
  90. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +4 -4
  91. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  92. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +8 -8
  93. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  94. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
  95. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  96. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  97. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
  98. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  99. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +32 -32
  100. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  101. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  102. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  103. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  104. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
  105. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +4 -4
  106. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  107. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  108. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
  109. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  110. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +8 -8
  111. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  112. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  113. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  114. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  115. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
  116. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +8 -8
  117. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  118. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +4 -4
  119. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  120. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +90 -90
  121. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  122. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
  123. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +14 -14
  124. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  125. package/dist/bubbles.json +927 -2
  126. package/dist/index.d.ts +1 -0
  127. package/dist/index.d.ts.map +1 -1
  128. package/dist/index.js +1 -0
  129. package/dist/index.js.map +1 -1
  130. package/package.json +2 -2
@@ -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;
@@ -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;
@@ -101,14 +101,14 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
101
101
  query: import("zod").ZodString;
102
102
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
103
103
  }, "strip", import("zod").ZodTypeAny, {
104
- query: string;
105
104
  operation: "query";
105
+ query: string;
106
106
  host: string;
107
107
  project_id: string;
108
108
  credentials?: Partial<Record<CredentialType, string>> | undefined;
109
109
  }, {
110
- query: string;
111
110
  operation: "query";
111
+ query: string;
112
112
  project_id: string;
113
113
  credentials?: Partial<Record<CredentialType, string>> | undefined;
114
114
  host?: string | undefined;
@@ -125,14 +125,14 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
125
125
  limit: number;
126
126
  host: string;
127
127
  project_id: string;
128
- credentials?: Partial<Record<CredentialType, string>> | undefined;
129
128
  search?: string | undefined;
129
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
130
130
  distinct_id?: string | undefined;
131
131
  }, {
132
132
  operation: "get_person";
133
133
  project_id: string;
134
- credentials?: Partial<Record<CredentialType, string>> | undefined;
135
134
  search?: string | undefined;
135
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
136
136
  limit?: number | undefined;
137
137
  host?: string | undefined;
138
138
  distinct_id?: string | undefined;
@@ -186,9 +186,9 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
186
186
  next: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
187
187
  error: import("zod").ZodString;
188
188
  }, "strip", import("zod").ZodTypeAny, {
189
- error: string;
190
- success: boolean;
191
189
  operation: "list_projects";
190
+ success: boolean;
191
+ error: string;
192
192
  projects?: {
193
193
  name: string;
194
194
  id: number;
@@ -200,9 +200,9 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
200
200
  }[] | undefined;
201
201
  next?: string | null | undefined;
202
202
  }, {
203
- error: string;
204
- success: boolean;
205
203
  operation: "list_projects";
204
+ success: boolean;
205
+ error: string;
206
206
  projects?: {
207
207
  name: string;
208
208
  id: number;
@@ -250,9 +250,9 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
250
250
  next: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
251
251
  error: import("zod").ZodString;
252
252
  }, "strip", import("zod").ZodTypeAny, {
253
- error: string;
254
- success: boolean;
255
253
  operation: "list_events";
254
+ success: boolean;
255
+ error: string;
256
256
  events?: {
257
257
  event: string;
258
258
  distinct_id: string;
@@ -266,9 +266,9 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
266
266
  }[] | undefined;
267
267
  next?: string | null | undefined;
268
268
  }, {
269
- error: string;
270
- success: boolean;
271
269
  operation: "list_events";
270
+ success: boolean;
271
+ error: string;
272
272
  events?: {
273
273
  event: string;
274
274
  distinct_id: string;
@@ -290,17 +290,17 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
290
290
  hasMore: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
291
291
  error: import("zod").ZodString;
292
292
  }, "strip", import("zod").ZodTypeAny, {
293
- error: string;
294
- success: boolean;
295
293
  operation: "query";
294
+ success: boolean;
295
+ error: string;
296
296
  types?: (string | string[])[] | undefined;
297
297
  hasMore?: boolean | null | undefined;
298
298
  results?: unknown[][] | undefined;
299
299
  columns?: string[] | undefined;
300
300
  }, {
301
- error: string;
302
- success: boolean;
303
301
  operation: "query";
302
+ success: boolean;
303
+ error: string;
304
304
  types?: (string | string[])[] | undefined;
305
305
  hasMore?: boolean | null | undefined;
306
306
  results?: unknown[][] | undefined;
@@ -330,9 +330,9 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
330
330
  next: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
331
331
  error: import("zod").ZodString;
332
332
  }, "strip", import("zod").ZodTypeAny, {
333
- error: string;
334
- success: boolean;
335
333
  operation: "get_person";
334
+ success: boolean;
335
+ error: string;
336
336
  next?: string | null | undefined;
337
337
  persons?: {
338
338
  id: string;
@@ -342,9 +342,9 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
342
342
  created_at?: string | undefined;
343
343
  }[] | undefined;
344
344
  }, {
345
- error: string;
346
- success: boolean;
347
345
  operation: "get_person";
346
+ success: boolean;
347
+ error: string;
348
348
  next?: string | null | undefined;
349
349
  persons?: {
350
350
  id: string;
@@ -389,9 +389,9 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
389
389
  }>>;
390
390
  error: import("zod").ZodString;
391
391
  }, "strip", import("zod").ZodTypeAny, {
392
- error: string;
393
- success: boolean;
394
392
  operation: "get_insight";
393
+ success: boolean;
394
+ error: string;
395
395
  insight?: {
396
396
  id: number;
397
397
  description?: string | null | undefined;
@@ -404,9 +404,9 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
404
404
  last_modified_at?: string | undefined;
405
405
  } | undefined;
406
406
  }, {
407
- error: string;
408
- success: boolean;
409
407
  operation: "get_insight";
408
+ success: boolean;
409
+ error: string;
410
410
  insight?: {
411
411
  id: number;
412
412
  description?: string | null | undefined;
@@ -73,8 +73,8 @@ export declare const PosthogInsightSchema: z.ZodObject<{
73
73
  id: number;
74
74
  description?: string | null | undefined;
75
75
  name?: string | null | undefined;
76
- result?: unknown;
77
76
  created_at?: string | undefined;
77
+ result?: unknown;
78
78
  filters?: Record<string, unknown> | undefined;
79
79
  short_id?: string | undefined;
80
80
  last_refresh?: string | null | undefined;
@@ -83,8 +83,8 @@ export declare const PosthogInsightSchema: z.ZodObject<{
83
83
  id: number;
84
84
  description?: string | null | undefined;
85
85
  name?: string | null | undefined;
86
- result?: unknown;
87
86
  created_at?: string | undefined;
87
+ result?: unknown;
88
88
  filters?: Record<string, unknown> | undefined;
89
89
  short_id?: string | undefined;
90
90
  last_refresh?: string | null | undefined;
@@ -101,19 +101,19 @@ export declare const PosthogQueryResultSchema: z.ZodObject<{
101
101
  limit: z.ZodOptional<z.ZodNumber>;
102
102
  offset: z.ZodOptional<z.ZodNumber>;
103
103
  }, "strip", z.ZodTypeAny, {
104
- types?: (string | string[])[] | undefined;
105
104
  limit?: number | undefined;
106
105
  offset?: number | undefined;
107
- hasMore?: boolean | null | undefined;
106
+ types?: (string | string[])[] | undefined;
108
107
  results?: unknown[][] | undefined;
109
108
  columns?: string[] | undefined;
109
+ hasMore?: boolean | null | undefined;
110
110
  }, {
111
- types?: (string | string[])[] | undefined;
112
111
  limit?: number | undefined;
113
112
  offset?: number | undefined;
114
- hasMore?: boolean | null | undefined;
113
+ types?: (string | string[])[] | undefined;
115
114
  results?: unknown[][] | undefined;
116
115
  columns?: string[] | undefined;
116
+ hasMore?: boolean | null | undefined;
117
117
  }>;
118
118
  /**
119
119
  * PostHog project object from projects API
@@ -130,17 +130,17 @@ export declare const PosthogProjectSchema: z.ZodObject<{
130
130
  name: string;
131
131
  id: number;
132
132
  uuid?: string | undefined;
133
+ timezone?: string | undefined;
133
134
  created_at?: string | undefined;
134
135
  organization?: string | undefined;
135
- timezone?: string | undefined;
136
136
  is_demo?: boolean | undefined;
137
137
  }, {
138
138
  name: string;
139
139
  id: number;
140
140
  uuid?: string | undefined;
141
+ timezone?: string | undefined;
141
142
  created_at?: string | undefined;
142
143
  organization?: string | undefined;
143
- timezone?: string | undefined;
144
144
  is_demo?: boolean | undefined;
145
145
  }>;
146
146
  export declare const PosthogParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
@@ -177,23 +177,23 @@ export declare const PosthogParamsSchema: z.ZodDiscriminatedUnion<"operation", [
177
177
  project_id: string;
178
178
  properties?: string | undefined;
179
179
  credentials?: Partial<Record<CredentialType, string>> | undefined;
180
- event?: string | undefined;
181
180
  person_id?: string | undefined;
181
+ event?: string | undefined;
182
182
  after?: string | undefined;
183
- before?: string | undefined;
184
183
  distinct_id?: string | undefined;
184
+ before?: string | undefined;
185
185
  }, {
186
186
  operation: "list_events";
187
187
  project_id: string;
188
188
  properties?: string | undefined;
189
189
  credentials?: Partial<Record<CredentialType, string>> | undefined;
190
190
  limit?: number | undefined;
191
- event?: string | undefined;
192
191
  person_id?: string | undefined;
192
+ event?: string | undefined;
193
193
  after?: string | undefined;
194
- before?: string | undefined;
195
- distinct_id?: string | undefined;
196
194
  host?: string | undefined;
195
+ distinct_id?: string | undefined;
196
+ before?: string | undefined;
197
197
  }>, z.ZodObject<{
198
198
  operation: z.ZodLiteral<"query">;
199
199
  project_id: z.ZodString;
@@ -201,14 +201,14 @@ export declare const PosthogParamsSchema: z.ZodDiscriminatedUnion<"operation", [
201
201
  query: z.ZodString;
202
202
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
203
203
  }, "strip", z.ZodTypeAny, {
204
- query: string;
205
204
  operation: "query";
205
+ query: string;
206
206
  host: string;
207
207
  project_id: string;
208
208
  credentials?: Partial<Record<CredentialType, string>> | undefined;
209
209
  }, {
210
- query: string;
211
210
  operation: "query";
211
+ query: string;
212
212
  project_id: string;
213
213
  credentials?: Partial<Record<CredentialType, string>> | undefined;
214
214
  host?: string | undefined;
@@ -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;
@@ -270,17 +270,17 @@ export declare const PosthogResultSchema: z.ZodDiscriminatedUnion<"operation", [
270
270
  name: string;
271
271
  id: number;
272
272
  uuid?: string | undefined;
273
+ timezone?: string | undefined;
273
274
  created_at?: string | undefined;
274
275
  organization?: string | undefined;
275
- timezone?: string | undefined;
276
276
  is_demo?: boolean | undefined;
277
277
  }, {
278
278
  name: string;
279
279
  id: number;
280
280
  uuid?: string | undefined;
281
+ timezone?: string | undefined;
281
282
  created_at?: string | undefined;
282
283
  organization?: string | undefined;
283
- timezone?: string | undefined;
284
284
  is_demo?: boolean | undefined;
285
285
  }>, "many">>;
286
286
  next: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -293,9 +293,9 @@ export declare const PosthogResultSchema: z.ZodDiscriminatedUnion<"operation", [
293
293
  name: string;
294
294
  id: number;
295
295
  uuid?: string | undefined;
296
+ timezone?: string | undefined;
296
297
  created_at?: string | undefined;
297
298
  organization?: string | undefined;
298
- timezone?: string | undefined;
299
299
  is_demo?: boolean | undefined;
300
300
  }[] | undefined;
301
301
  next?: string | null | undefined;
@@ -307,9 +307,9 @@ export declare const PosthogResultSchema: z.ZodDiscriminatedUnion<"operation", [
307
307
  name: string;
308
308
  id: number;
309
309
  uuid?: string | undefined;
310
+ timezone?: string | undefined;
310
311
  created_at?: string | undefined;
311
312
  organization?: string | undefined;
312
- timezone?: string | undefined;
313
313
  is_demo?: boolean | undefined;
314
314
  }[] | undefined;
315
315
  next?: string | null | undefined;
@@ -394,17 +394,17 @@ export declare const PosthogResultSchema: z.ZodDiscriminatedUnion<"operation", [
394
394
  success: boolean;
395
395
  operation: "query";
396
396
  types?: (string | string[])[] | undefined;
397
- hasMore?: boolean | null | undefined;
398
397
  results?: unknown[][] | undefined;
399
398
  columns?: string[] | undefined;
399
+ hasMore?: boolean | null | undefined;
400
400
  }, {
401
401
  error: string;
402
402
  success: boolean;
403
403
  operation: "query";
404
404
  types?: (string | string[])[] | undefined;
405
- hasMore?: boolean | null | undefined;
406
405
  results?: unknown[][] | undefined;
407
406
  columns?: string[] | undefined;
407
+ hasMore?: boolean | null | undefined;
408
408
  }>, z.ZodObject<{
409
409
  operation: z.ZodLiteral<"get_person">;
410
410
  success: z.ZodBoolean;
@@ -470,8 +470,8 @@ export declare const PosthogResultSchema: z.ZodDiscriminatedUnion<"operation", [
470
470
  id: number;
471
471
  description?: string | null | undefined;
472
472
  name?: string | null | undefined;
473
- result?: unknown;
474
473
  created_at?: string | undefined;
474
+ result?: unknown;
475
475
  filters?: Record<string, unknown> | undefined;
476
476
  short_id?: string | undefined;
477
477
  last_refresh?: string | null | undefined;
@@ -480,8 +480,8 @@ export declare const PosthogResultSchema: z.ZodDiscriminatedUnion<"operation", [
480
480
  id: number;
481
481
  description?: string | null | undefined;
482
482
  name?: string | null | undefined;
483
- result?: unknown;
484
483
  created_at?: string | undefined;
484
+ result?: unknown;
485
485
  filters?: Record<string, unknown> | undefined;
486
486
  short_id?: string | undefined;
487
487
  last_refresh?: string | null | undefined;
@@ -496,8 +496,8 @@ export declare const PosthogResultSchema: z.ZodDiscriminatedUnion<"operation", [
496
496
  id: number;
497
497
  description?: string | null | undefined;
498
498
  name?: string | null | undefined;
499
- result?: unknown;
500
499
  created_at?: string | undefined;
500
+ result?: unknown;
501
501
  filters?: Record<string, unknown> | undefined;
502
502
  short_id?: string | undefined;
503
503
  last_refresh?: string | null | undefined;
@@ -511,8 +511,8 @@ export declare const PosthogResultSchema: z.ZodDiscriminatedUnion<"operation", [
511
511
  id: number;
512
512
  description?: string | null | undefined;
513
513
  name?: string | null | undefined;
514
- result?: unknown;
515
514
  created_at?: string | undefined;
515
+ result?: unknown;
516
516
  filters?: Record<string, unknown> | undefined;
517
517
  short_id?: string | undefined;
518
518
  last_refresh?: string | null | undefined;
@@ -21,13 +21,13 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
21
21
  }, "strip", z.ZodTypeAny, {
22
22
  filename: string;
23
23
  path?: string | undefined;
24
- content?: string | undefined;
25
24
  contentType?: string | undefined;
25
+ content?: string | undefined;
26
26
  }, {
27
27
  filename: string;
28
28
  path?: string | undefined;
29
- content?: string | undefined;
30
29
  contentType?: string | undefined;
30
+ content?: string | undefined;
31
31
  }>, "many">>;
32
32
  tags: z.ZodOptional<z.ZodArray<z.ZodObject<{
33
33
  name: z.ZodString;
@@ -56,8 +56,8 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
56
56
  attachments?: {
57
57
  filename: string;
58
58
  path?: string | undefined;
59
- content?: string | undefined;
60
59
  contentType?: string | undefined;
60
+ content?: string | undefined;
61
61
  }[] | undefined;
62
62
  cc?: string | string[] | undefined;
63
63
  bcc?: string | string[] | undefined;
@@ -78,8 +78,8 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
78
78
  attachments?: {
79
79
  filename: string;
80
80
  path?: string | undefined;
81
- content?: string | undefined;
82
81
  contentType?: string | undefined;
82
+ content?: string | undefined;
83
83
  }[] | undefined;
84
84
  from?: string | undefined;
85
85
  cc?: string | string[] | undefined;
@@ -106,14 +106,14 @@ declare const ResendResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
106
106
  email_id: z.ZodOptional<z.ZodString>;
107
107
  error: z.ZodString;
108
108
  }, "strip", z.ZodTypeAny, {
109
- error: string;
110
- success: boolean;
111
109
  operation: "send_email";
110
+ success: boolean;
111
+ error: string;
112
112
  email_id?: string | undefined;
113
113
  }, {
114
- error: string;
115
- success: boolean;
116
114
  operation: "send_email";
115
+ success: boolean;
116
+ error: string;
117
117
  email_id?: string | undefined;
118
118
  }>, z.ZodObject<{
119
119
  operation: z.ZodLiteral<"get_email_status">;
@@ -123,16 +123,16 @@ declare const ResendResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
123
123
  last_event: z.ZodOptional<z.ZodString>;
124
124
  error: z.ZodString;
125
125
  }, "strip", z.ZodTypeAny, {
126
- error: string;
127
- success: boolean;
128
126
  operation: "get_email_status";
127
+ success: boolean;
128
+ error: string;
129
129
  status?: string | undefined;
130
130
  created_at?: string | undefined;
131
131
  last_event?: string | undefined;
132
132
  }, {
133
- error: string;
134
- success: boolean;
135
133
  operation: "get_email_status";
134
+ success: boolean;
135
+ error: string;
136
136
  status?: string | undefined;
137
137
  created_at?: string | undefined;
138
138
  last_event?: string | undefined;
@@ -168,13 +168,13 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
168
168
  }, "strip", z.ZodTypeAny, {
169
169
  filename: string;
170
170
  path?: string | undefined;
171
- content?: string | undefined;
172
171
  contentType?: string | undefined;
172
+ content?: string | undefined;
173
173
  }, {
174
174
  filename: string;
175
175
  path?: string | undefined;
176
- content?: string | undefined;
177
176
  contentType?: string | undefined;
177
+ content?: string | undefined;
178
178
  }>, "many">>;
179
179
  tags: z.ZodOptional<z.ZodArray<z.ZodObject<{
180
180
  name: z.ZodString;
@@ -203,8 +203,8 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
203
203
  attachments?: {
204
204
  filename: string;
205
205
  path?: string | undefined;
206
- content?: string | undefined;
207
206
  contentType?: string | undefined;
207
+ content?: string | undefined;
208
208
  }[] | undefined;
209
209
  cc?: string | string[] | undefined;
210
210
  bcc?: string | string[] | undefined;
@@ -225,8 +225,8 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
225
225
  attachments?: {
226
226
  filename: string;
227
227
  path?: string | undefined;
228
- content?: string | undefined;
229
228
  contentType?: string | undefined;
229
+ content?: string | undefined;
230
230
  }[] | undefined;
231
231
  from?: string | undefined;
232
232
  cc?: string | string[] | undefined;
@@ -253,14 +253,14 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
253
253
  email_id: z.ZodOptional<z.ZodString>;
254
254
  error: z.ZodString;
255
255
  }, "strip", z.ZodTypeAny, {
256
- error: string;
257
- success: boolean;
258
256
  operation: "send_email";
257
+ success: boolean;
258
+ error: string;
259
259
  email_id?: string | undefined;
260
260
  }, {
261
- error: string;
262
- success: boolean;
263
261
  operation: "send_email";
262
+ success: boolean;
263
+ error: string;
264
264
  email_id?: string | undefined;
265
265
  }>, z.ZodObject<{
266
266
  operation: z.ZodLiteral<"get_email_status">;
@@ -270,16 +270,16 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
270
270
  last_event: z.ZodOptional<z.ZodString>;
271
271
  error: z.ZodString;
272
272
  }, "strip", z.ZodTypeAny, {
273
- error: string;
274
- success: boolean;
275
273
  operation: "get_email_status";
274
+ success: boolean;
275
+ error: string;
276
276
  status?: string | undefined;
277
277
  created_at?: string | undefined;
278
278
  last_event?: string | undefined;
279
279
  }, {
280
- error: string;
281
- success: boolean;
282
280
  operation: "get_email_status";
281
+ success: boolean;
282
+ error: string;
283
283
  status?: string | undefined;
284
284
  created_at?: string | undefined;
285
285
  last_event?: string | undefined;