@bubblelab/bubble-core 0.1.95 → 0.1.97
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.
- package/dist/bubble-bundle.d.ts +112 -112
- package/dist/bubble-factory.d.ts +10 -0
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +30 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +140 -140
- package/dist/bubbles/service-bubble/ai-agent.d.ts +72 -72
- package/dist/bubbles/service-bubble/airtable.d.ts +154 -154
- package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +88 -88
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +18 -18
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +51 -51
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +134 -134
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
- package/dist/bubbles/service-bubble/firecrawl.d.ts +760 -760
- package/dist/bubbles/service-bubble/followupboss.d.ts +282 -282
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +84 -84
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +12 -12
- package/dist/bubbles/service-bubble/github.d.ts +196 -196
- package/dist/bubbles/service-bubble/gmail.d.ts +344 -344
- package/dist/bubbles/service-bubble/gmail.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/gmail.js +10 -4
- package/dist/bubbles/service-bubble/gmail.js.map +1 -1
- package/dist/bubbles/service-bubble/google-calendar.d.ts +164 -164
- package/dist/bubbles/service-bubble/google-drive.d.ts +152 -152
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +62 -62
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +22 -22
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +14 -14
- package/dist/bubbles/service-bubble/insforge-db.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.d.ts +78 -78
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/notion/notion.d.ts +999 -999
- package/dist/bubbles/service-bubble/postgresql.d.ts +20 -20
- package/dist/bubbles/service-bubble/resend.d.ts +50 -50
- package/dist/bubbles/service-bubble/slack/slack.d.ts +594 -594
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +121 -121
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +38 -38
- package/dist/bubbles/service-bubble/telegram.d.ts +1600 -1600
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +29 -29
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +14 -14
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +62 -62
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +349 -349
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +122 -122
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +80 -80
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +164 -164
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +98 -98
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +92 -92
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
- package/dist/bubbles.json +6 -6
- 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
|
+
query: string;
|
|
16
|
+
ignoreSSL: boolean;
|
|
17
|
+
allowedOperations: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[];
|
|
15
18
|
parameters: unknown[];
|
|
16
19
|
timeout: number;
|
|
17
|
-
ignoreSSL: boolean;
|
|
18
|
-
query: string;
|
|
19
|
-
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[];
|
|
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
|
-
timeout?: number | undefined;
|
|
27
25
|
ignoreSSL?: boolean | undefined;
|
|
28
|
-
allowedOperations?: ("
|
|
26
|
+
allowedOperations?: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[] | undefined;
|
|
27
|
+
parameters?: unknown[] | undefined;
|
|
28
|
+
timeout?: number | 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
|
-
error: string;
|
|
54
52
|
success: boolean;
|
|
53
|
+
error: string;
|
|
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
|
-
error: string;
|
|
66
64
|
success: boolean;
|
|
65
|
+
error: string;
|
|
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
|
+
query: string;
|
|
93
|
+
ignoreSSL: boolean;
|
|
94
|
+
allowedOperations: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[];
|
|
92
95
|
parameters: unknown[];
|
|
93
96
|
timeout: number;
|
|
94
|
-
ignoreSSL: boolean;
|
|
95
|
-
query: string;
|
|
96
|
-
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[];
|
|
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
|
-
timeout?: number | undefined;
|
|
104
102
|
ignoreSSL?: boolean | undefined;
|
|
105
|
-
allowedOperations?: ("
|
|
103
|
+
allowedOperations?: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[] | undefined;
|
|
104
|
+
parameters?: unknown[] | undefined;
|
|
105
|
+
timeout?: number | 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
|
-
error: string;
|
|
129
127
|
success: boolean;
|
|
128
|
+
error: string;
|
|
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
|
-
error: string;
|
|
141
139
|
success: boolean;
|
|
140
|
+
error: string;
|
|
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;
|
|
@@ -43,38 +43,37 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
43
43
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
45
|
operation: "send_email";
|
|
46
|
-
from: string;
|
|
47
46
|
to: string | string[];
|
|
48
47
|
subject: string;
|
|
48
|
+
from: string;
|
|
49
|
+
cc?: string | string[] | undefined;
|
|
50
|
+
bcc?: string | string[] | undefined;
|
|
51
|
+
reply_to?: string | string[] | undefined;
|
|
49
52
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
50
|
-
text?: string | undefined;
|
|
51
|
-
tags?: {
|
|
52
|
-
value: string;
|
|
53
|
-
name: string;
|
|
54
|
-
}[] | undefined;
|
|
55
53
|
headers?: Record<string, string> | undefined;
|
|
54
|
+
text?: string | undefined;
|
|
56
55
|
attachments?: {
|
|
57
56
|
content: string | Buffer<ArrayBufferLike>;
|
|
58
57
|
filename: string;
|
|
59
58
|
path?: string | undefined;
|
|
60
59
|
content_type?: string | undefined;
|
|
61
60
|
}[] | undefined;
|
|
62
|
-
cc?: string | string[] | undefined;
|
|
63
|
-
bcc?: string | string[] | undefined;
|
|
64
61
|
html?: string | undefined;
|
|
65
|
-
reply_to?: string | string[] | undefined;
|
|
66
62
|
scheduled_at?: string | undefined;
|
|
63
|
+
tags?: {
|
|
64
|
+
value: string;
|
|
65
|
+
name: string;
|
|
66
|
+
}[] | undefined;
|
|
67
67
|
}, {
|
|
68
68
|
operation: "send_email";
|
|
69
69
|
to: string | string[];
|
|
70
70
|
subject: string;
|
|
71
|
+
cc?: string | string[] | undefined;
|
|
72
|
+
bcc?: string | string[] | undefined;
|
|
73
|
+
reply_to?: string | string[] | undefined;
|
|
71
74
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
72
|
-
text?: string | undefined;
|
|
73
|
-
tags?: {
|
|
74
|
-
value: string;
|
|
75
|
-
name: string;
|
|
76
|
-
}[] | undefined;
|
|
77
75
|
headers?: Record<string, string> | undefined;
|
|
76
|
+
text?: string | undefined;
|
|
78
77
|
attachments?: {
|
|
79
78
|
content: string | Buffer<ArrayBufferLike>;
|
|
80
79
|
filename: string;
|
|
@@ -82,11 +81,12 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
82
81
|
content_type?: string | undefined;
|
|
83
82
|
}[] | undefined;
|
|
84
83
|
from?: string | undefined;
|
|
85
|
-
cc?: string | string[] | undefined;
|
|
86
|
-
bcc?: string | string[] | undefined;
|
|
87
84
|
html?: string | undefined;
|
|
88
|
-
reply_to?: string | string[] | undefined;
|
|
89
85
|
scheduled_at?: string | undefined;
|
|
86
|
+
tags?: {
|
|
87
|
+
value: string;
|
|
88
|
+
name: string;
|
|
89
|
+
}[] | undefined;
|
|
90
90
|
}>, z.ZodObject<{
|
|
91
91
|
operation: z.ZodLiteral<"get_email_status">;
|
|
92
92
|
email_id: z.ZodString;
|
|
@@ -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;
|
|
@@ -190,38 +190,37 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
190
190
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
191
191
|
}, "strip", z.ZodTypeAny, {
|
|
192
192
|
operation: "send_email";
|
|
193
|
-
from: string;
|
|
194
193
|
to: string | string[];
|
|
195
194
|
subject: string;
|
|
195
|
+
from: string;
|
|
196
|
+
cc?: string | string[] | undefined;
|
|
197
|
+
bcc?: string | string[] | undefined;
|
|
198
|
+
reply_to?: string | string[] | undefined;
|
|
196
199
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
197
|
-
text?: string | undefined;
|
|
198
|
-
tags?: {
|
|
199
|
-
value: string;
|
|
200
|
-
name: string;
|
|
201
|
-
}[] | undefined;
|
|
202
200
|
headers?: Record<string, string> | undefined;
|
|
201
|
+
text?: string | undefined;
|
|
203
202
|
attachments?: {
|
|
204
203
|
content: string | Buffer<ArrayBufferLike>;
|
|
205
204
|
filename: string;
|
|
206
205
|
path?: string | undefined;
|
|
207
206
|
content_type?: string | undefined;
|
|
208
207
|
}[] | undefined;
|
|
209
|
-
cc?: string | string[] | undefined;
|
|
210
|
-
bcc?: string | string[] | undefined;
|
|
211
208
|
html?: string | undefined;
|
|
212
|
-
reply_to?: string | string[] | undefined;
|
|
213
209
|
scheduled_at?: string | undefined;
|
|
210
|
+
tags?: {
|
|
211
|
+
value: string;
|
|
212
|
+
name: string;
|
|
213
|
+
}[] | undefined;
|
|
214
214
|
}, {
|
|
215
215
|
operation: "send_email";
|
|
216
216
|
to: string | string[];
|
|
217
217
|
subject: string;
|
|
218
|
+
cc?: string | string[] | undefined;
|
|
219
|
+
bcc?: string | string[] | undefined;
|
|
220
|
+
reply_to?: string | string[] | undefined;
|
|
218
221
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
219
|
-
text?: string | undefined;
|
|
220
|
-
tags?: {
|
|
221
|
-
value: string;
|
|
222
|
-
name: string;
|
|
223
|
-
}[] | undefined;
|
|
224
222
|
headers?: Record<string, string> | undefined;
|
|
223
|
+
text?: string | undefined;
|
|
225
224
|
attachments?: {
|
|
226
225
|
content: string | Buffer<ArrayBufferLike>;
|
|
227
226
|
filename: string;
|
|
@@ -229,11 +228,12 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
229
228
|
content_type?: string | undefined;
|
|
230
229
|
}[] | undefined;
|
|
231
230
|
from?: string | undefined;
|
|
232
|
-
cc?: string | string[] | undefined;
|
|
233
|
-
bcc?: string | string[] | undefined;
|
|
234
231
|
html?: string | undefined;
|
|
235
|
-
reply_to?: string | string[] | undefined;
|
|
236
232
|
scheduled_at?: string | undefined;
|
|
233
|
+
tags?: {
|
|
234
|
+
value: string;
|
|
235
|
+
name: string;
|
|
236
|
+
}[] | undefined;
|
|
237
237
|
}>, z.ZodObject<{
|
|
238
238
|
operation: z.ZodLiteral<"get_email_status">;
|
|
239
239
|
email_id: z.ZodString;
|
|
@@ -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;
|