@bubblelab/bubble-core 0.1.16 → 0.1.18
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 +84 -79
- package/dist/bubble-factory.js +1 -1
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
- package/dist/bubbles/service-bubble/ai-agent.d.ts +8 -8
- package/dist/bubbles/service-bubble/airtable.d.ts +152 -152
- package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +20 -20
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
- package/dist/bubbles/service-bubble/firecrawl.d.ts +140 -140
- package/dist/bubbles/service-bubble/followupboss.d.ts +128 -128
- package/dist/bubbles/service-bubble/github.d.ts +104 -104
- package/dist/bubbles/service-bubble/gmail.d.ts +456 -456
- package/dist/bubbles/service-bubble/google-calendar.d.ts +120 -120
- package/dist/bubbles/service-bubble/google-drive.d.ts +92 -92
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
- package/dist/bubbles/service-bubble/notion/notion.d.ts +76 -76
- package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
- package/dist/bubbles/service-bubble/resend.d.ts +32 -32
- package/dist/bubbles/service-bubble/slack/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/slack/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack/index.js +6 -0
- package/dist/bubbles/service-bubble/slack/index.js.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.d.ts +6812 -0
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.js +1840 -0
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.schema.d.ts +3980 -0
- package/dist/bubbles/service-bubble/slack/slack.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.schema.js +1061 -0
- package/dist/bubbles/service-bubble/slack/slack.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts +141 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.js +408 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/slack.d.ts +1 -6811
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack.js +2 -1829
- package/dist/bubbles/service-bubble/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +246 -246
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- 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 +16 -16
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +34 -34
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js +2 -2
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js.map +1 -1
- package/dist/bubbles.json +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts +0 -37
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js +0 -203
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +0 -1358
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.js +0 -219
- package/dist/bubbles/service-bubble/crustdata/crustdata.js.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +0 -1604
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +0 -194
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/index.d.ts +0 -3
- package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/index.js +0 -3
- package/dist/bubbles/service-bubble/crustdata/index.js.map +0 -1
- package/dist/bubbles/service-bubble/http.integration.flow.d.ts +0 -49
- package/dist/bubbles/service-bubble/http.integration.flow.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/http.integration.flow.js +0 -425
- package/dist/bubbles/service-bubble/http.integration.flow.js.map +0 -1
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts +0 -31
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts.map +0 -1
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js +0 -100
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js.map +0 -1
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +0 -740
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +0 -1
- package/dist/bubbles/tool-bubble/company-enrichment-tool.js +0 -350
- package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +0 -1
|
@@ -12,10 +12,10 @@ 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
15
|
timeout: number;
|
|
17
16
|
ignoreSSL: boolean;
|
|
18
|
-
|
|
17
|
+
query: string;
|
|
18
|
+
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[];
|
|
19
19
|
parameters: unknown[];
|
|
20
20
|
maxRows: number;
|
|
21
21
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -24,7 +24,7 @@ declare const PostgreSQLParamsSchema: z.ZodObject<{
|
|
|
24
24
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
25
25
|
timeout?: number | undefined;
|
|
26
26
|
ignoreSSL?: boolean | undefined;
|
|
27
|
-
allowedOperations?: ("
|
|
27
|
+
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[] | undefined;
|
|
28
28
|
parameters?: unknown[] | undefined;
|
|
29
29
|
maxRows?: number | undefined;
|
|
30
30
|
}>;
|
|
@@ -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
|
-
success: boolean;
|
|
53
52
|
error: string;
|
|
53
|
+
success: boolean;
|
|
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
|
-
success: boolean;
|
|
65
64
|
error: string;
|
|
65
|
+
success: boolean;
|
|
66
66
|
rows: Record<string, unknown>[];
|
|
67
67
|
rowCount: number | null;
|
|
68
68
|
command: string;
|
|
@@ -89,10 +89,10 @@ 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
92
|
timeout: number;
|
|
94
93
|
ignoreSSL: boolean;
|
|
95
|
-
|
|
94
|
+
query: string;
|
|
95
|
+
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[];
|
|
96
96
|
parameters: unknown[];
|
|
97
97
|
maxRows: number;
|
|
98
98
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -101,7 +101,7 @@ export declare class PostgreSQLBubble extends ServiceBubble<PostgreSQLParams, Po
|
|
|
101
101
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
102
102
|
timeout?: number | undefined;
|
|
103
103
|
ignoreSSL?: boolean | undefined;
|
|
104
|
-
allowedOperations?: ("
|
|
104
|
+
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[] | undefined;
|
|
105
105
|
parameters?: unknown[] | undefined;
|
|
106
106
|
maxRows?: number | undefined;
|
|
107
107
|
}>;
|
|
@@ -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
|
-
success: boolean;
|
|
128
127
|
error: string;
|
|
128
|
+
success: boolean;
|
|
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
|
-
success: boolean;
|
|
140
139
|
error: string;
|
|
140
|
+
success: boolean;
|
|
141
141
|
rows: Record<string, unknown>[];
|
|
142
142
|
rowCount: number | null;
|
|
143
143
|
command: string;
|
|
@@ -46,19 +46,19 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
46
46
|
from: string;
|
|
47
47
|
to: string | string[];
|
|
48
48
|
subject: string;
|
|
49
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
50
49
|
text?: string | undefined;
|
|
51
|
-
tags?: {
|
|
52
|
-
value: string;
|
|
53
|
-
name: string;
|
|
54
|
-
}[] | undefined;
|
|
55
|
-
headers?: Record<string, string> | undefined;
|
|
56
50
|
attachments?: {
|
|
57
51
|
content: string | Buffer<ArrayBufferLike>;
|
|
58
52
|
filename: string;
|
|
59
53
|
path?: string | undefined;
|
|
60
54
|
content_type?: string | undefined;
|
|
61
55
|
}[] | undefined;
|
|
56
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
57
|
+
tags?: {
|
|
58
|
+
value: string;
|
|
59
|
+
name: string;
|
|
60
|
+
}[] | undefined;
|
|
61
|
+
headers?: Record<string, string> | undefined;
|
|
62
62
|
cc?: string | string[] | undefined;
|
|
63
63
|
bcc?: string | string[] | undefined;
|
|
64
64
|
html?: string | undefined;
|
|
@@ -68,19 +68,19 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
68
68
|
operation: "send_email";
|
|
69
69
|
to: string | string[];
|
|
70
70
|
subject: string;
|
|
71
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
72
71
|
text?: string | undefined;
|
|
73
|
-
tags?: {
|
|
74
|
-
value: string;
|
|
75
|
-
name: string;
|
|
76
|
-
}[] | undefined;
|
|
77
|
-
headers?: Record<string, string> | undefined;
|
|
78
72
|
attachments?: {
|
|
79
73
|
content: string | Buffer<ArrayBufferLike>;
|
|
80
74
|
filename: string;
|
|
81
75
|
path?: string | undefined;
|
|
82
76
|
content_type?: string | undefined;
|
|
83
77
|
}[] | undefined;
|
|
78
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
79
|
+
tags?: {
|
|
80
|
+
value: string;
|
|
81
|
+
name: string;
|
|
82
|
+
}[] | undefined;
|
|
83
|
+
headers?: Record<string, string> | undefined;
|
|
84
84
|
from?: string | undefined;
|
|
85
85
|
cc?: string | string[] | undefined;
|
|
86
86
|
bcc?: string | string[] | undefined;
|
|
@@ -107,13 +107,13 @@ declare const ResendResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
107
107
|
error: z.ZodString;
|
|
108
108
|
}, "strip", z.ZodTypeAny, {
|
|
109
109
|
operation: "send_email";
|
|
110
|
-
success: boolean;
|
|
111
110
|
error: string;
|
|
111
|
+
success: boolean;
|
|
112
112
|
email_id?: string | undefined;
|
|
113
113
|
}, {
|
|
114
114
|
operation: "send_email";
|
|
115
|
-
success: boolean;
|
|
116
115
|
error: string;
|
|
116
|
+
success: boolean;
|
|
117
117
|
email_id?: string | undefined;
|
|
118
118
|
}>, z.ZodObject<{
|
|
119
119
|
operation: z.ZodLiteral<"get_email_status">;
|
|
@@ -124,15 +124,15 @@ declare const ResendResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
124
124
|
error: z.ZodString;
|
|
125
125
|
}, "strip", z.ZodTypeAny, {
|
|
126
126
|
operation: "get_email_status";
|
|
127
|
-
success: boolean;
|
|
128
127
|
error: string;
|
|
128
|
+
success: boolean;
|
|
129
129
|
status?: string | undefined;
|
|
130
130
|
created_at?: string | undefined;
|
|
131
131
|
last_event?: string | undefined;
|
|
132
132
|
}, {
|
|
133
133
|
operation: "get_email_status";
|
|
134
|
-
success: boolean;
|
|
135
134
|
error: string;
|
|
135
|
+
success: boolean;
|
|
136
136
|
status?: string | undefined;
|
|
137
137
|
created_at?: string | undefined;
|
|
138
138
|
last_event?: string | undefined;
|
|
@@ -193,19 +193,19 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
193
193
|
from: string;
|
|
194
194
|
to: string | string[];
|
|
195
195
|
subject: string;
|
|
196
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
197
196
|
text?: string | undefined;
|
|
198
|
-
tags?: {
|
|
199
|
-
value: string;
|
|
200
|
-
name: string;
|
|
201
|
-
}[] | undefined;
|
|
202
|
-
headers?: Record<string, string> | undefined;
|
|
203
197
|
attachments?: {
|
|
204
198
|
content: string | Buffer<ArrayBufferLike>;
|
|
205
199
|
filename: string;
|
|
206
200
|
path?: string | undefined;
|
|
207
201
|
content_type?: string | undefined;
|
|
208
202
|
}[] | undefined;
|
|
203
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
204
|
+
tags?: {
|
|
205
|
+
value: string;
|
|
206
|
+
name: string;
|
|
207
|
+
}[] | undefined;
|
|
208
|
+
headers?: Record<string, string> | undefined;
|
|
209
209
|
cc?: string | string[] | undefined;
|
|
210
210
|
bcc?: string | string[] | undefined;
|
|
211
211
|
html?: string | undefined;
|
|
@@ -215,19 +215,19 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
215
215
|
operation: "send_email";
|
|
216
216
|
to: string | string[];
|
|
217
217
|
subject: string;
|
|
218
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
219
218
|
text?: string | undefined;
|
|
220
|
-
tags?: {
|
|
221
|
-
value: string;
|
|
222
|
-
name: string;
|
|
223
|
-
}[] | undefined;
|
|
224
|
-
headers?: Record<string, string> | undefined;
|
|
225
219
|
attachments?: {
|
|
226
220
|
content: string | Buffer<ArrayBufferLike>;
|
|
227
221
|
filename: string;
|
|
228
222
|
path?: string | undefined;
|
|
229
223
|
content_type?: string | undefined;
|
|
230
224
|
}[] | undefined;
|
|
225
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
226
|
+
tags?: {
|
|
227
|
+
value: string;
|
|
228
|
+
name: string;
|
|
229
|
+
}[] | undefined;
|
|
230
|
+
headers?: Record<string, string> | undefined;
|
|
231
231
|
from?: string | undefined;
|
|
232
232
|
cc?: string | string[] | undefined;
|
|
233
233
|
bcc?: string | string[] | undefined;
|
|
@@ -254,13 +254,13 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
254
254
|
error: z.ZodString;
|
|
255
255
|
}, "strip", z.ZodTypeAny, {
|
|
256
256
|
operation: "send_email";
|
|
257
|
-
success: boolean;
|
|
258
257
|
error: string;
|
|
258
|
+
success: boolean;
|
|
259
259
|
email_id?: string | undefined;
|
|
260
260
|
}, {
|
|
261
261
|
operation: "send_email";
|
|
262
|
-
success: boolean;
|
|
263
262
|
error: string;
|
|
263
|
+
success: boolean;
|
|
264
264
|
email_id?: string | undefined;
|
|
265
265
|
}>, z.ZodObject<{
|
|
266
266
|
operation: z.ZodLiteral<"get_email_status">;
|
|
@@ -271,15 +271,15 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
271
271
|
error: z.ZodString;
|
|
272
272
|
}, "strip", z.ZodTypeAny, {
|
|
273
273
|
operation: "get_email_status";
|
|
274
|
-
success: boolean;
|
|
275
274
|
error: string;
|
|
275
|
+
success: boolean;
|
|
276
276
|
status?: string | undefined;
|
|
277
277
|
created_at?: string | undefined;
|
|
278
278
|
last_event?: string | undefined;
|
|
279
279
|
}, {
|
|
280
280
|
operation: "get_email_status";
|
|
281
|
-
success: boolean;
|
|
282
281
|
error: string;
|
|
282
|
+
success: boolean;
|
|
283
283
|
status?: string | undefined;
|
|
284
284
|
created_at?: string | undefined;
|
|
285
285
|
last_event?: string | undefined;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { SlackBubble } from './slack';
|
|
2
|
+
export { markdownToMrkdwn, markdownToBlocks, createTextBlock, createDividerBlock, createHeaderBlock, createContextBlock, type SlackBlock, type SlackTextObject, type SlackSectionBlock, type SlackDividerBlock, type SlackHeaderBlock, type SlackContextBlock, type MarkdownToBlocksOptions, } from './slack.utils.js';
|
|
3
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/slack/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAGtC,OAAO,EACL,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,kBAAkB,EAClB,iBAAiB,EACjB,kBAAkB,EAClB,KAAK,UAAU,EACf,KAAK,eAAe,EACpB,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EACrB,KAAK,iBAAiB,EACtB,KAAK,uBAAuB,GAC7B,MAAM,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// Main bubble export (must come FIRST - bundler processes in order, and slack.ts
|
|
2
|
+
// imports from schema, so schema gets properly inlined with correct declaration order)
|
|
3
|
+
export { SlackBubble } from './slack';
|
|
4
|
+
// Utility exports
|
|
5
|
+
export { markdownToMrkdwn, markdownToBlocks, createTextBlock, createDividerBlock, createHeaderBlock, createContextBlock, } from './slack.utils.js';
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/slack/index.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,uFAAuF;AACvF,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEtC,kBAAkB;AAClB,OAAO,EACL,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,kBAAkB,EAClB,iBAAiB,EACjB,kBAAkB,GAQnB,MAAM,kBAAkB,CAAC"}
|