@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
|
@@ -2171,6 +2171,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2171
2171
|
href?: string | null | undefined;
|
|
2172
2172
|
}[] | undefined;
|
|
2173
2173
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2174
|
+
is_locked?: boolean | undefined;
|
|
2174
2175
|
parent?: {
|
|
2175
2176
|
type: "page_id";
|
|
2176
2177
|
page_id: string;
|
|
@@ -2188,7 +2189,6 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2188
2189
|
type: "workspace";
|
|
2189
2190
|
workspace: true;
|
|
2190
2191
|
} | undefined;
|
|
2191
|
-
is_locked?: boolean | undefined;
|
|
2192
2192
|
icon?: {
|
|
2193
2193
|
type: "file";
|
|
2194
2194
|
file: {
|
|
@@ -2270,6 +2270,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2270
2270
|
href?: string | null | undefined;
|
|
2271
2271
|
}[] | undefined;
|
|
2272
2272
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2273
|
+
is_locked?: boolean | undefined;
|
|
2273
2274
|
parent?: {
|
|
2274
2275
|
type: "page_id";
|
|
2275
2276
|
page_id: string;
|
|
@@ -2287,7 +2288,6 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2287
2288
|
type: "workspace";
|
|
2288
2289
|
workspace: true;
|
|
2289
2290
|
} | undefined;
|
|
2290
|
-
is_locked?: boolean | undefined;
|
|
2291
2291
|
icon?: {
|
|
2292
2292
|
type: "file";
|
|
2293
2293
|
file: {
|
|
@@ -2541,11 +2541,11 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2541
2541
|
} | undefined;
|
|
2542
2542
|
href?: string | null | undefined;
|
|
2543
2543
|
}[];
|
|
2544
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2545
2544
|
attachments?: {
|
|
2546
2545
|
file_upload_id: string;
|
|
2547
2546
|
type?: "file_upload" | undefined;
|
|
2548
2547
|
}[] | undefined;
|
|
2548
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2549
2549
|
display_name?: {
|
|
2550
2550
|
type: "custom" | "user" | "integration";
|
|
2551
2551
|
custom?: {
|
|
@@ -2577,11 +2577,11 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2577
2577
|
} | undefined;
|
|
2578
2578
|
href?: string | null | undefined;
|
|
2579
2579
|
}[];
|
|
2580
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2581
2580
|
attachments?: {
|
|
2582
2581
|
file_upload_id: string;
|
|
2583
2582
|
type?: "file_upload" | undefined;
|
|
2584
2583
|
}[] | undefined;
|
|
2584
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2585
2585
|
display_name?: {
|
|
2586
2586
|
type: "custom" | "user" | "integration";
|
|
2587
2587
|
custom?: {
|
|
@@ -3180,8 +3180,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3180
3180
|
}>>;
|
|
3181
3181
|
}, "strip", z.ZodTypeAny, {
|
|
3182
3182
|
operation: "create_page";
|
|
3183
|
-
success: boolean;
|
|
3184
3183
|
error: string;
|
|
3184
|
+
success: boolean;
|
|
3185
3185
|
page?: {
|
|
3186
3186
|
object: "page";
|
|
3187
3187
|
properties: Record<string, unknown>;
|
|
@@ -3278,8 +3278,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3278
3278
|
} | undefined;
|
|
3279
3279
|
}, {
|
|
3280
3280
|
operation: "create_page";
|
|
3281
|
-
success: boolean;
|
|
3282
3281
|
error: string;
|
|
3282
|
+
success: boolean;
|
|
3283
3283
|
page?: {
|
|
3284
3284
|
object: "page";
|
|
3285
3285
|
properties: Record<string, unknown>;
|
|
@@ -3884,8 +3884,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3884
3884
|
}>>;
|
|
3885
3885
|
}, "strip", z.ZodTypeAny, {
|
|
3886
3886
|
operation: "retrieve_page";
|
|
3887
|
-
success: boolean;
|
|
3888
3887
|
error: string;
|
|
3888
|
+
success: boolean;
|
|
3889
3889
|
page?: {
|
|
3890
3890
|
object: "page";
|
|
3891
3891
|
properties: Record<string, unknown>;
|
|
@@ -3982,8 +3982,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3982
3982
|
} | undefined;
|
|
3983
3983
|
}, {
|
|
3984
3984
|
operation: "retrieve_page";
|
|
3985
|
-
success: boolean;
|
|
3986
3985
|
error: string;
|
|
3986
|
+
success: boolean;
|
|
3987
3987
|
page?: {
|
|
3988
3988
|
object: "page";
|
|
3989
3989
|
properties: Record<string, unknown>;
|
|
@@ -4588,8 +4588,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4588
4588
|
}>>;
|
|
4589
4589
|
}, "strip", z.ZodTypeAny, {
|
|
4590
4590
|
operation: "update_page";
|
|
4591
|
-
success: boolean;
|
|
4592
4591
|
error: string;
|
|
4592
|
+
success: boolean;
|
|
4593
4593
|
page?: {
|
|
4594
4594
|
object: "page";
|
|
4595
4595
|
properties: Record<string, unknown>;
|
|
@@ -4686,8 +4686,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4686
4686
|
} | undefined;
|
|
4687
4687
|
}, {
|
|
4688
4688
|
operation: "update_page";
|
|
4689
|
-
success: boolean;
|
|
4690
4689
|
error: string;
|
|
4690
|
+
success: boolean;
|
|
4691
4691
|
page?: {
|
|
4692
4692
|
object: "page";
|
|
4693
4693
|
properties: Record<string, unknown>;
|
|
@@ -5586,8 +5586,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5586
5586
|
}>>;
|
|
5587
5587
|
}, "strip", z.ZodTypeAny, {
|
|
5588
5588
|
operation: "retrieve_database";
|
|
5589
|
-
success: boolean;
|
|
5590
5589
|
error: string;
|
|
5590
|
+
success: boolean;
|
|
5591
5591
|
database?: {
|
|
5592
5592
|
object: "database";
|
|
5593
5593
|
title: {
|
|
@@ -5724,8 +5724,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5724
5724
|
} | undefined;
|
|
5725
5725
|
}, {
|
|
5726
5726
|
operation: "retrieve_database";
|
|
5727
|
-
success: boolean;
|
|
5728
5727
|
error: string;
|
|
5728
|
+
success: boolean;
|
|
5729
5729
|
database?: {
|
|
5730
5730
|
object: "database";
|
|
5731
5731
|
title: {
|
|
@@ -5920,8 +5920,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5920
5920
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
5921
5921
|
}, "strip", z.ZodTypeAny, {
|
|
5922
5922
|
operation: "query_data_source";
|
|
5923
|
-
success: boolean;
|
|
5924
5923
|
error: string;
|
|
5924
|
+
success: boolean;
|
|
5925
5925
|
next_cursor?: string | null | undefined;
|
|
5926
5926
|
has_more?: boolean | undefined;
|
|
5927
5927
|
results?: z.objectOutputType<{
|
|
@@ -5944,8 +5944,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5944
5944
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
5945
5945
|
}, {
|
|
5946
5946
|
operation: "query_data_source";
|
|
5947
|
-
success: boolean;
|
|
5948
5947
|
error: string;
|
|
5948
|
+
success: boolean;
|
|
5949
5949
|
next_cursor?: string | null | undefined;
|
|
5950
5950
|
has_more?: boolean | undefined;
|
|
5951
5951
|
results?: z.objectInputType<{
|
|
@@ -7311,8 +7311,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
7311
7311
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7312
7312
|
}, "strip", z.ZodTypeAny, {
|
|
7313
7313
|
operation: "create_data_source";
|
|
7314
|
-
success: boolean;
|
|
7315
7314
|
error: string;
|
|
7315
|
+
success: boolean;
|
|
7316
7316
|
dataSource?: z.objectOutputType<{
|
|
7317
7317
|
object: z.ZodLiteral<"data_source">;
|
|
7318
7318
|
id: z.ZodString;
|
|
@@ -7762,8 +7762,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
7762
7762
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7763
7763
|
}, {
|
|
7764
7764
|
operation: "create_data_source";
|
|
7765
|
-
success: boolean;
|
|
7766
7765
|
error: string;
|
|
7766
|
+
success: boolean;
|
|
7767
7767
|
dataSource?: z.objectInputType<{
|
|
7768
7768
|
object: z.ZodLiteral<"data_source">;
|
|
7769
7769
|
id: z.ZodString;
|
|
@@ -9556,8 +9556,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
9556
9556
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
9557
9557
|
}, "strip", z.ZodTypeAny, {
|
|
9558
9558
|
operation: "update_data_source";
|
|
9559
|
-
success: boolean;
|
|
9560
9559
|
error: string;
|
|
9560
|
+
success: boolean;
|
|
9561
9561
|
dataSource?: z.objectOutputType<{
|
|
9562
9562
|
object: z.ZodLiteral<"data_source">;
|
|
9563
9563
|
id: z.ZodString;
|
|
@@ -10007,8 +10007,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
10007
10007
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
10008
10008
|
}, {
|
|
10009
10009
|
operation: "update_data_source";
|
|
10010
|
-
success: boolean;
|
|
10011
10010
|
error: string;
|
|
10011
|
+
success: boolean;
|
|
10012
10012
|
dataSource?: z.objectInputType<{
|
|
10013
10013
|
object: z.ZodLiteral<"data_source">;
|
|
10014
10014
|
id: z.ZodString;
|
|
@@ -11260,8 +11260,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11260
11260
|
}>>;
|
|
11261
11261
|
}, "strip", z.ZodTypeAny, {
|
|
11262
11262
|
operation: "create_database";
|
|
11263
|
-
success: boolean;
|
|
11264
11263
|
error: string;
|
|
11264
|
+
success: boolean;
|
|
11265
11265
|
database?: {
|
|
11266
11266
|
object: "database";
|
|
11267
11267
|
title: {
|
|
@@ -11398,8 +11398,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11398
11398
|
} | undefined;
|
|
11399
11399
|
}, {
|
|
11400
11400
|
operation: "create_database";
|
|
11401
|
-
success: boolean;
|
|
11402
11401
|
error: string;
|
|
11402
|
+
success: boolean;
|
|
11403
11403
|
database?: {
|
|
11404
11404
|
object: "database";
|
|
11405
11405
|
title: {
|
|
@@ -12338,8 +12338,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12338
12338
|
}>>;
|
|
12339
12339
|
}, "strip", z.ZodTypeAny, {
|
|
12340
12340
|
operation: "update_database";
|
|
12341
|
-
success: boolean;
|
|
12342
12341
|
error: string;
|
|
12342
|
+
success: boolean;
|
|
12343
12343
|
database?: {
|
|
12344
12344
|
object: "database";
|
|
12345
12345
|
title: {
|
|
@@ -12476,8 +12476,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12476
12476
|
} | undefined;
|
|
12477
12477
|
}, {
|
|
12478
12478
|
operation: "update_database";
|
|
12479
|
-
success: boolean;
|
|
12480
12479
|
error: string;
|
|
12480
|
+
success: boolean;
|
|
12481
12481
|
database?: {
|
|
12482
12482
|
object: "database";
|
|
12483
12483
|
title: {
|
|
@@ -13221,8 +13221,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
13221
13221
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
13222
13222
|
}, "strip", z.ZodTypeAny, {
|
|
13223
13223
|
operation: "append_block_children";
|
|
13224
|
-
success: boolean;
|
|
13225
13224
|
error: string;
|
|
13225
|
+
success: boolean;
|
|
13226
13226
|
blocks?: z.objectOutputType<{
|
|
13227
13227
|
object: z.ZodLiteral<"block">;
|
|
13228
13228
|
id: z.ZodString;
|
|
@@ -13428,8 +13428,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
13428
13428
|
has_more?: boolean | undefined;
|
|
13429
13429
|
}, {
|
|
13430
13430
|
operation: "append_block_children";
|
|
13431
|
-
success: boolean;
|
|
13432
13431
|
error: string;
|
|
13432
|
+
success: boolean;
|
|
13433
13433
|
blocks?: z.objectInputType<{
|
|
13434
13434
|
object: z.ZodLiteral<"block">;
|
|
13435
13435
|
id: z.ZodString;
|
|
@@ -14242,8 +14242,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
14242
14242
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
14243
14243
|
}, "strip", z.ZodTypeAny, {
|
|
14244
14244
|
operation: "retrieve_block_children";
|
|
14245
|
-
success: boolean;
|
|
14246
14245
|
error: string;
|
|
14246
|
+
success: boolean;
|
|
14247
14247
|
blocks?: z.objectOutputType<{
|
|
14248
14248
|
object: z.ZodLiteral<"block">;
|
|
14249
14249
|
id: z.ZodString;
|
|
@@ -14449,8 +14449,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
14449
14449
|
has_more?: boolean | undefined;
|
|
14450
14450
|
}, {
|
|
14451
14451
|
operation: "retrieve_block_children";
|
|
14452
|
-
success: boolean;
|
|
14453
14452
|
error: string;
|
|
14453
|
+
success: boolean;
|
|
14454
14454
|
blocks?: z.objectInputType<{
|
|
14455
14455
|
object: z.ZodLiteral<"block">;
|
|
14456
14456
|
id: z.ZodString;
|
|
@@ -15261,8 +15261,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
15261
15261
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
15262
15262
|
}, "strip", z.ZodTypeAny, {
|
|
15263
15263
|
operation: "retrieve_block";
|
|
15264
|
-
success: boolean;
|
|
15265
15264
|
error: string;
|
|
15265
|
+
success: boolean;
|
|
15266
15266
|
block?: z.objectOutputType<{
|
|
15267
15267
|
object: z.ZodLiteral<"block">;
|
|
15268
15268
|
id: z.ZodString;
|
|
@@ -15466,8 +15466,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
15466
15466
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
15467
15467
|
}, {
|
|
15468
15468
|
operation: "retrieve_block";
|
|
15469
|
-
success: boolean;
|
|
15470
15469
|
error: string;
|
|
15470
|
+
success: boolean;
|
|
15471
15471
|
block?: z.objectInputType<{
|
|
15472
15472
|
object: z.ZodLiteral<"block">;
|
|
15473
15473
|
id: z.ZodString;
|
|
@@ -16276,8 +16276,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16276
16276
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
16277
16277
|
}, "strip", z.ZodTypeAny, {
|
|
16278
16278
|
operation: "update_block";
|
|
16279
|
-
success: boolean;
|
|
16280
16279
|
error: string;
|
|
16280
|
+
success: boolean;
|
|
16281
16281
|
block?: z.objectOutputType<{
|
|
16282
16282
|
object: z.ZodLiteral<"block">;
|
|
16283
16283
|
id: z.ZodString;
|
|
@@ -16481,8 +16481,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16481
16481
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
16482
16482
|
}, {
|
|
16483
16483
|
operation: "update_block";
|
|
16484
|
-
success: boolean;
|
|
16485
16484
|
error: string;
|
|
16485
|
+
success: boolean;
|
|
16486
16486
|
block?: z.objectInputType<{
|
|
16487
16487
|
object: z.ZodLiteral<"block">;
|
|
16488
16488
|
id: z.ZodString;
|
|
@@ -16962,8 +16962,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16962
16962
|
}>>;
|
|
16963
16963
|
}, "strip", z.ZodTypeAny, {
|
|
16964
16964
|
operation: "create_comment";
|
|
16965
|
-
success: boolean;
|
|
16966
16965
|
error: string;
|
|
16966
|
+
success: boolean;
|
|
16967
16967
|
comment?: {
|
|
16968
16968
|
object: "comment";
|
|
16969
16969
|
id: string;
|
|
@@ -17016,8 +17016,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17016
17016
|
} | undefined;
|
|
17017
17017
|
}, {
|
|
17018
17018
|
operation: "create_comment";
|
|
17019
|
-
success: boolean;
|
|
17020
17019
|
error: string;
|
|
17020
|
+
success: boolean;
|
|
17021
17021
|
comment?: {
|
|
17022
17022
|
object: "comment";
|
|
17023
17023
|
id: string;
|
|
@@ -17346,8 +17346,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17346
17346
|
}>>;
|
|
17347
17347
|
}, "strip", z.ZodTypeAny, {
|
|
17348
17348
|
operation: "retrieve_comment";
|
|
17349
|
-
success: boolean;
|
|
17350
17349
|
error: string;
|
|
17350
|
+
success: boolean;
|
|
17351
17351
|
comment?: {
|
|
17352
17352
|
object: "comment";
|
|
17353
17353
|
id: string;
|
|
@@ -17400,8 +17400,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17400
17400
|
} | undefined;
|
|
17401
17401
|
}, {
|
|
17402
17402
|
operation: "retrieve_comment";
|
|
17403
|
-
success: boolean;
|
|
17404
17403
|
error: string;
|
|
17404
|
+
success: boolean;
|
|
17405
17405
|
comment?: {
|
|
17406
17406
|
object: "comment";
|
|
17407
17407
|
id: string;
|
|
@@ -17531,8 +17531,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17531
17531
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
17532
17532
|
}, "strip", z.ZodTypeAny, {
|
|
17533
17533
|
operation: "list_users";
|
|
17534
|
-
success: boolean;
|
|
17535
17534
|
error: string;
|
|
17535
|
+
success: boolean;
|
|
17536
17536
|
users?: {
|
|
17537
17537
|
object: "user";
|
|
17538
17538
|
id: string;
|
|
@@ -17554,8 +17554,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17554
17554
|
has_more?: boolean | undefined;
|
|
17555
17555
|
}, {
|
|
17556
17556
|
operation: "list_users";
|
|
17557
|
-
success: boolean;
|
|
17558
17557
|
error: string;
|
|
17558
|
+
success: boolean;
|
|
17559
17559
|
users?: {
|
|
17560
17560
|
object: "user";
|
|
17561
17561
|
id: string;
|
|
@@ -17635,8 +17635,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17635
17635
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
17636
17636
|
}, "strip", z.ZodTypeAny, {
|
|
17637
17637
|
operation: "search";
|
|
17638
|
-
success: boolean;
|
|
17639
17638
|
error: string;
|
|
17639
|
+
success: boolean;
|
|
17640
17640
|
next_cursor?: string | null | undefined;
|
|
17641
17641
|
has_more?: boolean | undefined;
|
|
17642
17642
|
results?: z.objectOutputType<{
|
|
@@ -17659,8 +17659,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17659
17659
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
17660
17660
|
}, {
|
|
17661
17661
|
operation: "search";
|
|
17662
|
-
success: boolean;
|
|
17663
17662
|
error: string;
|
|
17663
|
+
success: boolean;
|
|
17664
17664
|
next_cursor?: string | null | undefined;
|
|
17665
17665
|
has_more?: boolean | undefined;
|
|
17666
17666
|
results?: z.objectInputType<{
|
|
@@ -19862,6 +19862,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19862
19862
|
href?: string | null | undefined;
|
|
19863
19863
|
}[] | undefined;
|
|
19864
19864
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19865
|
+
is_locked?: boolean | undefined;
|
|
19865
19866
|
parent?: {
|
|
19866
19867
|
type: "page_id";
|
|
19867
19868
|
page_id: string;
|
|
@@ -19879,7 +19880,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19879
19880
|
type: "workspace";
|
|
19880
19881
|
workspace: true;
|
|
19881
19882
|
} | undefined;
|
|
19882
|
-
is_locked?: boolean | undefined;
|
|
19883
19883
|
icon?: {
|
|
19884
19884
|
type: "file";
|
|
19885
19885
|
file: {
|
|
@@ -19961,6 +19961,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19961
19961
|
href?: string | null | undefined;
|
|
19962
19962
|
}[] | undefined;
|
|
19963
19963
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19964
|
+
is_locked?: boolean | undefined;
|
|
19964
19965
|
parent?: {
|
|
19965
19966
|
type: "page_id";
|
|
19966
19967
|
page_id: string;
|
|
@@ -19978,7 +19979,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19978
19979
|
type: "workspace";
|
|
19979
19980
|
workspace: true;
|
|
19980
19981
|
} | undefined;
|
|
19981
|
-
is_locked?: boolean | undefined;
|
|
19982
19982
|
icon?: {
|
|
19983
19983
|
type: "file";
|
|
19984
19984
|
file: {
|
|
@@ -20232,11 +20232,11 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20232
20232
|
} | undefined;
|
|
20233
20233
|
href?: string | null | undefined;
|
|
20234
20234
|
}[];
|
|
20235
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20236
20235
|
attachments?: {
|
|
20237
20236
|
file_upload_id: string;
|
|
20238
20237
|
type?: "file_upload" | undefined;
|
|
20239
20238
|
}[] | undefined;
|
|
20239
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20240
20240
|
display_name?: {
|
|
20241
20241
|
type: "custom" | "user" | "integration";
|
|
20242
20242
|
custom?: {
|
|
@@ -20268,11 +20268,11 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20268
20268
|
} | undefined;
|
|
20269
20269
|
href?: string | null | undefined;
|
|
20270
20270
|
}[];
|
|
20271
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20272
20271
|
attachments?: {
|
|
20273
20272
|
file_upload_id: string;
|
|
20274
20273
|
type?: "file_upload" | undefined;
|
|
20275
20274
|
}[] | undefined;
|
|
20275
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20276
20276
|
display_name?: {
|
|
20277
20277
|
type: "custom" | "user" | "integration";
|
|
20278
20278
|
custom?: {
|
|
@@ -20871,8 +20871,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20871
20871
|
}>>;
|
|
20872
20872
|
}, "strip", z.ZodTypeAny, {
|
|
20873
20873
|
operation: "create_page";
|
|
20874
|
-
success: boolean;
|
|
20875
20874
|
error: string;
|
|
20875
|
+
success: boolean;
|
|
20876
20876
|
page?: {
|
|
20877
20877
|
object: "page";
|
|
20878
20878
|
properties: Record<string, unknown>;
|
|
@@ -20969,8 +20969,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20969
20969
|
} | undefined;
|
|
20970
20970
|
}, {
|
|
20971
20971
|
operation: "create_page";
|
|
20972
|
-
success: boolean;
|
|
20973
20972
|
error: string;
|
|
20973
|
+
success: boolean;
|
|
20974
20974
|
page?: {
|
|
20975
20975
|
object: "page";
|
|
20976
20976
|
properties: Record<string, unknown>;
|
|
@@ -21575,8 +21575,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21575
21575
|
}>>;
|
|
21576
21576
|
}, "strip", z.ZodTypeAny, {
|
|
21577
21577
|
operation: "retrieve_page";
|
|
21578
|
-
success: boolean;
|
|
21579
21578
|
error: string;
|
|
21579
|
+
success: boolean;
|
|
21580
21580
|
page?: {
|
|
21581
21581
|
object: "page";
|
|
21582
21582
|
properties: Record<string, unknown>;
|
|
@@ -21673,8 +21673,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21673
21673
|
} | undefined;
|
|
21674
21674
|
}, {
|
|
21675
21675
|
operation: "retrieve_page";
|
|
21676
|
-
success: boolean;
|
|
21677
21676
|
error: string;
|
|
21677
|
+
success: boolean;
|
|
21678
21678
|
page?: {
|
|
21679
21679
|
object: "page";
|
|
21680
21680
|
properties: Record<string, unknown>;
|
|
@@ -22279,8 +22279,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22279
22279
|
}>>;
|
|
22280
22280
|
}, "strip", z.ZodTypeAny, {
|
|
22281
22281
|
operation: "update_page";
|
|
22282
|
-
success: boolean;
|
|
22283
22282
|
error: string;
|
|
22283
|
+
success: boolean;
|
|
22284
22284
|
page?: {
|
|
22285
22285
|
object: "page";
|
|
22286
22286
|
properties: Record<string, unknown>;
|
|
@@ -22377,8 +22377,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22377
22377
|
} | undefined;
|
|
22378
22378
|
}, {
|
|
22379
22379
|
operation: "update_page";
|
|
22380
|
-
success: boolean;
|
|
22381
22380
|
error: string;
|
|
22381
|
+
success: boolean;
|
|
22382
22382
|
page?: {
|
|
22383
22383
|
object: "page";
|
|
22384
22384
|
properties: Record<string, unknown>;
|
|
@@ -23277,8 +23277,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23277
23277
|
}>>;
|
|
23278
23278
|
}, "strip", z.ZodTypeAny, {
|
|
23279
23279
|
operation: "retrieve_database";
|
|
23280
|
-
success: boolean;
|
|
23281
23280
|
error: string;
|
|
23281
|
+
success: boolean;
|
|
23282
23282
|
database?: {
|
|
23283
23283
|
object: "database";
|
|
23284
23284
|
title: {
|
|
@@ -23415,8 +23415,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23415
23415
|
} | undefined;
|
|
23416
23416
|
}, {
|
|
23417
23417
|
operation: "retrieve_database";
|
|
23418
|
-
success: boolean;
|
|
23419
23418
|
error: string;
|
|
23419
|
+
success: boolean;
|
|
23420
23420
|
database?: {
|
|
23421
23421
|
object: "database";
|
|
23422
23422
|
title: {
|
|
@@ -23611,8 +23611,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23611
23611
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
23612
23612
|
}, "strip", z.ZodTypeAny, {
|
|
23613
23613
|
operation: "query_data_source";
|
|
23614
|
-
success: boolean;
|
|
23615
23614
|
error: string;
|
|
23615
|
+
success: boolean;
|
|
23616
23616
|
next_cursor?: string | null | undefined;
|
|
23617
23617
|
has_more?: boolean | undefined;
|
|
23618
23618
|
results?: z.objectOutputType<{
|
|
@@ -23635,8 +23635,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23635
23635
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
23636
23636
|
}, {
|
|
23637
23637
|
operation: "query_data_source";
|
|
23638
|
-
success: boolean;
|
|
23639
23638
|
error: string;
|
|
23639
|
+
success: boolean;
|
|
23640
23640
|
next_cursor?: string | null | undefined;
|
|
23641
23641
|
has_more?: boolean | undefined;
|
|
23642
23642
|
results?: z.objectInputType<{
|
|
@@ -25002,8 +25002,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
25002
25002
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
25003
25003
|
}, "strip", z.ZodTypeAny, {
|
|
25004
25004
|
operation: "create_data_source";
|
|
25005
|
-
success: boolean;
|
|
25006
25005
|
error: string;
|
|
25006
|
+
success: boolean;
|
|
25007
25007
|
dataSource?: z.objectOutputType<{
|
|
25008
25008
|
object: z.ZodLiteral<"data_source">;
|
|
25009
25009
|
id: z.ZodString;
|
|
@@ -25453,8 +25453,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
25453
25453
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
25454
25454
|
}, {
|
|
25455
25455
|
operation: "create_data_source";
|
|
25456
|
-
success: boolean;
|
|
25457
25456
|
error: string;
|
|
25457
|
+
success: boolean;
|
|
25458
25458
|
dataSource?: z.objectInputType<{
|
|
25459
25459
|
object: z.ZodLiteral<"data_source">;
|
|
25460
25460
|
id: z.ZodString;
|
|
@@ -27247,8 +27247,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
27247
27247
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
27248
27248
|
}, "strip", z.ZodTypeAny, {
|
|
27249
27249
|
operation: "update_data_source";
|
|
27250
|
-
success: boolean;
|
|
27251
27250
|
error: string;
|
|
27251
|
+
success: boolean;
|
|
27252
27252
|
dataSource?: z.objectOutputType<{
|
|
27253
27253
|
object: z.ZodLiteral<"data_source">;
|
|
27254
27254
|
id: z.ZodString;
|
|
@@ -27698,8 +27698,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
27698
27698
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
27699
27699
|
}, {
|
|
27700
27700
|
operation: "update_data_source";
|
|
27701
|
-
success: boolean;
|
|
27702
27701
|
error: string;
|
|
27702
|
+
success: boolean;
|
|
27703
27703
|
dataSource?: z.objectInputType<{
|
|
27704
27704
|
object: z.ZodLiteral<"data_source">;
|
|
27705
27705
|
id: z.ZodString;
|
|
@@ -28951,8 +28951,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28951
28951
|
}>>;
|
|
28952
28952
|
}, "strip", z.ZodTypeAny, {
|
|
28953
28953
|
operation: "create_database";
|
|
28954
|
-
success: boolean;
|
|
28955
28954
|
error: string;
|
|
28955
|
+
success: boolean;
|
|
28956
28956
|
database?: {
|
|
28957
28957
|
object: "database";
|
|
28958
28958
|
title: {
|
|
@@ -29089,8 +29089,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29089
29089
|
} | undefined;
|
|
29090
29090
|
}, {
|
|
29091
29091
|
operation: "create_database";
|
|
29092
|
-
success: boolean;
|
|
29093
29092
|
error: string;
|
|
29093
|
+
success: boolean;
|
|
29094
29094
|
database?: {
|
|
29095
29095
|
object: "database";
|
|
29096
29096
|
title: {
|
|
@@ -30029,8 +30029,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30029
30029
|
}>>;
|
|
30030
30030
|
}, "strip", z.ZodTypeAny, {
|
|
30031
30031
|
operation: "update_database";
|
|
30032
|
-
success: boolean;
|
|
30033
30032
|
error: string;
|
|
30033
|
+
success: boolean;
|
|
30034
30034
|
database?: {
|
|
30035
30035
|
object: "database";
|
|
30036
30036
|
title: {
|
|
@@ -30167,8 +30167,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30167
30167
|
} | undefined;
|
|
30168
30168
|
}, {
|
|
30169
30169
|
operation: "update_database";
|
|
30170
|
-
success: boolean;
|
|
30171
30170
|
error: string;
|
|
30171
|
+
success: boolean;
|
|
30172
30172
|
database?: {
|
|
30173
30173
|
object: "database";
|
|
30174
30174
|
title: {
|
|
@@ -30912,8 +30912,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30912
30912
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
30913
30913
|
}, "strip", z.ZodTypeAny, {
|
|
30914
30914
|
operation: "append_block_children";
|
|
30915
|
-
success: boolean;
|
|
30916
30915
|
error: string;
|
|
30916
|
+
success: boolean;
|
|
30917
30917
|
blocks?: z.objectOutputType<{
|
|
30918
30918
|
object: z.ZodLiteral<"block">;
|
|
30919
30919
|
id: z.ZodString;
|
|
@@ -31119,8 +31119,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
31119
31119
|
has_more?: boolean | undefined;
|
|
31120
31120
|
}, {
|
|
31121
31121
|
operation: "append_block_children";
|
|
31122
|
-
success: boolean;
|
|
31123
31122
|
error: string;
|
|
31123
|
+
success: boolean;
|
|
31124
31124
|
blocks?: z.objectInputType<{
|
|
31125
31125
|
object: z.ZodLiteral<"block">;
|
|
31126
31126
|
id: z.ZodString;
|
|
@@ -31933,8 +31933,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
31933
31933
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
31934
31934
|
}, "strip", z.ZodTypeAny, {
|
|
31935
31935
|
operation: "retrieve_block_children";
|
|
31936
|
-
success: boolean;
|
|
31937
31936
|
error: string;
|
|
31937
|
+
success: boolean;
|
|
31938
31938
|
blocks?: z.objectOutputType<{
|
|
31939
31939
|
object: z.ZodLiteral<"block">;
|
|
31940
31940
|
id: z.ZodString;
|
|
@@ -32140,8 +32140,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
32140
32140
|
has_more?: boolean | undefined;
|
|
32141
32141
|
}, {
|
|
32142
32142
|
operation: "retrieve_block_children";
|
|
32143
|
-
success: boolean;
|
|
32144
32143
|
error: string;
|
|
32144
|
+
success: boolean;
|
|
32145
32145
|
blocks?: z.objectInputType<{
|
|
32146
32146
|
object: z.ZodLiteral<"block">;
|
|
32147
32147
|
id: z.ZodString;
|
|
@@ -32952,8 +32952,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
32952
32952
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
32953
32953
|
}, "strip", z.ZodTypeAny, {
|
|
32954
32954
|
operation: "retrieve_block";
|
|
32955
|
-
success: boolean;
|
|
32956
32955
|
error: string;
|
|
32956
|
+
success: boolean;
|
|
32957
32957
|
block?: z.objectOutputType<{
|
|
32958
32958
|
object: z.ZodLiteral<"block">;
|
|
32959
32959
|
id: z.ZodString;
|
|
@@ -33157,8 +33157,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
33157
33157
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
33158
33158
|
}, {
|
|
33159
33159
|
operation: "retrieve_block";
|
|
33160
|
-
success: boolean;
|
|
33161
33160
|
error: string;
|
|
33161
|
+
success: boolean;
|
|
33162
33162
|
block?: z.objectInputType<{
|
|
33163
33163
|
object: z.ZodLiteral<"block">;
|
|
33164
33164
|
id: z.ZodString;
|
|
@@ -33967,8 +33967,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
33967
33967
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
33968
33968
|
}, "strip", z.ZodTypeAny, {
|
|
33969
33969
|
operation: "update_block";
|
|
33970
|
-
success: boolean;
|
|
33971
33970
|
error: string;
|
|
33971
|
+
success: boolean;
|
|
33972
33972
|
block?: z.objectOutputType<{
|
|
33973
33973
|
object: z.ZodLiteral<"block">;
|
|
33974
33974
|
id: z.ZodString;
|
|
@@ -34172,8 +34172,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34172
34172
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
34173
34173
|
}, {
|
|
34174
34174
|
operation: "update_block";
|
|
34175
|
-
success: boolean;
|
|
34176
34175
|
error: string;
|
|
34176
|
+
success: boolean;
|
|
34177
34177
|
block?: z.objectInputType<{
|
|
34178
34178
|
object: z.ZodLiteral<"block">;
|
|
34179
34179
|
id: z.ZodString;
|
|
@@ -34653,8 +34653,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34653
34653
|
}>>;
|
|
34654
34654
|
}, "strip", z.ZodTypeAny, {
|
|
34655
34655
|
operation: "create_comment";
|
|
34656
|
-
success: boolean;
|
|
34657
34656
|
error: string;
|
|
34657
|
+
success: boolean;
|
|
34658
34658
|
comment?: {
|
|
34659
34659
|
object: "comment";
|
|
34660
34660
|
id: string;
|
|
@@ -34707,8 +34707,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34707
34707
|
} | undefined;
|
|
34708
34708
|
}, {
|
|
34709
34709
|
operation: "create_comment";
|
|
34710
|
-
success: boolean;
|
|
34711
34710
|
error: string;
|
|
34711
|
+
success: boolean;
|
|
34712
34712
|
comment?: {
|
|
34713
34713
|
object: "comment";
|
|
34714
34714
|
id: string;
|
|
@@ -35037,8 +35037,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35037
35037
|
}>>;
|
|
35038
35038
|
}, "strip", z.ZodTypeAny, {
|
|
35039
35039
|
operation: "retrieve_comment";
|
|
35040
|
-
success: boolean;
|
|
35041
35040
|
error: string;
|
|
35041
|
+
success: boolean;
|
|
35042
35042
|
comment?: {
|
|
35043
35043
|
object: "comment";
|
|
35044
35044
|
id: string;
|
|
@@ -35091,8 +35091,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35091
35091
|
} | undefined;
|
|
35092
35092
|
}, {
|
|
35093
35093
|
operation: "retrieve_comment";
|
|
35094
|
-
success: boolean;
|
|
35095
35094
|
error: string;
|
|
35095
|
+
success: boolean;
|
|
35096
35096
|
comment?: {
|
|
35097
35097
|
object: "comment";
|
|
35098
35098
|
id: string;
|
|
@@ -35222,8 +35222,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35222
35222
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
35223
35223
|
}, "strip", z.ZodTypeAny, {
|
|
35224
35224
|
operation: "list_users";
|
|
35225
|
-
success: boolean;
|
|
35226
35225
|
error: string;
|
|
35226
|
+
success: boolean;
|
|
35227
35227
|
users?: {
|
|
35228
35228
|
object: "user";
|
|
35229
35229
|
id: string;
|
|
@@ -35245,8 +35245,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35245
35245
|
has_more?: boolean | undefined;
|
|
35246
35246
|
}, {
|
|
35247
35247
|
operation: "list_users";
|
|
35248
|
-
success: boolean;
|
|
35249
35248
|
error: string;
|
|
35249
|
+
success: boolean;
|
|
35250
35250
|
users?: {
|
|
35251
35251
|
object: "user";
|
|
35252
35252
|
id: string;
|
|
@@ -35326,8 +35326,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35326
35326
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
35327
35327
|
}, "strip", z.ZodTypeAny, {
|
|
35328
35328
|
operation: "search";
|
|
35329
|
-
success: boolean;
|
|
35330
35329
|
error: string;
|
|
35330
|
+
success: boolean;
|
|
35331
35331
|
next_cursor?: string | null | undefined;
|
|
35332
35332
|
has_more?: boolean | undefined;
|
|
35333
35333
|
results?: z.objectOutputType<{
|
|
@@ -35350,8 +35350,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35350
35350
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
35351
35351
|
}, {
|
|
35352
35352
|
operation: "search";
|
|
35353
|
-
success: boolean;
|
|
35354
35353
|
error: string;
|
|
35354
|
+
success: boolean;
|
|
35355
35355
|
next_cursor?: string | null | undefined;
|
|
35356
35356
|
has_more?: boolean | undefined;
|
|
35357
35357
|
results?: z.objectInputType<{
|