@bubblelab/bubble-core 0.1.39 → 0.1.41
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 +134 -113
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +22 -22
- package/dist/bubbles/service-bubble/ai-agent.d.ts +48 -48
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +5 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +76 -76
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +102 -102
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +18 -18
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +23 -23
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +100 -100
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +126 -126
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +450 -450
- package/dist/bubbles/service-bubble/followupboss.d.ts +218 -218
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +229 -229
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +128 -128
- package/dist/bubbles/service-bubble/github.d.ts +84 -84
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +26 -26
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +18 -18
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +6 -6
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +17 -17
- package/dist/bubbles/service-bubble/notion/notion.d.ts +24 -24
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +232 -232
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +298 -298
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +5 -5
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +7 -7
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +56 -56
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +143 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +589 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +93 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +44 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +609 -609
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +94 -94
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +182 -182
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +74 -74
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +14 -14
- package/dist/bubbles.json +125 -40
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -2229,9 +2229,9 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2229
2229
|
}, {
|
|
2230
2230
|
operation: "search";
|
|
2231
2231
|
jql: string;
|
|
2232
|
-
limit?: number | undefined;
|
|
2233
2232
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2234
2233
|
fields?: string[] | undefined;
|
|
2234
|
+
limit?: number | undefined;
|
|
2235
2235
|
offset?: number | undefined;
|
|
2236
2236
|
}>, z.ZodObject<{
|
|
2237
2237
|
operation: z.ZodLiteral<"get">;
|
|
@@ -2264,16 +2264,16 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2264
2264
|
due_date: z.ZodOptional<z.ZodString>;
|
|
2265
2265
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
2266
2266
|
}, "strip", z.ZodTypeAny, {
|
|
2267
|
-
type: string;
|
|
2268
2267
|
operation: "create";
|
|
2268
|
+
type: string;
|
|
2269
2269
|
summary: string;
|
|
2270
2270
|
project: string;
|
|
2271
2271
|
description?: string | undefined;
|
|
2272
2272
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2273
|
-
|
|
2273
|
+
priority?: string | undefined;
|
|
2274
2274
|
parent?: string | undefined;
|
|
2275
|
+
labels?: string[] | undefined;
|
|
2275
2276
|
assignee?: string | undefined;
|
|
2276
|
-
priority?: string | undefined;
|
|
2277
2277
|
due_date?: string | undefined;
|
|
2278
2278
|
}, {
|
|
2279
2279
|
operation: "create";
|
|
@@ -2282,10 +2282,10 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2282
2282
|
type?: string | undefined;
|
|
2283
2283
|
description?: string | undefined;
|
|
2284
2284
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2285
|
-
|
|
2285
|
+
priority?: string | undefined;
|
|
2286
2286
|
parent?: string | undefined;
|
|
2287
|
+
labels?: string[] | undefined;
|
|
2287
2288
|
assignee?: string | undefined;
|
|
2288
|
-
priority?: string | undefined;
|
|
2289
2289
|
due_date?: string | undefined;
|
|
2290
2290
|
}>, z.ZodObject<{
|
|
2291
2291
|
operation: z.ZodLiteral<"update">;
|
|
@@ -2300,12 +2300,12 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2300
2300
|
set: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2301
2301
|
}, "strip", z.ZodTypeAny, {
|
|
2302
2302
|
set?: string[] | undefined;
|
|
2303
|
-
add?: string[] | undefined;
|
|
2304
2303
|
remove?: string[] | undefined;
|
|
2304
|
+
add?: string[] | undefined;
|
|
2305
2305
|
}, {
|
|
2306
2306
|
set?: string[] | undefined;
|
|
2307
|
-
add?: string[] | undefined;
|
|
2308
2307
|
remove?: string[] | undefined;
|
|
2308
|
+
add?: string[] | undefined;
|
|
2309
2309
|
}>>;
|
|
2310
2310
|
due_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2311
2311
|
comment: z.ZodOptional<z.ZodString>;
|
|
@@ -2315,30 +2315,30 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2315
2315
|
key: string;
|
|
2316
2316
|
description?: string | undefined;
|
|
2317
2317
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2318
|
+
priority?: string | undefined;
|
|
2318
2319
|
summary?: string | undefined;
|
|
2319
2320
|
labels?: {
|
|
2320
2321
|
set?: string[] | undefined;
|
|
2321
|
-
add?: string[] | undefined;
|
|
2322
2322
|
remove?: string[] | undefined;
|
|
2323
|
+
add?: string[] | undefined;
|
|
2323
2324
|
} | undefined;
|
|
2324
2325
|
comment?: string | undefined;
|
|
2325
2326
|
assignee?: string | null | undefined;
|
|
2326
|
-
priority?: string | undefined;
|
|
2327
2327
|
due_date?: string | null | undefined;
|
|
2328
2328
|
}, {
|
|
2329
2329
|
operation: "update";
|
|
2330
2330
|
key: string;
|
|
2331
2331
|
description?: string | undefined;
|
|
2332
2332
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2333
|
+
priority?: string | undefined;
|
|
2333
2334
|
summary?: string | undefined;
|
|
2334
2335
|
labels?: {
|
|
2335
2336
|
set?: string[] | undefined;
|
|
2336
|
-
add?: string[] | undefined;
|
|
2337
2337
|
remove?: string[] | undefined;
|
|
2338
|
+
add?: string[] | undefined;
|
|
2338
2339
|
} | undefined;
|
|
2339
2340
|
comment?: string | undefined;
|
|
2340
2341
|
assignee?: string | null | undefined;
|
|
2341
|
-
priority?: string | undefined;
|
|
2342
2342
|
due_date?: string | null | undefined;
|
|
2343
2343
|
}>, z.ZodObject<{
|
|
2344
2344
|
operation: z.ZodLiteral<"transition">;
|
|
@@ -2388,8 +2388,8 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2388
2388
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2389
2389
|
}, {
|
|
2390
2390
|
operation: "list_projects";
|
|
2391
|
-
limit?: number | undefined;
|
|
2392
2391
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2392
|
+
limit?: number | undefined;
|
|
2393
2393
|
offset?: number | undefined;
|
|
2394
2394
|
}>, z.ZodObject<{
|
|
2395
2395
|
operation: z.ZodLiteral<"list_issue_types">;
|
|
@@ -2410,13 +2410,13 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2410
2410
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
2411
2411
|
}, "strip", z.ZodTypeAny, {
|
|
2412
2412
|
operation: "add_comment";
|
|
2413
|
-
body: string;
|
|
2414
2413
|
key: string;
|
|
2414
|
+
body: string;
|
|
2415
2415
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2416
2416
|
}, {
|
|
2417
2417
|
operation: "add_comment";
|
|
2418
|
-
body: string;
|
|
2419
2418
|
key: string;
|
|
2419
|
+
body: string;
|
|
2420
2420
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2421
2421
|
}>, z.ZodObject<{
|
|
2422
2422
|
operation: z.ZodLiteral<"get_comments">;
|
|
@@ -2426,15 +2426,15 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2426
2426
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
2427
2427
|
}, "strip", z.ZodTypeAny, {
|
|
2428
2428
|
operation: "get_comments";
|
|
2429
|
+
key: string;
|
|
2429
2430
|
limit: number;
|
|
2430
2431
|
offset: number;
|
|
2431
|
-
key: string;
|
|
2432
2432
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2433
2433
|
}, {
|
|
2434
2434
|
operation: "get_comments";
|
|
2435
2435
|
key: string;
|
|
2436
|
-
limit?: number | undefined;
|
|
2437
2436
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2437
|
+
limit?: number | undefined;
|
|
2438
2438
|
offset?: number | undefined;
|
|
2439
2439
|
}>]>;
|
|
2440
2440
|
export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
|
|
@@ -585,8 +585,8 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
585
585
|
data_source_id: string;
|
|
586
586
|
filter?: Record<string, unknown> | undefined;
|
|
587
587
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
588
|
-
sorts?: unknown[] | undefined;
|
|
589
588
|
filter_properties?: string[] | undefined;
|
|
589
|
+
sorts?: unknown[] | undefined;
|
|
590
590
|
start_cursor?: string | undefined;
|
|
591
591
|
result_type?: "page" | "data_source" | undefined;
|
|
592
592
|
}, {
|
|
@@ -594,9 +594,9 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
594
594
|
data_source_id: string;
|
|
595
595
|
filter?: Record<string, unknown> | undefined;
|
|
596
596
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
597
|
-
sorts?: unknown[] | undefined;
|
|
598
597
|
page_size?: number | undefined;
|
|
599
598
|
filter_properties?: string[] | undefined;
|
|
599
|
+
sorts?: unknown[] | undefined;
|
|
600
600
|
start_cursor?: string | undefined;
|
|
601
601
|
result_type?: "page" | "data_source" | undefined;
|
|
602
602
|
}>, z.ZodObject<{
|
|
@@ -5923,6 +5923,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5923
5923
|
success: boolean;
|
|
5924
5924
|
error: string;
|
|
5925
5925
|
next_cursor?: string | null | undefined;
|
|
5926
|
+
has_more?: boolean | undefined;
|
|
5926
5927
|
results?: z.objectOutputType<{
|
|
5927
5928
|
object: z.ZodEnum<["page", "data_source"]>;
|
|
5928
5929
|
id: z.ZodString;
|
|
@@ -5941,12 +5942,12 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5941
5942
|
archived: z.ZodOptional<z.ZodBoolean>;
|
|
5942
5943
|
in_trash: z.ZodOptional<z.ZodBoolean>;
|
|
5943
5944
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
5944
|
-
has_more?: boolean | undefined;
|
|
5945
5945
|
}, {
|
|
5946
5946
|
operation: "query_data_source";
|
|
5947
5947
|
success: boolean;
|
|
5948
5948
|
error: string;
|
|
5949
5949
|
next_cursor?: string | null | undefined;
|
|
5950
|
+
has_more?: boolean | undefined;
|
|
5950
5951
|
results?: z.objectInputType<{
|
|
5951
5952
|
object: z.ZodEnum<["page", "data_source"]>;
|
|
5952
5953
|
id: z.ZodString;
|
|
@@ -5965,7 +5966,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5965
5966
|
archived: z.ZodOptional<z.ZodBoolean>;
|
|
5966
5967
|
in_trash: z.ZodOptional<z.ZodBoolean>;
|
|
5967
5968
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
5968
|
-
has_more?: boolean | undefined;
|
|
5969
5969
|
}>, z.ZodObject<{
|
|
5970
5970
|
operation: z.ZodLiteral<"create_data_source">;
|
|
5971
5971
|
success: z.ZodBoolean;
|
|
@@ -13223,7 +13223,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
13223
13223
|
operation: "append_block_children";
|
|
13224
13224
|
success: boolean;
|
|
13225
13225
|
error: string;
|
|
13226
|
-
next_cursor?: string | null | undefined;
|
|
13227
13226
|
blocks?: z.objectOutputType<{
|
|
13228
13227
|
object: z.ZodLiteral<"block">;
|
|
13229
13228
|
id: z.ZodString;
|
|
@@ -13425,12 +13424,12 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
13425
13424
|
in_trash: z.ZodOptional<z.ZodBoolean>;
|
|
13426
13425
|
type: z.ZodString;
|
|
13427
13426
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
13427
|
+
next_cursor?: string | null | undefined;
|
|
13428
13428
|
has_more?: boolean | undefined;
|
|
13429
13429
|
}, {
|
|
13430
13430
|
operation: "append_block_children";
|
|
13431
13431
|
success: boolean;
|
|
13432
13432
|
error: string;
|
|
13433
|
-
next_cursor?: string | null | undefined;
|
|
13434
13433
|
blocks?: z.objectInputType<{
|
|
13435
13434
|
object: z.ZodLiteral<"block">;
|
|
13436
13435
|
id: z.ZodString;
|
|
@@ -13632,6 +13631,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
13632
13631
|
in_trash: z.ZodOptional<z.ZodBoolean>;
|
|
13633
13632
|
type: z.ZodString;
|
|
13634
13633
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
13634
|
+
next_cursor?: string | null | undefined;
|
|
13635
13635
|
has_more?: boolean | undefined;
|
|
13636
13636
|
}>, z.ZodObject<{
|
|
13637
13637
|
operation: z.ZodLiteral<"retrieve_block_children">;
|
|
@@ -14244,7 +14244,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
14244
14244
|
operation: "retrieve_block_children";
|
|
14245
14245
|
success: boolean;
|
|
14246
14246
|
error: string;
|
|
14247
|
-
next_cursor?: string | null | undefined;
|
|
14248
14247
|
blocks?: z.objectOutputType<{
|
|
14249
14248
|
object: z.ZodLiteral<"block">;
|
|
14250
14249
|
id: z.ZodString;
|
|
@@ -14446,12 +14445,12 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
14446
14445
|
in_trash: z.ZodOptional<z.ZodBoolean>;
|
|
14447
14446
|
type: z.ZodString;
|
|
14448
14447
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
14448
|
+
next_cursor?: string | null | undefined;
|
|
14449
14449
|
has_more?: boolean | undefined;
|
|
14450
14450
|
}, {
|
|
14451
14451
|
operation: "retrieve_block_children";
|
|
14452
14452
|
success: boolean;
|
|
14453
14453
|
error: string;
|
|
14454
|
-
next_cursor?: string | null | undefined;
|
|
14455
14454
|
blocks?: z.objectInputType<{
|
|
14456
14455
|
object: z.ZodLiteral<"block">;
|
|
14457
14456
|
id: z.ZodString;
|
|
@@ -14653,6 +14652,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
14653
14652
|
in_trash: z.ZodOptional<z.ZodBoolean>;
|
|
14654
14653
|
type: z.ZodString;
|
|
14655
14654
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
14655
|
+
next_cursor?: string | null | undefined;
|
|
14656
14656
|
has_more?: boolean | undefined;
|
|
14657
14657
|
}>, z.ZodObject<{
|
|
14658
14658
|
operation: z.ZodLiteral<"retrieve_block">;
|
|
@@ -17533,7 +17533,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17533
17533
|
operation: "list_users";
|
|
17534
17534
|
success: boolean;
|
|
17535
17535
|
error: string;
|
|
17536
|
-
next_cursor?: string | null | undefined;
|
|
17537
17536
|
users?: {
|
|
17538
17537
|
object: "user";
|
|
17539
17538
|
id: string;
|
|
@@ -17551,12 +17550,12 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17551
17550
|
workspace_name?: string | undefined;
|
|
17552
17551
|
} | undefined;
|
|
17553
17552
|
}[] | undefined;
|
|
17553
|
+
next_cursor?: string | null | undefined;
|
|
17554
17554
|
has_more?: boolean | undefined;
|
|
17555
17555
|
}, {
|
|
17556
17556
|
operation: "list_users";
|
|
17557
17557
|
success: boolean;
|
|
17558
17558
|
error: string;
|
|
17559
|
-
next_cursor?: string | null | undefined;
|
|
17560
17559
|
users?: {
|
|
17561
17560
|
object: "user";
|
|
17562
17561
|
id: string;
|
|
@@ -17574,6 +17573,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17574
17573
|
workspace_name?: string | undefined;
|
|
17575
17574
|
} | undefined;
|
|
17576
17575
|
}[] | undefined;
|
|
17576
|
+
next_cursor?: string | null | undefined;
|
|
17577
17577
|
has_more?: boolean | undefined;
|
|
17578
17578
|
}>, z.ZodObject<{
|
|
17579
17579
|
operation: z.ZodLiteral<"search">;
|
|
@@ -17638,6 +17638,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17638
17638
|
success: boolean;
|
|
17639
17639
|
error: string;
|
|
17640
17640
|
next_cursor?: string | null | undefined;
|
|
17641
|
+
has_more?: boolean | undefined;
|
|
17641
17642
|
results?: z.objectOutputType<{
|
|
17642
17643
|
object: z.ZodEnum<["page", "data_source"]>;
|
|
17643
17644
|
id: z.ZodString;
|
|
@@ -17656,12 +17657,12 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17656
17657
|
archived: z.ZodOptional<z.ZodBoolean>;
|
|
17657
17658
|
in_trash: z.ZodOptional<z.ZodBoolean>;
|
|
17658
17659
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
17659
|
-
has_more?: boolean | undefined;
|
|
17660
17660
|
}, {
|
|
17661
17661
|
operation: "search";
|
|
17662
17662
|
success: boolean;
|
|
17663
17663
|
error: string;
|
|
17664
17664
|
next_cursor?: string | null | undefined;
|
|
17665
|
+
has_more?: boolean | undefined;
|
|
17665
17666
|
results?: z.objectInputType<{
|
|
17666
17667
|
object: z.ZodEnum<["page", "data_source"]>;
|
|
17667
17668
|
id: z.ZodString;
|
|
@@ -17680,7 +17681,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17680
17681
|
archived: z.ZodOptional<z.ZodBoolean>;
|
|
17681
17682
|
in_trash: z.ZodOptional<z.ZodBoolean>;
|
|
17682
17683
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
17683
|
-
has_more?: boolean | undefined;
|
|
17684
17684
|
}>]>;
|
|
17685
17685
|
type NotionParams = z.input<typeof NotionParamsSchema>;
|
|
17686
17686
|
type NotionResult = z.output<typeof NotionResultSchema>;
|
|
@@ -18276,8 +18276,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
18276
18276
|
data_source_id: string;
|
|
18277
18277
|
filter?: Record<string, unknown> | undefined;
|
|
18278
18278
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
18279
|
-
sorts?: unknown[] | undefined;
|
|
18280
18279
|
filter_properties?: string[] | undefined;
|
|
18280
|
+
sorts?: unknown[] | undefined;
|
|
18281
18281
|
start_cursor?: string | undefined;
|
|
18282
18282
|
result_type?: "page" | "data_source" | undefined;
|
|
18283
18283
|
}, {
|
|
@@ -18285,9 +18285,9 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
18285
18285
|
data_source_id: string;
|
|
18286
18286
|
filter?: Record<string, unknown> | undefined;
|
|
18287
18287
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
18288
|
-
sorts?: unknown[] | undefined;
|
|
18289
18288
|
page_size?: number | undefined;
|
|
18290
18289
|
filter_properties?: string[] | undefined;
|
|
18290
|
+
sorts?: unknown[] | undefined;
|
|
18291
18291
|
start_cursor?: string | undefined;
|
|
18292
18292
|
result_type?: "page" | "data_source" | undefined;
|
|
18293
18293
|
}>, z.ZodObject<{
|
|
@@ -23614,6 +23614,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23614
23614
|
success: boolean;
|
|
23615
23615
|
error: string;
|
|
23616
23616
|
next_cursor?: string | null | undefined;
|
|
23617
|
+
has_more?: boolean | undefined;
|
|
23617
23618
|
results?: z.objectOutputType<{
|
|
23618
23619
|
object: z.ZodEnum<["page", "data_source"]>;
|
|
23619
23620
|
id: z.ZodString;
|
|
@@ -23632,12 +23633,12 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23632
23633
|
archived: z.ZodOptional<z.ZodBoolean>;
|
|
23633
23634
|
in_trash: z.ZodOptional<z.ZodBoolean>;
|
|
23634
23635
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
23635
|
-
has_more?: boolean | undefined;
|
|
23636
23636
|
}, {
|
|
23637
23637
|
operation: "query_data_source";
|
|
23638
23638
|
success: boolean;
|
|
23639
23639
|
error: string;
|
|
23640
23640
|
next_cursor?: string | null | undefined;
|
|
23641
|
+
has_more?: boolean | undefined;
|
|
23641
23642
|
results?: z.objectInputType<{
|
|
23642
23643
|
object: z.ZodEnum<["page", "data_source"]>;
|
|
23643
23644
|
id: z.ZodString;
|
|
@@ -23656,7 +23657,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23656
23657
|
archived: z.ZodOptional<z.ZodBoolean>;
|
|
23657
23658
|
in_trash: z.ZodOptional<z.ZodBoolean>;
|
|
23658
23659
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
23659
|
-
has_more?: boolean | undefined;
|
|
23660
23660
|
}>, z.ZodObject<{
|
|
23661
23661
|
operation: z.ZodLiteral<"create_data_source">;
|
|
23662
23662
|
success: z.ZodBoolean;
|
|
@@ -30914,7 +30914,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30914
30914
|
operation: "append_block_children";
|
|
30915
30915
|
success: boolean;
|
|
30916
30916
|
error: string;
|
|
30917
|
-
next_cursor?: string | null | undefined;
|
|
30918
30917
|
blocks?: z.objectOutputType<{
|
|
30919
30918
|
object: z.ZodLiteral<"block">;
|
|
30920
30919
|
id: z.ZodString;
|
|
@@ -31116,12 +31115,12 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
31116
31115
|
in_trash: z.ZodOptional<z.ZodBoolean>;
|
|
31117
31116
|
type: z.ZodString;
|
|
31118
31117
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
31118
|
+
next_cursor?: string | null | undefined;
|
|
31119
31119
|
has_more?: boolean | undefined;
|
|
31120
31120
|
}, {
|
|
31121
31121
|
operation: "append_block_children";
|
|
31122
31122
|
success: boolean;
|
|
31123
31123
|
error: string;
|
|
31124
|
-
next_cursor?: string | null | undefined;
|
|
31125
31124
|
blocks?: z.objectInputType<{
|
|
31126
31125
|
object: z.ZodLiteral<"block">;
|
|
31127
31126
|
id: z.ZodString;
|
|
@@ -31323,6 +31322,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
31323
31322
|
in_trash: z.ZodOptional<z.ZodBoolean>;
|
|
31324
31323
|
type: z.ZodString;
|
|
31325
31324
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
31325
|
+
next_cursor?: string | null | undefined;
|
|
31326
31326
|
has_more?: boolean | undefined;
|
|
31327
31327
|
}>, z.ZodObject<{
|
|
31328
31328
|
operation: z.ZodLiteral<"retrieve_block_children">;
|
|
@@ -31935,7 +31935,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
31935
31935
|
operation: "retrieve_block_children";
|
|
31936
31936
|
success: boolean;
|
|
31937
31937
|
error: string;
|
|
31938
|
-
next_cursor?: string | null | undefined;
|
|
31939
31938
|
blocks?: z.objectOutputType<{
|
|
31940
31939
|
object: z.ZodLiteral<"block">;
|
|
31941
31940
|
id: z.ZodString;
|
|
@@ -32137,12 +32136,12 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
32137
32136
|
in_trash: z.ZodOptional<z.ZodBoolean>;
|
|
32138
32137
|
type: z.ZodString;
|
|
32139
32138
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
32139
|
+
next_cursor?: string | null | undefined;
|
|
32140
32140
|
has_more?: boolean | undefined;
|
|
32141
32141
|
}, {
|
|
32142
32142
|
operation: "retrieve_block_children";
|
|
32143
32143
|
success: boolean;
|
|
32144
32144
|
error: string;
|
|
32145
|
-
next_cursor?: string | null | undefined;
|
|
32146
32145
|
blocks?: z.objectInputType<{
|
|
32147
32146
|
object: z.ZodLiteral<"block">;
|
|
32148
32147
|
id: z.ZodString;
|
|
@@ -32344,6 +32343,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
32344
32343
|
in_trash: z.ZodOptional<z.ZodBoolean>;
|
|
32345
32344
|
type: z.ZodString;
|
|
32346
32345
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
32346
|
+
next_cursor?: string | null | undefined;
|
|
32347
32347
|
has_more?: boolean | undefined;
|
|
32348
32348
|
}>, z.ZodObject<{
|
|
32349
32349
|
operation: z.ZodLiteral<"retrieve_block">;
|
|
@@ -35224,7 +35224,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35224
35224
|
operation: "list_users";
|
|
35225
35225
|
success: boolean;
|
|
35226
35226
|
error: string;
|
|
35227
|
-
next_cursor?: string | null | undefined;
|
|
35228
35227
|
users?: {
|
|
35229
35228
|
object: "user";
|
|
35230
35229
|
id: string;
|
|
@@ -35242,12 +35241,12 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35242
35241
|
workspace_name?: string | undefined;
|
|
35243
35242
|
} | undefined;
|
|
35244
35243
|
}[] | undefined;
|
|
35244
|
+
next_cursor?: string | null | undefined;
|
|
35245
35245
|
has_more?: boolean | undefined;
|
|
35246
35246
|
}, {
|
|
35247
35247
|
operation: "list_users";
|
|
35248
35248
|
success: boolean;
|
|
35249
35249
|
error: string;
|
|
35250
|
-
next_cursor?: string | null | undefined;
|
|
35251
35250
|
users?: {
|
|
35252
35251
|
object: "user";
|
|
35253
35252
|
id: string;
|
|
@@ -35265,6 +35264,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35265
35264
|
workspace_name?: string | undefined;
|
|
35266
35265
|
} | undefined;
|
|
35267
35266
|
}[] | undefined;
|
|
35267
|
+
next_cursor?: string | null | undefined;
|
|
35268
35268
|
has_more?: boolean | undefined;
|
|
35269
35269
|
}>, z.ZodObject<{
|
|
35270
35270
|
operation: z.ZodLiteral<"search">;
|
|
@@ -35329,6 +35329,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35329
35329
|
success: boolean;
|
|
35330
35330
|
error: string;
|
|
35331
35331
|
next_cursor?: string | null | undefined;
|
|
35332
|
+
has_more?: boolean | undefined;
|
|
35332
35333
|
results?: z.objectOutputType<{
|
|
35333
35334
|
object: z.ZodEnum<["page", "data_source"]>;
|
|
35334
35335
|
id: z.ZodString;
|
|
@@ -35347,12 +35348,12 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35347
35348
|
archived: z.ZodOptional<z.ZodBoolean>;
|
|
35348
35349
|
in_trash: z.ZodOptional<z.ZodBoolean>;
|
|
35349
35350
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
35350
|
-
has_more?: boolean | undefined;
|
|
35351
35351
|
}, {
|
|
35352
35352
|
operation: "search";
|
|
35353
35353
|
success: boolean;
|
|
35354
35354
|
error: string;
|
|
35355
35355
|
next_cursor?: string | null | undefined;
|
|
35356
|
+
has_more?: boolean | undefined;
|
|
35356
35357
|
results?: z.objectInputType<{
|
|
35357
35358
|
object: z.ZodEnum<["page", "data_source"]>;
|
|
35358
35359
|
id: z.ZodString;
|
|
@@ -35371,7 +35372,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35371
35372
|
archived: z.ZodOptional<z.ZodBoolean>;
|
|
35372
35373
|
in_trash: z.ZodOptional<z.ZodBoolean>;
|
|
35373
35374
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
35374
|
-
has_more?: boolean | undefined;
|
|
35375
35375
|
}>]>;
|
|
35376
35376
|
static readonly shortDescription = "Notion API integration for pages, databases, and blocks";
|
|
35377
35377
|
static readonly longDescription = "\n Comprehensive Notion API integration for managing pages, databases, blocks, and comments.\n \n Features:\n - Create, retrieve, and update pages\n - Manage databases and data sources\n - Query data sources with filters and sorting\n - Search pages and data sources by title\n - Append and retrieve block children\n - Create and retrieve comments\n - List workspace users\n \n Use cases:\n - Content management and automation\n - Database operations and queries\n - Page creation and updates\n - Search and discovery of pages and data sources\n - Block manipulation\n - Comment management\n - Workspace user management\n \n Security Features:\n - OAuth token authentication\n - Parameter validation\n - Comprehensive error handling\n - Respects Notion API versioning (2025-09-03)\n ";
|
|
@@ -13,19 +13,19 @@ declare const PostgreSQLParamsSchema: z.ZodObject<{
|
|
|
13
13
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
14
14
|
}, "strip", z.ZodTypeAny, {
|
|
15
15
|
timeout: number;
|
|
16
|
+
parameters: unknown[];
|
|
16
17
|
ignoreSSL: boolean;
|
|
17
18
|
query: string;
|
|
18
19
|
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[];
|
|
19
|
-
parameters: unknown[];
|
|
20
20
|
maxRows: number;
|
|
21
21
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
22
22
|
}, {
|
|
23
23
|
query: string;
|
|
24
24
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
25
25
|
timeout?: number | undefined;
|
|
26
|
+
parameters?: unknown[] | undefined;
|
|
26
27
|
ignoreSSL?: boolean | undefined;
|
|
27
28
|
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[] | undefined;
|
|
28
|
-
parameters?: unknown[] | undefined;
|
|
29
29
|
maxRows?: number | undefined;
|
|
30
30
|
}>;
|
|
31
31
|
type PostgreSQLParamsInput = z.input<typeof PostgreSQLParamsSchema>;
|
|
@@ -51,10 +51,10 @@ declare const PostgreSQLResultSchema: z.ZodObject<{
|
|
|
51
51
|
}, "strip", z.ZodTypeAny, {
|
|
52
52
|
success: boolean;
|
|
53
53
|
error: string;
|
|
54
|
+
executionTime: number;
|
|
54
55
|
rows: Record<string, unknown>[];
|
|
55
56
|
rowCount: number | null;
|
|
56
57
|
command: string;
|
|
57
|
-
executionTime: number;
|
|
58
58
|
cleanedJSONString: string;
|
|
59
59
|
fields?: {
|
|
60
60
|
name: string;
|
|
@@ -63,10 +63,10 @@ declare const PostgreSQLResultSchema: z.ZodObject<{
|
|
|
63
63
|
}, {
|
|
64
64
|
success: boolean;
|
|
65
65
|
error: string;
|
|
66
|
+
executionTime: number;
|
|
66
67
|
rows: Record<string, unknown>[];
|
|
67
68
|
rowCount: number | null;
|
|
68
69
|
command: string;
|
|
69
|
-
executionTime: number;
|
|
70
70
|
cleanedJSONString: string;
|
|
71
71
|
fields?: {
|
|
72
72
|
name: string;
|
|
@@ -90,19 +90,19 @@ export declare class PostgreSQLBubble extends ServiceBubble<PostgreSQLParams, Po
|
|
|
90
90
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
92
92
|
timeout: number;
|
|
93
|
+
parameters: unknown[];
|
|
93
94
|
ignoreSSL: boolean;
|
|
94
95
|
query: string;
|
|
95
96
|
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[];
|
|
96
|
-
parameters: unknown[];
|
|
97
97
|
maxRows: number;
|
|
98
98
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
99
99
|
}, {
|
|
100
100
|
query: string;
|
|
101
101
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
102
102
|
timeout?: number | undefined;
|
|
103
|
+
parameters?: unknown[] | undefined;
|
|
103
104
|
ignoreSSL?: boolean | undefined;
|
|
104
105
|
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[] | undefined;
|
|
105
|
-
parameters?: unknown[] | undefined;
|
|
106
106
|
maxRows?: number | undefined;
|
|
107
107
|
}>;
|
|
108
108
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -126,10 +126,10 @@ export declare class PostgreSQLBubble extends ServiceBubble<PostgreSQLParams, Po
|
|
|
126
126
|
}, "strip", z.ZodTypeAny, {
|
|
127
127
|
success: boolean;
|
|
128
128
|
error: string;
|
|
129
|
+
executionTime: number;
|
|
129
130
|
rows: Record<string, unknown>[];
|
|
130
131
|
rowCount: number | null;
|
|
131
132
|
command: string;
|
|
132
|
-
executionTime: number;
|
|
133
133
|
cleanedJSONString: string;
|
|
134
134
|
fields?: {
|
|
135
135
|
name: string;
|
|
@@ -138,10 +138,10 @@ export declare class PostgreSQLBubble extends ServiceBubble<PostgreSQLParams, Po
|
|
|
138
138
|
}, {
|
|
139
139
|
success: boolean;
|
|
140
140
|
error: string;
|
|
141
|
+
executionTime: number;
|
|
141
142
|
rows: Record<string, unknown>[];
|
|
142
143
|
rowCount: number | null;
|
|
143
144
|
command: string;
|
|
144
|
-
executionTime: number;
|
|
145
145
|
cleanedJSONString: string;
|
|
146
146
|
fields?: {
|
|
147
147
|
name: string;
|
|
@@ -47,12 +47,13 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
47
47
|
to: string | string[];
|
|
48
48
|
subject: string;
|
|
49
49
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
50
|
+
text?: string | undefined;
|
|
51
|
+
html?: string | undefined;
|
|
50
52
|
tags?: {
|
|
51
53
|
value: string;
|
|
52
54
|
name: string;
|
|
53
55
|
}[] | undefined;
|
|
54
56
|
headers?: Record<string, string> | undefined;
|
|
55
|
-
text?: string | undefined;
|
|
56
57
|
attachments?: {
|
|
57
58
|
content: string | Buffer<ArrayBufferLike>;
|
|
58
59
|
filename: string;
|
|
@@ -61,7 +62,6 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
61
62
|
}[] | undefined;
|
|
62
63
|
cc?: string | string[] | undefined;
|
|
63
64
|
bcc?: string | string[] | undefined;
|
|
64
|
-
html?: string | undefined;
|
|
65
65
|
reply_to?: string | string[] | undefined;
|
|
66
66
|
scheduled_at?: string | undefined;
|
|
67
67
|
}, {
|
|
@@ -69,12 +69,13 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
69
69
|
to: string | string[];
|
|
70
70
|
subject: string;
|
|
71
71
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
72
|
+
text?: string | undefined;
|
|
73
|
+
html?: string | undefined;
|
|
72
74
|
tags?: {
|
|
73
75
|
value: string;
|
|
74
76
|
name: string;
|
|
75
77
|
}[] | undefined;
|
|
76
78
|
headers?: Record<string, string> | undefined;
|
|
77
|
-
text?: string | undefined;
|
|
78
79
|
attachments?: {
|
|
79
80
|
content: string | Buffer<ArrayBufferLike>;
|
|
80
81
|
filename: string;
|
|
@@ -84,7 +85,6 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
84
85
|
from?: string | undefined;
|
|
85
86
|
cc?: string | string[] | undefined;
|
|
86
87
|
bcc?: string | string[] | undefined;
|
|
87
|
-
html?: string | undefined;
|
|
88
88
|
reply_to?: string | string[] | undefined;
|
|
89
89
|
scheduled_at?: string | undefined;
|
|
90
90
|
}>, z.ZodObject<{
|
|
@@ -194,12 +194,13 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
194
194
|
to: string | string[];
|
|
195
195
|
subject: string;
|
|
196
196
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
197
|
+
text?: string | undefined;
|
|
198
|
+
html?: string | undefined;
|
|
197
199
|
tags?: {
|
|
198
200
|
value: string;
|
|
199
201
|
name: string;
|
|
200
202
|
}[] | undefined;
|
|
201
203
|
headers?: Record<string, string> | undefined;
|
|
202
|
-
text?: string | undefined;
|
|
203
204
|
attachments?: {
|
|
204
205
|
content: string | Buffer<ArrayBufferLike>;
|
|
205
206
|
filename: string;
|
|
@@ -208,7 +209,6 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
208
209
|
}[] | undefined;
|
|
209
210
|
cc?: string | string[] | undefined;
|
|
210
211
|
bcc?: string | string[] | undefined;
|
|
211
|
-
html?: string | undefined;
|
|
212
212
|
reply_to?: string | string[] | undefined;
|
|
213
213
|
scheduled_at?: string | undefined;
|
|
214
214
|
}, {
|
|
@@ -216,12 +216,13 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
216
216
|
to: string | string[];
|
|
217
217
|
subject: string;
|
|
218
218
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
219
|
+
text?: string | undefined;
|
|
220
|
+
html?: string | undefined;
|
|
219
221
|
tags?: {
|
|
220
222
|
value: string;
|
|
221
223
|
name: string;
|
|
222
224
|
}[] | undefined;
|
|
223
225
|
headers?: Record<string, string> | undefined;
|
|
224
|
-
text?: string | undefined;
|
|
225
226
|
attachments?: {
|
|
226
227
|
content: string | Buffer<ArrayBufferLike>;
|
|
227
228
|
filename: string;
|
|
@@ -231,7 +232,6 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
231
232
|
from?: string | undefined;
|
|
232
233
|
cc?: string | string[] | undefined;
|
|
233
234
|
bcc?: string | string[] | undefined;
|
|
234
|
-
html?: string | undefined;
|
|
235
235
|
reply_to?: string | string[] | undefined;
|
|
236
236
|
scheduled_at?: string | undefined;
|
|
237
237
|
}>, z.ZodObject<{
|