@bubblelab/bubble-core 0.1.99 → 0.1.101
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 +166 -126
- 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 +56 -56
- package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
- package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
- package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +68 -68
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +92 -92
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +22 -22
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +155 -155
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
- package/dist/bubbles/service-bubble/firecrawl.d.ts +388 -388
- package/dist/bubbles/service-bubble/followupboss.d.ts +376 -376
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +78 -78
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
- package/dist/bubbles/service-bubble/github.d.ts +140 -140
- package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
- package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
- package/dist/bubbles/service-bubble/google-drive.d.ts +84 -84
- 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 +32 -32
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +36 -36
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +70 -70
- package/dist/bubbles/service-bubble/notion/notion.d.ts +126 -126
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +12 -12
- package/dist/bubbles/service-bubble/slack/slack.d.ts +633 -633
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +68 -68
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +141 -141
- package/dist/bubbles/service-bubble/telegram.d.ts +976 -976
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +15 -15
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
- 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 +40 -40
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +38 -38
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +475 -475
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +166 -166
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +42 -42
- 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 +68 -68
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +194 -194
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +516 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.js +317 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
- 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 +40 -40
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +244 -2
- package/dist/index.d.ts +2 -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
|
@@ -580,8 +580,8 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
580
580
|
result_type: z.ZodOptional<z.ZodEnum<["page", "data_source"]>>;
|
|
581
581
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
582
582
|
}, "strip", z.ZodTypeAny, {
|
|
583
|
-
operation: "query_data_source";
|
|
584
583
|
page_size: number;
|
|
584
|
+
operation: "query_data_source";
|
|
585
585
|
data_source_id: string;
|
|
586
586
|
filter?: Record<string, unknown> | undefined;
|
|
587
587
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -2352,9 +2352,9 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2352
2352
|
page_size: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2353
2353
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
2354
2354
|
}, "strip", z.ZodTypeAny, {
|
|
2355
|
+
page_size: number;
|
|
2355
2356
|
operation: "retrieve_block_children";
|
|
2356
2357
|
block_id: string;
|
|
2357
|
-
page_size: number;
|
|
2358
2358
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2359
2359
|
start_cursor?: string | undefined;
|
|
2360
2360
|
}, {
|
|
@@ -2606,8 +2606,8 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2606
2606
|
page_size: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2607
2607
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
2608
2608
|
}, "strip", z.ZodTypeAny, {
|
|
2609
|
-
operation: "list_users";
|
|
2610
2609
|
page_size: number;
|
|
2610
|
+
operation: "list_users";
|
|
2611
2611
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2612
2612
|
start_cursor?: string | undefined;
|
|
2613
2613
|
}, {
|
|
@@ -2642,8 +2642,8 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2642
2642
|
page_size: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2643
2643
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
2644
2644
|
}, "strip", z.ZodTypeAny, {
|
|
2645
|
-
operation: "search";
|
|
2646
2645
|
page_size: number;
|
|
2646
|
+
operation: "search";
|
|
2647
2647
|
sort?: {
|
|
2648
2648
|
timestamp: "last_edited_time";
|
|
2649
2649
|
direction: "ascending" | "descending";
|
|
@@ -2666,8 +2666,8 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2666
2666
|
property: "object";
|
|
2667
2667
|
} | undefined;
|
|
2668
2668
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2669
|
-
query?: string | undefined;
|
|
2670
2669
|
page_size?: number | undefined;
|
|
2670
|
+
query?: string | undefined;
|
|
2671
2671
|
start_cursor?: string | undefined;
|
|
2672
2672
|
}>]>;
|
|
2673
2673
|
declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
|
|
@@ -2993,8 +2993,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2993
2993
|
public_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2994
2994
|
}, "strip", z.ZodTypeAny, {
|
|
2995
2995
|
object: "page";
|
|
2996
|
-
properties: Record<string, unknown>;
|
|
2997
2996
|
url: string;
|
|
2997
|
+
properties: Record<string, unknown>;
|
|
2998
2998
|
id: string;
|
|
2999
2999
|
parent: {
|
|
3000
3000
|
type: "page_id";
|
|
@@ -3086,8 +3086,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3086
3086
|
public_url?: string | null | undefined;
|
|
3087
3087
|
}, {
|
|
3088
3088
|
object: "page";
|
|
3089
|
-
properties: Record<string, unknown>;
|
|
3090
3089
|
url: string;
|
|
3090
|
+
properties: Record<string, unknown>;
|
|
3091
3091
|
id: string;
|
|
3092
3092
|
parent: {
|
|
3093
3093
|
type: "page_id";
|
|
@@ -3179,13 +3179,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3179
3179
|
public_url?: string | null | undefined;
|
|
3180
3180
|
}>>;
|
|
3181
3181
|
}, "strip", z.ZodTypeAny, {
|
|
3182
|
-
error: string;
|
|
3183
3182
|
success: boolean;
|
|
3183
|
+
error: string;
|
|
3184
3184
|
operation: "create_page";
|
|
3185
3185
|
page?: {
|
|
3186
3186
|
object: "page";
|
|
3187
|
-
properties: Record<string, unknown>;
|
|
3188
3187
|
url: string;
|
|
3188
|
+
properties: Record<string, unknown>;
|
|
3189
3189
|
id: string;
|
|
3190
3190
|
parent: {
|
|
3191
3191
|
type: "page_id";
|
|
@@ -3277,13 +3277,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3277
3277
|
public_url?: string | null | undefined;
|
|
3278
3278
|
} | undefined;
|
|
3279
3279
|
}, {
|
|
3280
|
-
error: string;
|
|
3281
3280
|
success: boolean;
|
|
3281
|
+
error: string;
|
|
3282
3282
|
operation: "create_page";
|
|
3283
3283
|
page?: {
|
|
3284
3284
|
object: "page";
|
|
3285
|
-
properties: Record<string, unknown>;
|
|
3286
3285
|
url: string;
|
|
3286
|
+
properties: Record<string, unknown>;
|
|
3287
3287
|
id: string;
|
|
3288
3288
|
parent: {
|
|
3289
3289
|
type: "page_id";
|
|
@@ -3697,8 +3697,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3697
3697
|
public_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3698
3698
|
}, "strip", z.ZodTypeAny, {
|
|
3699
3699
|
object: "page";
|
|
3700
|
-
properties: Record<string, unknown>;
|
|
3701
3700
|
url: string;
|
|
3701
|
+
properties: Record<string, unknown>;
|
|
3702
3702
|
id: string;
|
|
3703
3703
|
parent: {
|
|
3704
3704
|
type: "page_id";
|
|
@@ -3790,8 +3790,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3790
3790
|
public_url?: string | null | undefined;
|
|
3791
3791
|
}, {
|
|
3792
3792
|
object: "page";
|
|
3793
|
-
properties: Record<string, unknown>;
|
|
3794
3793
|
url: string;
|
|
3794
|
+
properties: Record<string, unknown>;
|
|
3795
3795
|
id: string;
|
|
3796
3796
|
parent: {
|
|
3797
3797
|
type: "page_id";
|
|
@@ -3883,13 +3883,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3883
3883
|
public_url?: string | null | undefined;
|
|
3884
3884
|
}>>;
|
|
3885
3885
|
}, "strip", z.ZodTypeAny, {
|
|
3886
|
-
error: string;
|
|
3887
3886
|
success: boolean;
|
|
3887
|
+
error: string;
|
|
3888
3888
|
operation: "retrieve_page";
|
|
3889
3889
|
page?: {
|
|
3890
3890
|
object: "page";
|
|
3891
|
-
properties: Record<string, unknown>;
|
|
3892
3891
|
url: string;
|
|
3892
|
+
properties: Record<string, unknown>;
|
|
3893
3893
|
id: string;
|
|
3894
3894
|
parent: {
|
|
3895
3895
|
type: "page_id";
|
|
@@ -3981,13 +3981,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3981
3981
|
public_url?: string | null | undefined;
|
|
3982
3982
|
} | undefined;
|
|
3983
3983
|
}, {
|
|
3984
|
-
error: string;
|
|
3985
3984
|
success: boolean;
|
|
3985
|
+
error: string;
|
|
3986
3986
|
operation: "retrieve_page";
|
|
3987
3987
|
page?: {
|
|
3988
3988
|
object: "page";
|
|
3989
|
-
properties: Record<string, unknown>;
|
|
3990
3989
|
url: string;
|
|
3990
|
+
properties: Record<string, unknown>;
|
|
3991
3991
|
id: string;
|
|
3992
3992
|
parent: {
|
|
3993
3993
|
type: "page_id";
|
|
@@ -4401,8 +4401,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4401
4401
|
public_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4402
4402
|
}, "strip", z.ZodTypeAny, {
|
|
4403
4403
|
object: "page";
|
|
4404
|
-
properties: Record<string, unknown>;
|
|
4405
4404
|
url: string;
|
|
4405
|
+
properties: Record<string, unknown>;
|
|
4406
4406
|
id: string;
|
|
4407
4407
|
parent: {
|
|
4408
4408
|
type: "page_id";
|
|
@@ -4494,8 +4494,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4494
4494
|
public_url?: string | null | undefined;
|
|
4495
4495
|
}, {
|
|
4496
4496
|
object: "page";
|
|
4497
|
-
properties: Record<string, unknown>;
|
|
4498
4497
|
url: string;
|
|
4498
|
+
properties: Record<string, unknown>;
|
|
4499
4499
|
id: string;
|
|
4500
4500
|
parent: {
|
|
4501
4501
|
type: "page_id";
|
|
@@ -4587,13 +4587,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4587
4587
|
public_url?: string | null | undefined;
|
|
4588
4588
|
}>>;
|
|
4589
4589
|
}, "strip", z.ZodTypeAny, {
|
|
4590
|
-
error: string;
|
|
4591
4590
|
success: boolean;
|
|
4591
|
+
error: string;
|
|
4592
4592
|
operation: "update_page";
|
|
4593
4593
|
page?: {
|
|
4594
4594
|
object: "page";
|
|
4595
|
-
properties: Record<string, unknown>;
|
|
4596
4595
|
url: string;
|
|
4596
|
+
properties: Record<string, unknown>;
|
|
4597
4597
|
id: string;
|
|
4598
4598
|
parent: {
|
|
4599
4599
|
type: "page_id";
|
|
@@ -4685,13 +4685,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4685
4685
|
public_url?: string | null | undefined;
|
|
4686
4686
|
} | undefined;
|
|
4687
4687
|
}, {
|
|
4688
|
-
error: string;
|
|
4689
4688
|
success: boolean;
|
|
4689
|
+
error: string;
|
|
4690
4690
|
operation: "update_page";
|
|
4691
4691
|
page?: {
|
|
4692
4692
|
object: "page";
|
|
4693
|
-
properties: Record<string, unknown>;
|
|
4694
4693
|
url: string;
|
|
4694
|
+
properties: Record<string, unknown>;
|
|
4695
4695
|
id: string;
|
|
4696
4696
|
parent: {
|
|
4697
4697
|
type: "page_id";
|
|
@@ -5394,6 +5394,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5394
5394
|
};
|
|
5395
5395
|
} | null | undefined;
|
|
5396
5396
|
}[];
|
|
5397
|
+
url?: string | undefined;
|
|
5397
5398
|
description?: {
|
|
5398
5399
|
type: "text" | "mention" | "equation";
|
|
5399
5400
|
text?: {
|
|
@@ -5413,7 +5414,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5413
5414
|
} | undefined;
|
|
5414
5415
|
href?: string | null | undefined;
|
|
5415
5416
|
}[] | undefined;
|
|
5416
|
-
url?: string | undefined;
|
|
5417
5417
|
is_locked?: boolean | undefined;
|
|
5418
5418
|
icon?: {
|
|
5419
5419
|
type: "emoji";
|
|
@@ -5527,6 +5527,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5527
5527
|
};
|
|
5528
5528
|
} | null | undefined;
|
|
5529
5529
|
}[];
|
|
5530
|
+
url?: string | undefined;
|
|
5530
5531
|
description?: {
|
|
5531
5532
|
type: "text" | "mention" | "equation";
|
|
5532
5533
|
text?: {
|
|
@@ -5546,7 +5547,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5546
5547
|
} | undefined;
|
|
5547
5548
|
href?: string | null | undefined;
|
|
5548
5549
|
}[] | undefined;
|
|
5549
|
-
url?: string | undefined;
|
|
5550
5550
|
is_locked?: boolean | undefined;
|
|
5551
5551
|
icon?: {
|
|
5552
5552
|
type: "emoji";
|
|
@@ -5585,8 +5585,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5585
5585
|
is_inline?: boolean | undefined;
|
|
5586
5586
|
}>>;
|
|
5587
5587
|
}, "strip", z.ZodTypeAny, {
|
|
5588
|
-
error: string;
|
|
5589
5588
|
success: boolean;
|
|
5589
|
+
error: string;
|
|
5590
5590
|
operation: "retrieve_database";
|
|
5591
5591
|
database?: {
|
|
5592
5592
|
object: "database";
|
|
@@ -5665,6 +5665,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5665
5665
|
};
|
|
5666
5666
|
} | null | undefined;
|
|
5667
5667
|
}[];
|
|
5668
|
+
url?: string | undefined;
|
|
5668
5669
|
description?: {
|
|
5669
5670
|
type: "text" | "mention" | "equation";
|
|
5670
5671
|
text?: {
|
|
@@ -5684,7 +5685,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5684
5685
|
} | undefined;
|
|
5685
5686
|
href?: string | null | undefined;
|
|
5686
5687
|
}[] | undefined;
|
|
5687
|
-
url?: string | undefined;
|
|
5688
5688
|
is_locked?: boolean | undefined;
|
|
5689
5689
|
icon?: {
|
|
5690
5690
|
type: "emoji";
|
|
@@ -5723,8 +5723,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5723
5723
|
is_inline?: boolean | undefined;
|
|
5724
5724
|
} | undefined;
|
|
5725
5725
|
}, {
|
|
5726
|
-
error: string;
|
|
5727
5726
|
success: boolean;
|
|
5727
|
+
error: string;
|
|
5728
5728
|
operation: "retrieve_database";
|
|
5729
5729
|
database?: {
|
|
5730
5730
|
object: "database";
|
|
@@ -5803,6 +5803,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5803
5803
|
};
|
|
5804
5804
|
} | null | undefined;
|
|
5805
5805
|
}[];
|
|
5806
|
+
url?: string | undefined;
|
|
5806
5807
|
description?: {
|
|
5807
5808
|
type: "text" | "mention" | "equation";
|
|
5808
5809
|
text?: {
|
|
@@ -5822,7 +5823,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5822
5823
|
} | undefined;
|
|
5823
5824
|
href?: string | null | undefined;
|
|
5824
5825
|
}[] | undefined;
|
|
5825
|
-
url?: string | undefined;
|
|
5826
5826
|
is_locked?: boolean | undefined;
|
|
5827
5827
|
icon?: {
|
|
5828
5828
|
type: "emoji";
|
|
@@ -5919,8 +5919,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5919
5919
|
next_cursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5920
5920
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
5921
5921
|
}, "strip", z.ZodTypeAny, {
|
|
5922
|
-
error: string;
|
|
5923
5922
|
success: boolean;
|
|
5923
|
+
error: string;
|
|
5924
5924
|
operation: "query_data_source";
|
|
5925
5925
|
next_cursor?: string | null | undefined;
|
|
5926
5926
|
has_more?: boolean | undefined;
|
|
@@ -5943,8 +5943,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5943
5943
|
in_trash: z.ZodOptional<z.ZodBoolean>;
|
|
5944
5944
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
5945
5945
|
}, {
|
|
5946
|
-
error: string;
|
|
5947
5946
|
success: boolean;
|
|
5947
|
+
error: string;
|
|
5948
5948
|
operation: "query_data_source";
|
|
5949
5949
|
next_cursor?: string | null | undefined;
|
|
5950
5950
|
has_more?: boolean | undefined;
|
|
@@ -7310,8 +7310,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
7310
7310
|
public_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7311
7311
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7312
7312
|
}, "strip", z.ZodTypeAny, {
|
|
7313
|
-
error: string;
|
|
7314
7313
|
success: boolean;
|
|
7314
|
+
error: string;
|
|
7315
7315
|
operation: "create_data_source";
|
|
7316
7316
|
dataSource?: z.objectOutputType<{
|
|
7317
7317
|
object: z.ZodLiteral<"data_source">;
|
|
@@ -7761,8 +7761,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
7761
7761
|
public_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7762
7762
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7763
7763
|
}, {
|
|
7764
|
-
error: string;
|
|
7765
7764
|
success: boolean;
|
|
7765
|
+
error: string;
|
|
7766
7766
|
operation: "create_data_source";
|
|
7767
7767
|
dataSource?: z.objectInputType<{
|
|
7768
7768
|
object: z.ZodLiteral<"data_source">;
|
|
@@ -9555,8 +9555,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
9555
9555
|
public_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9556
9556
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
9557
9557
|
}, "strip", z.ZodTypeAny, {
|
|
9558
|
-
error: string;
|
|
9559
9558
|
success: boolean;
|
|
9559
|
+
error: string;
|
|
9560
9560
|
operation: "update_data_source";
|
|
9561
9561
|
dataSource?: z.objectOutputType<{
|
|
9562
9562
|
object: z.ZodLiteral<"data_source">;
|
|
@@ -10006,8 +10006,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
10006
10006
|
public_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10007
10007
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
10008
10008
|
}, {
|
|
10009
|
-
error: string;
|
|
10010
10009
|
success: boolean;
|
|
10010
|
+
error: string;
|
|
10011
10011
|
operation: "update_data_source";
|
|
10012
10012
|
dataSource?: z.objectInputType<{
|
|
10013
10013
|
object: z.ZodLiteral<"data_source">;
|
|
@@ -11068,6 +11068,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11068
11068
|
};
|
|
11069
11069
|
} | null | undefined;
|
|
11070
11070
|
}[];
|
|
11071
|
+
url?: string | undefined;
|
|
11071
11072
|
description?: {
|
|
11072
11073
|
type: "text" | "mention" | "equation";
|
|
11073
11074
|
text?: {
|
|
@@ -11087,7 +11088,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11087
11088
|
} | undefined;
|
|
11088
11089
|
href?: string | null | undefined;
|
|
11089
11090
|
}[] | undefined;
|
|
11090
|
-
url?: string | undefined;
|
|
11091
11091
|
is_locked?: boolean | undefined;
|
|
11092
11092
|
icon?: {
|
|
11093
11093
|
type: "emoji";
|
|
@@ -11201,6 +11201,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11201
11201
|
};
|
|
11202
11202
|
} | null | undefined;
|
|
11203
11203
|
}[];
|
|
11204
|
+
url?: string | undefined;
|
|
11204
11205
|
description?: {
|
|
11205
11206
|
type: "text" | "mention" | "equation";
|
|
11206
11207
|
text?: {
|
|
@@ -11220,7 +11221,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11220
11221
|
} | undefined;
|
|
11221
11222
|
href?: string | null | undefined;
|
|
11222
11223
|
}[] | undefined;
|
|
11223
|
-
url?: string | undefined;
|
|
11224
11224
|
is_locked?: boolean | undefined;
|
|
11225
11225
|
icon?: {
|
|
11226
11226
|
type: "emoji";
|
|
@@ -11259,8 +11259,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11259
11259
|
is_inline?: boolean | undefined;
|
|
11260
11260
|
}>>;
|
|
11261
11261
|
}, "strip", z.ZodTypeAny, {
|
|
11262
|
-
error: string;
|
|
11263
11262
|
success: boolean;
|
|
11263
|
+
error: string;
|
|
11264
11264
|
operation: "create_database";
|
|
11265
11265
|
database?: {
|
|
11266
11266
|
object: "database";
|
|
@@ -11339,6 +11339,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11339
11339
|
};
|
|
11340
11340
|
} | null | undefined;
|
|
11341
11341
|
}[];
|
|
11342
|
+
url?: string | undefined;
|
|
11342
11343
|
description?: {
|
|
11343
11344
|
type: "text" | "mention" | "equation";
|
|
11344
11345
|
text?: {
|
|
@@ -11358,7 +11359,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11358
11359
|
} | undefined;
|
|
11359
11360
|
href?: string | null | undefined;
|
|
11360
11361
|
}[] | undefined;
|
|
11361
|
-
url?: string | undefined;
|
|
11362
11362
|
is_locked?: boolean | undefined;
|
|
11363
11363
|
icon?: {
|
|
11364
11364
|
type: "emoji";
|
|
@@ -11397,8 +11397,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11397
11397
|
is_inline?: boolean | undefined;
|
|
11398
11398
|
} | undefined;
|
|
11399
11399
|
}, {
|
|
11400
|
-
error: string;
|
|
11401
11400
|
success: boolean;
|
|
11401
|
+
error: string;
|
|
11402
11402
|
operation: "create_database";
|
|
11403
11403
|
database?: {
|
|
11404
11404
|
object: "database";
|
|
@@ -11477,6 +11477,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11477
11477
|
};
|
|
11478
11478
|
} | null | undefined;
|
|
11479
11479
|
}[];
|
|
11480
|
+
url?: string | undefined;
|
|
11480
11481
|
description?: {
|
|
11481
11482
|
type: "text" | "mention" | "equation";
|
|
11482
11483
|
text?: {
|
|
@@ -11496,7 +11497,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11496
11497
|
} | undefined;
|
|
11497
11498
|
href?: string | null | undefined;
|
|
11498
11499
|
}[] | undefined;
|
|
11499
|
-
url?: string | undefined;
|
|
11500
11500
|
is_locked?: boolean | undefined;
|
|
11501
11501
|
icon?: {
|
|
11502
11502
|
type: "emoji";
|
|
@@ -12146,6 +12146,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12146
12146
|
};
|
|
12147
12147
|
} | null | undefined;
|
|
12148
12148
|
}[];
|
|
12149
|
+
url?: string | undefined;
|
|
12149
12150
|
description?: {
|
|
12150
12151
|
type: "text" | "mention" | "equation";
|
|
12151
12152
|
text?: {
|
|
@@ -12165,7 +12166,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12165
12166
|
} | undefined;
|
|
12166
12167
|
href?: string | null | undefined;
|
|
12167
12168
|
}[] | undefined;
|
|
12168
|
-
url?: string | undefined;
|
|
12169
12169
|
is_locked?: boolean | undefined;
|
|
12170
12170
|
icon?: {
|
|
12171
12171
|
type: "emoji";
|
|
@@ -12279,6 +12279,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12279
12279
|
};
|
|
12280
12280
|
} | null | undefined;
|
|
12281
12281
|
}[];
|
|
12282
|
+
url?: string | undefined;
|
|
12282
12283
|
description?: {
|
|
12283
12284
|
type: "text" | "mention" | "equation";
|
|
12284
12285
|
text?: {
|
|
@@ -12298,7 +12299,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12298
12299
|
} | undefined;
|
|
12299
12300
|
href?: string | null | undefined;
|
|
12300
12301
|
}[] | undefined;
|
|
12301
|
-
url?: string | undefined;
|
|
12302
12302
|
is_locked?: boolean | undefined;
|
|
12303
12303
|
icon?: {
|
|
12304
12304
|
type: "emoji";
|
|
@@ -12337,8 +12337,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12337
12337
|
is_inline?: boolean | undefined;
|
|
12338
12338
|
}>>;
|
|
12339
12339
|
}, "strip", z.ZodTypeAny, {
|
|
12340
|
-
error: string;
|
|
12341
12340
|
success: boolean;
|
|
12341
|
+
error: string;
|
|
12342
12342
|
operation: "update_database";
|
|
12343
12343
|
database?: {
|
|
12344
12344
|
object: "database";
|
|
@@ -12417,6 +12417,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12417
12417
|
};
|
|
12418
12418
|
} | null | undefined;
|
|
12419
12419
|
}[];
|
|
12420
|
+
url?: string | undefined;
|
|
12420
12421
|
description?: {
|
|
12421
12422
|
type: "text" | "mention" | "equation";
|
|
12422
12423
|
text?: {
|
|
@@ -12436,7 +12437,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12436
12437
|
} | undefined;
|
|
12437
12438
|
href?: string | null | undefined;
|
|
12438
12439
|
}[] | undefined;
|
|
12439
|
-
url?: string | undefined;
|
|
12440
12440
|
is_locked?: boolean | undefined;
|
|
12441
12441
|
icon?: {
|
|
12442
12442
|
type: "emoji";
|
|
@@ -12475,8 +12475,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12475
12475
|
is_inline?: boolean | undefined;
|
|
12476
12476
|
} | undefined;
|
|
12477
12477
|
}, {
|
|
12478
|
-
error: string;
|
|
12479
12478
|
success: boolean;
|
|
12479
|
+
error: string;
|
|
12480
12480
|
operation: "update_database";
|
|
12481
12481
|
database?: {
|
|
12482
12482
|
object: "database";
|
|
@@ -12555,6 +12555,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12555
12555
|
};
|
|
12556
12556
|
} | null | undefined;
|
|
12557
12557
|
}[];
|
|
12558
|
+
url?: string | undefined;
|
|
12558
12559
|
description?: {
|
|
12559
12560
|
type: "text" | "mention" | "equation";
|
|
12560
12561
|
text?: {
|
|
@@ -12574,7 +12575,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12574
12575
|
} | undefined;
|
|
12575
12576
|
href?: string | null | undefined;
|
|
12576
12577
|
}[] | undefined;
|
|
12577
|
-
url?: string | undefined;
|
|
12578
12578
|
is_locked?: boolean | undefined;
|
|
12579
12579
|
icon?: {
|
|
12580
12580
|
type: "emoji";
|
|
@@ -13220,8 +13220,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
13220
13220
|
next_cursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13221
13221
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
13222
13222
|
}, "strip", z.ZodTypeAny, {
|
|
13223
|
-
error: string;
|
|
13224
13223
|
success: boolean;
|
|
13224
|
+
error: string;
|
|
13225
13225
|
operation: "append_block_children";
|
|
13226
13226
|
blocks?: z.objectOutputType<{
|
|
13227
13227
|
object: z.ZodLiteral<"block">;
|
|
@@ -13427,8 +13427,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
13427
13427
|
next_cursor?: string | null | undefined;
|
|
13428
13428
|
has_more?: boolean | undefined;
|
|
13429
13429
|
}, {
|
|
13430
|
-
error: string;
|
|
13431
13430
|
success: boolean;
|
|
13431
|
+
error: string;
|
|
13432
13432
|
operation: "append_block_children";
|
|
13433
13433
|
blocks?: z.objectInputType<{
|
|
13434
13434
|
object: z.ZodLiteral<"block">;
|
|
@@ -14241,8 +14241,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
14241
14241
|
next_cursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14242
14242
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
14243
14243
|
}, "strip", z.ZodTypeAny, {
|
|
14244
|
-
error: string;
|
|
14245
14244
|
success: boolean;
|
|
14245
|
+
error: string;
|
|
14246
14246
|
operation: "retrieve_block_children";
|
|
14247
14247
|
blocks?: z.objectOutputType<{
|
|
14248
14248
|
object: z.ZodLiteral<"block">;
|
|
@@ -14448,8 +14448,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
14448
14448
|
next_cursor?: string | null | undefined;
|
|
14449
14449
|
has_more?: boolean | undefined;
|
|
14450
14450
|
}, {
|
|
14451
|
-
error: string;
|
|
14452
14451
|
success: boolean;
|
|
14452
|
+
error: string;
|
|
14453
14453
|
operation: "retrieve_block_children";
|
|
14454
14454
|
blocks?: z.objectInputType<{
|
|
14455
14455
|
object: z.ZodLiteral<"block">;
|
|
@@ -15260,8 +15260,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
15260
15260
|
type: z.ZodString;
|
|
15261
15261
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
15262
15262
|
}, "strip", z.ZodTypeAny, {
|
|
15263
|
-
error: string;
|
|
15264
15263
|
success: boolean;
|
|
15264
|
+
error: string;
|
|
15265
15265
|
operation: "retrieve_block";
|
|
15266
15266
|
block?: z.objectOutputType<{
|
|
15267
15267
|
object: z.ZodLiteral<"block">;
|
|
@@ -15465,8 +15465,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
15465
15465
|
type: z.ZodString;
|
|
15466
15466
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
15467
15467
|
}, {
|
|
15468
|
-
error: string;
|
|
15469
15468
|
success: boolean;
|
|
15469
|
+
error: string;
|
|
15470
15470
|
operation: "retrieve_block";
|
|
15471
15471
|
block?: z.objectInputType<{
|
|
15472
15472
|
object: z.ZodLiteral<"block">;
|
|
@@ -16275,8 +16275,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16275
16275
|
type: z.ZodString;
|
|
16276
16276
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
16277
16277
|
}, "strip", z.ZodTypeAny, {
|
|
16278
|
-
error: string;
|
|
16279
16278
|
success: boolean;
|
|
16279
|
+
error: string;
|
|
16280
16280
|
operation: "update_block";
|
|
16281
16281
|
block?: z.objectOutputType<{
|
|
16282
16282
|
object: z.ZodLiteral<"block">;
|
|
@@ -16480,8 +16480,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16480
16480
|
type: z.ZodString;
|
|
16481
16481
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
16482
16482
|
}, {
|
|
16483
|
-
error: string;
|
|
16484
16483
|
success: boolean;
|
|
16484
|
+
error: string;
|
|
16485
16485
|
operation: "update_block";
|
|
16486
16486
|
block?: z.objectInputType<{
|
|
16487
16487
|
object: z.ZodLiteral<"block">;
|
|
@@ -16961,8 +16961,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16961
16961
|
}[];
|
|
16962
16962
|
}>>;
|
|
16963
16963
|
}, "strip", z.ZodTypeAny, {
|
|
16964
|
-
error: string;
|
|
16965
16964
|
success: boolean;
|
|
16965
|
+
error: string;
|
|
16966
16966
|
operation: "create_comment";
|
|
16967
16967
|
comment?: {
|
|
16968
16968
|
object: "comment";
|
|
@@ -17015,8 +17015,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17015
17015
|
}[];
|
|
17016
17016
|
} | undefined;
|
|
17017
17017
|
}, {
|
|
17018
|
-
error: string;
|
|
17019
17018
|
success: boolean;
|
|
17019
|
+
error: string;
|
|
17020
17020
|
operation: "create_comment";
|
|
17021
17021
|
comment?: {
|
|
17022
17022
|
object: "comment";
|
|
@@ -17345,8 +17345,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17345
17345
|
}[];
|
|
17346
17346
|
}>>;
|
|
17347
17347
|
}, "strip", z.ZodTypeAny, {
|
|
17348
|
-
error: string;
|
|
17349
17348
|
success: boolean;
|
|
17349
|
+
error: string;
|
|
17350
17350
|
operation: "retrieve_comment";
|
|
17351
17351
|
comment?: {
|
|
17352
17352
|
object: "comment";
|
|
@@ -17399,8 +17399,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17399
17399
|
}[];
|
|
17400
17400
|
} | undefined;
|
|
17401
17401
|
}, {
|
|
17402
|
-
error: string;
|
|
17403
17402
|
success: boolean;
|
|
17403
|
+
error: string;
|
|
17404
17404
|
operation: "retrieve_comment";
|
|
17405
17405
|
comment?: {
|
|
17406
17406
|
object: "comment";
|
|
@@ -17530,8 +17530,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17530
17530
|
next_cursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17531
17531
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
17532
17532
|
}, "strip", z.ZodTypeAny, {
|
|
17533
|
-
error: string;
|
|
17534
17533
|
success: boolean;
|
|
17534
|
+
error: string;
|
|
17535
17535
|
operation: "list_users";
|
|
17536
17536
|
users?: {
|
|
17537
17537
|
object: "user";
|
|
@@ -17553,8 +17553,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17553
17553
|
next_cursor?: string | null | undefined;
|
|
17554
17554
|
has_more?: boolean | undefined;
|
|
17555
17555
|
}, {
|
|
17556
|
-
error: string;
|
|
17557
17556
|
success: boolean;
|
|
17557
|
+
error: string;
|
|
17558
17558
|
operation: "list_users";
|
|
17559
17559
|
users?: {
|
|
17560
17560
|
object: "user";
|
|
@@ -17634,8 +17634,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17634
17634
|
next_cursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17635
17635
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
17636
17636
|
}, "strip", z.ZodTypeAny, {
|
|
17637
|
-
error: string;
|
|
17638
17637
|
success: boolean;
|
|
17638
|
+
error: string;
|
|
17639
17639
|
operation: "search";
|
|
17640
17640
|
next_cursor?: string | null | undefined;
|
|
17641
17641
|
has_more?: boolean | undefined;
|
|
@@ -17658,8 +17658,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17658
17658
|
in_trash: z.ZodOptional<z.ZodBoolean>;
|
|
17659
17659
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
17660
17660
|
}, {
|
|
17661
|
-
error: string;
|
|
17662
17661
|
success: boolean;
|
|
17662
|
+
error: string;
|
|
17663
17663
|
operation: "search";
|
|
17664
17664
|
next_cursor?: string | null | undefined;
|
|
17665
17665
|
has_more?: boolean | undefined;
|
|
@@ -18271,8 +18271,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
18271
18271
|
result_type: z.ZodOptional<z.ZodEnum<["page", "data_source"]>>;
|
|
18272
18272
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
18273
18273
|
}, "strip", z.ZodTypeAny, {
|
|
18274
|
-
operation: "query_data_source";
|
|
18275
18274
|
page_size: number;
|
|
18275
|
+
operation: "query_data_source";
|
|
18276
18276
|
data_source_id: string;
|
|
18277
18277
|
filter?: Record<string, unknown> | undefined;
|
|
18278
18278
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -20043,9 +20043,9 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20043
20043
|
page_size: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
20044
20044
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
20045
20045
|
}, "strip", z.ZodTypeAny, {
|
|
20046
|
+
page_size: number;
|
|
20046
20047
|
operation: "retrieve_block_children";
|
|
20047
20048
|
block_id: string;
|
|
20048
|
-
page_size: number;
|
|
20049
20049
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20050
20050
|
start_cursor?: string | undefined;
|
|
20051
20051
|
}, {
|
|
@@ -20297,8 +20297,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20297
20297
|
page_size: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
20298
20298
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
20299
20299
|
}, "strip", z.ZodTypeAny, {
|
|
20300
|
-
operation: "list_users";
|
|
20301
20300
|
page_size: number;
|
|
20301
|
+
operation: "list_users";
|
|
20302
20302
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20303
20303
|
start_cursor?: string | undefined;
|
|
20304
20304
|
}, {
|
|
@@ -20333,8 +20333,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20333
20333
|
page_size: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
20334
20334
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
20335
20335
|
}, "strip", z.ZodTypeAny, {
|
|
20336
|
-
operation: "search";
|
|
20337
20336
|
page_size: number;
|
|
20337
|
+
operation: "search";
|
|
20338
20338
|
sort?: {
|
|
20339
20339
|
timestamp: "last_edited_time";
|
|
20340
20340
|
direction: "ascending" | "descending";
|
|
@@ -20357,8 +20357,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20357
20357
|
property: "object";
|
|
20358
20358
|
} | undefined;
|
|
20359
20359
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20360
|
-
query?: string | undefined;
|
|
20361
20360
|
page_size?: number | undefined;
|
|
20361
|
+
query?: string | undefined;
|
|
20362
20362
|
start_cursor?: string | undefined;
|
|
20363
20363
|
}>]>;
|
|
20364
20364
|
static readonly resultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
|
|
@@ -20684,8 +20684,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20684
20684
|
public_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20685
20685
|
}, "strip", z.ZodTypeAny, {
|
|
20686
20686
|
object: "page";
|
|
20687
|
-
properties: Record<string, unknown>;
|
|
20688
20687
|
url: string;
|
|
20688
|
+
properties: Record<string, unknown>;
|
|
20689
20689
|
id: string;
|
|
20690
20690
|
parent: {
|
|
20691
20691
|
type: "page_id";
|
|
@@ -20777,8 +20777,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20777
20777
|
public_url?: string | null | undefined;
|
|
20778
20778
|
}, {
|
|
20779
20779
|
object: "page";
|
|
20780
|
-
properties: Record<string, unknown>;
|
|
20781
20780
|
url: string;
|
|
20781
|
+
properties: Record<string, unknown>;
|
|
20782
20782
|
id: string;
|
|
20783
20783
|
parent: {
|
|
20784
20784
|
type: "page_id";
|
|
@@ -20870,13 +20870,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20870
20870
|
public_url?: string | null | undefined;
|
|
20871
20871
|
}>>;
|
|
20872
20872
|
}, "strip", z.ZodTypeAny, {
|
|
20873
|
-
error: string;
|
|
20874
20873
|
success: boolean;
|
|
20874
|
+
error: string;
|
|
20875
20875
|
operation: "create_page";
|
|
20876
20876
|
page?: {
|
|
20877
20877
|
object: "page";
|
|
20878
|
-
properties: Record<string, unknown>;
|
|
20879
20878
|
url: string;
|
|
20879
|
+
properties: Record<string, unknown>;
|
|
20880
20880
|
id: string;
|
|
20881
20881
|
parent: {
|
|
20882
20882
|
type: "page_id";
|
|
@@ -20968,13 +20968,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20968
20968
|
public_url?: string | null | undefined;
|
|
20969
20969
|
} | undefined;
|
|
20970
20970
|
}, {
|
|
20971
|
-
error: string;
|
|
20972
20971
|
success: boolean;
|
|
20972
|
+
error: string;
|
|
20973
20973
|
operation: "create_page";
|
|
20974
20974
|
page?: {
|
|
20975
20975
|
object: "page";
|
|
20976
|
-
properties: Record<string, unknown>;
|
|
20977
20976
|
url: string;
|
|
20977
|
+
properties: Record<string, unknown>;
|
|
20978
20978
|
id: string;
|
|
20979
20979
|
parent: {
|
|
20980
20980
|
type: "page_id";
|
|
@@ -21388,8 +21388,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21388
21388
|
public_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21389
21389
|
}, "strip", z.ZodTypeAny, {
|
|
21390
21390
|
object: "page";
|
|
21391
|
-
properties: Record<string, unknown>;
|
|
21392
21391
|
url: string;
|
|
21392
|
+
properties: Record<string, unknown>;
|
|
21393
21393
|
id: string;
|
|
21394
21394
|
parent: {
|
|
21395
21395
|
type: "page_id";
|
|
@@ -21481,8 +21481,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21481
21481
|
public_url?: string | null | undefined;
|
|
21482
21482
|
}, {
|
|
21483
21483
|
object: "page";
|
|
21484
|
-
properties: Record<string, unknown>;
|
|
21485
21484
|
url: string;
|
|
21485
|
+
properties: Record<string, unknown>;
|
|
21486
21486
|
id: string;
|
|
21487
21487
|
parent: {
|
|
21488
21488
|
type: "page_id";
|
|
@@ -21574,13 +21574,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21574
21574
|
public_url?: string | null | undefined;
|
|
21575
21575
|
}>>;
|
|
21576
21576
|
}, "strip", z.ZodTypeAny, {
|
|
21577
|
-
error: string;
|
|
21578
21577
|
success: boolean;
|
|
21578
|
+
error: string;
|
|
21579
21579
|
operation: "retrieve_page";
|
|
21580
21580
|
page?: {
|
|
21581
21581
|
object: "page";
|
|
21582
|
-
properties: Record<string, unknown>;
|
|
21583
21582
|
url: string;
|
|
21583
|
+
properties: Record<string, unknown>;
|
|
21584
21584
|
id: string;
|
|
21585
21585
|
parent: {
|
|
21586
21586
|
type: "page_id";
|
|
@@ -21672,13 +21672,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21672
21672
|
public_url?: string | null | undefined;
|
|
21673
21673
|
} | undefined;
|
|
21674
21674
|
}, {
|
|
21675
|
-
error: string;
|
|
21676
21675
|
success: boolean;
|
|
21676
|
+
error: string;
|
|
21677
21677
|
operation: "retrieve_page";
|
|
21678
21678
|
page?: {
|
|
21679
21679
|
object: "page";
|
|
21680
|
-
properties: Record<string, unknown>;
|
|
21681
21680
|
url: string;
|
|
21681
|
+
properties: Record<string, unknown>;
|
|
21682
21682
|
id: string;
|
|
21683
21683
|
parent: {
|
|
21684
21684
|
type: "page_id";
|
|
@@ -22092,8 +22092,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22092
22092
|
public_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22093
22093
|
}, "strip", z.ZodTypeAny, {
|
|
22094
22094
|
object: "page";
|
|
22095
|
-
properties: Record<string, unknown>;
|
|
22096
22095
|
url: string;
|
|
22096
|
+
properties: Record<string, unknown>;
|
|
22097
22097
|
id: string;
|
|
22098
22098
|
parent: {
|
|
22099
22099
|
type: "page_id";
|
|
@@ -22185,8 +22185,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22185
22185
|
public_url?: string | null | undefined;
|
|
22186
22186
|
}, {
|
|
22187
22187
|
object: "page";
|
|
22188
|
-
properties: Record<string, unknown>;
|
|
22189
22188
|
url: string;
|
|
22189
|
+
properties: Record<string, unknown>;
|
|
22190
22190
|
id: string;
|
|
22191
22191
|
parent: {
|
|
22192
22192
|
type: "page_id";
|
|
@@ -22278,13 +22278,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22278
22278
|
public_url?: string | null | undefined;
|
|
22279
22279
|
}>>;
|
|
22280
22280
|
}, "strip", z.ZodTypeAny, {
|
|
22281
|
-
error: string;
|
|
22282
22281
|
success: boolean;
|
|
22282
|
+
error: string;
|
|
22283
22283
|
operation: "update_page";
|
|
22284
22284
|
page?: {
|
|
22285
22285
|
object: "page";
|
|
22286
|
-
properties: Record<string, unknown>;
|
|
22287
22286
|
url: string;
|
|
22287
|
+
properties: Record<string, unknown>;
|
|
22288
22288
|
id: string;
|
|
22289
22289
|
parent: {
|
|
22290
22290
|
type: "page_id";
|
|
@@ -22376,13 +22376,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22376
22376
|
public_url?: string | null | undefined;
|
|
22377
22377
|
} | undefined;
|
|
22378
22378
|
}, {
|
|
22379
|
-
error: string;
|
|
22380
22379
|
success: boolean;
|
|
22380
|
+
error: string;
|
|
22381
22381
|
operation: "update_page";
|
|
22382
22382
|
page?: {
|
|
22383
22383
|
object: "page";
|
|
22384
|
-
properties: Record<string, unknown>;
|
|
22385
22384
|
url: string;
|
|
22385
|
+
properties: Record<string, unknown>;
|
|
22386
22386
|
id: string;
|
|
22387
22387
|
parent: {
|
|
22388
22388
|
type: "page_id";
|
|
@@ -23085,6 +23085,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23085
23085
|
};
|
|
23086
23086
|
} | null | undefined;
|
|
23087
23087
|
}[];
|
|
23088
|
+
url?: string | undefined;
|
|
23088
23089
|
description?: {
|
|
23089
23090
|
type: "text" | "mention" | "equation";
|
|
23090
23091
|
text?: {
|
|
@@ -23104,7 +23105,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23104
23105
|
} | undefined;
|
|
23105
23106
|
href?: string | null | undefined;
|
|
23106
23107
|
}[] | undefined;
|
|
23107
|
-
url?: string | undefined;
|
|
23108
23108
|
is_locked?: boolean | undefined;
|
|
23109
23109
|
icon?: {
|
|
23110
23110
|
type: "emoji";
|
|
@@ -23218,6 +23218,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23218
23218
|
};
|
|
23219
23219
|
} | null | undefined;
|
|
23220
23220
|
}[];
|
|
23221
|
+
url?: string | undefined;
|
|
23221
23222
|
description?: {
|
|
23222
23223
|
type: "text" | "mention" | "equation";
|
|
23223
23224
|
text?: {
|
|
@@ -23237,7 +23238,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23237
23238
|
} | undefined;
|
|
23238
23239
|
href?: string | null | undefined;
|
|
23239
23240
|
}[] | undefined;
|
|
23240
|
-
url?: string | undefined;
|
|
23241
23241
|
is_locked?: boolean | undefined;
|
|
23242
23242
|
icon?: {
|
|
23243
23243
|
type: "emoji";
|
|
@@ -23276,8 +23276,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23276
23276
|
is_inline?: boolean | undefined;
|
|
23277
23277
|
}>>;
|
|
23278
23278
|
}, "strip", z.ZodTypeAny, {
|
|
23279
|
-
error: string;
|
|
23280
23279
|
success: boolean;
|
|
23280
|
+
error: string;
|
|
23281
23281
|
operation: "retrieve_database";
|
|
23282
23282
|
database?: {
|
|
23283
23283
|
object: "database";
|
|
@@ -23356,6 +23356,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23356
23356
|
};
|
|
23357
23357
|
} | null | undefined;
|
|
23358
23358
|
}[];
|
|
23359
|
+
url?: string | undefined;
|
|
23359
23360
|
description?: {
|
|
23360
23361
|
type: "text" | "mention" | "equation";
|
|
23361
23362
|
text?: {
|
|
@@ -23375,7 +23376,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23375
23376
|
} | undefined;
|
|
23376
23377
|
href?: string | null | undefined;
|
|
23377
23378
|
}[] | undefined;
|
|
23378
|
-
url?: string | undefined;
|
|
23379
23379
|
is_locked?: boolean | undefined;
|
|
23380
23380
|
icon?: {
|
|
23381
23381
|
type: "emoji";
|
|
@@ -23414,8 +23414,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23414
23414
|
is_inline?: boolean | undefined;
|
|
23415
23415
|
} | undefined;
|
|
23416
23416
|
}, {
|
|
23417
|
-
error: string;
|
|
23418
23417
|
success: boolean;
|
|
23418
|
+
error: string;
|
|
23419
23419
|
operation: "retrieve_database";
|
|
23420
23420
|
database?: {
|
|
23421
23421
|
object: "database";
|
|
@@ -23494,6 +23494,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23494
23494
|
};
|
|
23495
23495
|
} | null | undefined;
|
|
23496
23496
|
}[];
|
|
23497
|
+
url?: string | undefined;
|
|
23497
23498
|
description?: {
|
|
23498
23499
|
type: "text" | "mention" | "equation";
|
|
23499
23500
|
text?: {
|
|
@@ -23513,7 +23514,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23513
23514
|
} | undefined;
|
|
23514
23515
|
href?: string | null | undefined;
|
|
23515
23516
|
}[] | undefined;
|
|
23516
|
-
url?: string | undefined;
|
|
23517
23517
|
is_locked?: boolean | undefined;
|
|
23518
23518
|
icon?: {
|
|
23519
23519
|
type: "emoji";
|
|
@@ -23610,8 +23610,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23610
23610
|
next_cursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23611
23611
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
23612
23612
|
}, "strip", z.ZodTypeAny, {
|
|
23613
|
-
error: string;
|
|
23614
23613
|
success: boolean;
|
|
23614
|
+
error: string;
|
|
23615
23615
|
operation: "query_data_source";
|
|
23616
23616
|
next_cursor?: string | null | undefined;
|
|
23617
23617
|
has_more?: boolean | undefined;
|
|
@@ -23634,8 +23634,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23634
23634
|
in_trash: z.ZodOptional<z.ZodBoolean>;
|
|
23635
23635
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
23636
23636
|
}, {
|
|
23637
|
-
error: string;
|
|
23638
23637
|
success: boolean;
|
|
23638
|
+
error: string;
|
|
23639
23639
|
operation: "query_data_source";
|
|
23640
23640
|
next_cursor?: string | null | undefined;
|
|
23641
23641
|
has_more?: boolean | undefined;
|
|
@@ -25001,8 +25001,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
25001
25001
|
public_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25002
25002
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
25003
25003
|
}, "strip", z.ZodTypeAny, {
|
|
25004
|
-
error: string;
|
|
25005
25004
|
success: boolean;
|
|
25005
|
+
error: string;
|
|
25006
25006
|
operation: "create_data_source";
|
|
25007
25007
|
dataSource?: z.objectOutputType<{
|
|
25008
25008
|
object: z.ZodLiteral<"data_source">;
|
|
@@ -25452,8 +25452,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
25452
25452
|
public_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25453
25453
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
25454
25454
|
}, {
|
|
25455
|
-
error: string;
|
|
25456
25455
|
success: boolean;
|
|
25456
|
+
error: string;
|
|
25457
25457
|
operation: "create_data_source";
|
|
25458
25458
|
dataSource?: z.objectInputType<{
|
|
25459
25459
|
object: z.ZodLiteral<"data_source">;
|
|
@@ -27246,8 +27246,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
27246
27246
|
public_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27247
27247
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
27248
27248
|
}, "strip", z.ZodTypeAny, {
|
|
27249
|
-
error: string;
|
|
27250
27249
|
success: boolean;
|
|
27250
|
+
error: string;
|
|
27251
27251
|
operation: "update_data_source";
|
|
27252
27252
|
dataSource?: z.objectOutputType<{
|
|
27253
27253
|
object: z.ZodLiteral<"data_source">;
|
|
@@ -27697,8 +27697,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
27697
27697
|
public_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27698
27698
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
27699
27699
|
}, {
|
|
27700
|
-
error: string;
|
|
27701
27700
|
success: boolean;
|
|
27701
|
+
error: string;
|
|
27702
27702
|
operation: "update_data_source";
|
|
27703
27703
|
dataSource?: z.objectInputType<{
|
|
27704
27704
|
object: z.ZodLiteral<"data_source">;
|
|
@@ -28759,6 +28759,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28759
28759
|
};
|
|
28760
28760
|
} | null | undefined;
|
|
28761
28761
|
}[];
|
|
28762
|
+
url?: string | undefined;
|
|
28762
28763
|
description?: {
|
|
28763
28764
|
type: "text" | "mention" | "equation";
|
|
28764
28765
|
text?: {
|
|
@@ -28778,7 +28779,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28778
28779
|
} | undefined;
|
|
28779
28780
|
href?: string | null | undefined;
|
|
28780
28781
|
}[] | undefined;
|
|
28781
|
-
url?: string | undefined;
|
|
28782
28782
|
is_locked?: boolean | undefined;
|
|
28783
28783
|
icon?: {
|
|
28784
28784
|
type: "emoji";
|
|
@@ -28892,6 +28892,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28892
28892
|
};
|
|
28893
28893
|
} | null | undefined;
|
|
28894
28894
|
}[];
|
|
28895
|
+
url?: string | undefined;
|
|
28895
28896
|
description?: {
|
|
28896
28897
|
type: "text" | "mention" | "equation";
|
|
28897
28898
|
text?: {
|
|
@@ -28911,7 +28912,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28911
28912
|
} | undefined;
|
|
28912
28913
|
href?: string | null | undefined;
|
|
28913
28914
|
}[] | undefined;
|
|
28914
|
-
url?: string | undefined;
|
|
28915
28915
|
is_locked?: boolean | undefined;
|
|
28916
28916
|
icon?: {
|
|
28917
28917
|
type: "emoji";
|
|
@@ -28950,8 +28950,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28950
28950
|
is_inline?: boolean | undefined;
|
|
28951
28951
|
}>>;
|
|
28952
28952
|
}, "strip", z.ZodTypeAny, {
|
|
28953
|
-
error: string;
|
|
28954
28953
|
success: boolean;
|
|
28954
|
+
error: string;
|
|
28955
28955
|
operation: "create_database";
|
|
28956
28956
|
database?: {
|
|
28957
28957
|
object: "database";
|
|
@@ -29030,6 +29030,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29030
29030
|
};
|
|
29031
29031
|
} | null | undefined;
|
|
29032
29032
|
}[];
|
|
29033
|
+
url?: string | undefined;
|
|
29033
29034
|
description?: {
|
|
29034
29035
|
type: "text" | "mention" | "equation";
|
|
29035
29036
|
text?: {
|
|
@@ -29049,7 +29050,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29049
29050
|
} | undefined;
|
|
29050
29051
|
href?: string | null | undefined;
|
|
29051
29052
|
}[] | undefined;
|
|
29052
|
-
url?: string | undefined;
|
|
29053
29053
|
is_locked?: boolean | undefined;
|
|
29054
29054
|
icon?: {
|
|
29055
29055
|
type: "emoji";
|
|
@@ -29088,8 +29088,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29088
29088
|
is_inline?: boolean | undefined;
|
|
29089
29089
|
} | undefined;
|
|
29090
29090
|
}, {
|
|
29091
|
-
error: string;
|
|
29092
29091
|
success: boolean;
|
|
29092
|
+
error: string;
|
|
29093
29093
|
operation: "create_database";
|
|
29094
29094
|
database?: {
|
|
29095
29095
|
object: "database";
|
|
@@ -29168,6 +29168,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29168
29168
|
};
|
|
29169
29169
|
} | null | undefined;
|
|
29170
29170
|
}[];
|
|
29171
|
+
url?: string | undefined;
|
|
29171
29172
|
description?: {
|
|
29172
29173
|
type: "text" | "mention" | "equation";
|
|
29173
29174
|
text?: {
|
|
@@ -29187,7 +29188,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29187
29188
|
} | undefined;
|
|
29188
29189
|
href?: string | null | undefined;
|
|
29189
29190
|
}[] | undefined;
|
|
29190
|
-
url?: string | undefined;
|
|
29191
29191
|
is_locked?: boolean | undefined;
|
|
29192
29192
|
icon?: {
|
|
29193
29193
|
type: "emoji";
|
|
@@ -29837,6 +29837,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29837
29837
|
};
|
|
29838
29838
|
} | null | undefined;
|
|
29839
29839
|
}[];
|
|
29840
|
+
url?: string | undefined;
|
|
29840
29841
|
description?: {
|
|
29841
29842
|
type: "text" | "mention" | "equation";
|
|
29842
29843
|
text?: {
|
|
@@ -29856,7 +29857,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29856
29857
|
} | undefined;
|
|
29857
29858
|
href?: string | null | undefined;
|
|
29858
29859
|
}[] | undefined;
|
|
29859
|
-
url?: string | undefined;
|
|
29860
29860
|
is_locked?: boolean | undefined;
|
|
29861
29861
|
icon?: {
|
|
29862
29862
|
type: "emoji";
|
|
@@ -29970,6 +29970,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29970
29970
|
};
|
|
29971
29971
|
} | null | undefined;
|
|
29972
29972
|
}[];
|
|
29973
|
+
url?: string | undefined;
|
|
29973
29974
|
description?: {
|
|
29974
29975
|
type: "text" | "mention" | "equation";
|
|
29975
29976
|
text?: {
|
|
@@ -29989,7 +29990,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29989
29990
|
} | undefined;
|
|
29990
29991
|
href?: string | null | undefined;
|
|
29991
29992
|
}[] | undefined;
|
|
29992
|
-
url?: string | undefined;
|
|
29993
29993
|
is_locked?: boolean | undefined;
|
|
29994
29994
|
icon?: {
|
|
29995
29995
|
type: "emoji";
|
|
@@ -30028,8 +30028,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30028
30028
|
is_inline?: boolean | undefined;
|
|
30029
30029
|
}>>;
|
|
30030
30030
|
}, "strip", z.ZodTypeAny, {
|
|
30031
|
-
error: string;
|
|
30032
30031
|
success: boolean;
|
|
30032
|
+
error: string;
|
|
30033
30033
|
operation: "update_database";
|
|
30034
30034
|
database?: {
|
|
30035
30035
|
object: "database";
|
|
@@ -30108,6 +30108,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30108
30108
|
};
|
|
30109
30109
|
} | null | undefined;
|
|
30110
30110
|
}[];
|
|
30111
|
+
url?: string | undefined;
|
|
30111
30112
|
description?: {
|
|
30112
30113
|
type: "text" | "mention" | "equation";
|
|
30113
30114
|
text?: {
|
|
@@ -30127,7 +30128,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30127
30128
|
} | undefined;
|
|
30128
30129
|
href?: string | null | undefined;
|
|
30129
30130
|
}[] | undefined;
|
|
30130
|
-
url?: string | undefined;
|
|
30131
30131
|
is_locked?: boolean | undefined;
|
|
30132
30132
|
icon?: {
|
|
30133
30133
|
type: "emoji";
|
|
@@ -30166,8 +30166,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30166
30166
|
is_inline?: boolean | undefined;
|
|
30167
30167
|
} | undefined;
|
|
30168
30168
|
}, {
|
|
30169
|
-
error: string;
|
|
30170
30169
|
success: boolean;
|
|
30170
|
+
error: string;
|
|
30171
30171
|
operation: "update_database";
|
|
30172
30172
|
database?: {
|
|
30173
30173
|
object: "database";
|
|
@@ -30246,6 +30246,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30246
30246
|
};
|
|
30247
30247
|
} | null | undefined;
|
|
30248
30248
|
}[];
|
|
30249
|
+
url?: string | undefined;
|
|
30249
30250
|
description?: {
|
|
30250
30251
|
type: "text" | "mention" | "equation";
|
|
30251
30252
|
text?: {
|
|
@@ -30265,7 +30266,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30265
30266
|
} | undefined;
|
|
30266
30267
|
href?: string | null | undefined;
|
|
30267
30268
|
}[] | undefined;
|
|
30268
|
-
url?: string | undefined;
|
|
30269
30269
|
is_locked?: boolean | undefined;
|
|
30270
30270
|
icon?: {
|
|
30271
30271
|
type: "emoji";
|
|
@@ -30911,8 +30911,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30911
30911
|
next_cursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30912
30912
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
30913
30913
|
}, "strip", z.ZodTypeAny, {
|
|
30914
|
-
error: string;
|
|
30915
30914
|
success: boolean;
|
|
30915
|
+
error: string;
|
|
30916
30916
|
operation: "append_block_children";
|
|
30917
30917
|
blocks?: z.objectOutputType<{
|
|
30918
30918
|
object: z.ZodLiteral<"block">;
|
|
@@ -31118,8 +31118,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
31118
31118
|
next_cursor?: string | null | undefined;
|
|
31119
31119
|
has_more?: boolean | undefined;
|
|
31120
31120
|
}, {
|
|
31121
|
-
error: string;
|
|
31122
31121
|
success: boolean;
|
|
31122
|
+
error: string;
|
|
31123
31123
|
operation: "append_block_children";
|
|
31124
31124
|
blocks?: z.objectInputType<{
|
|
31125
31125
|
object: z.ZodLiteral<"block">;
|
|
@@ -31932,8 +31932,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
31932
31932
|
next_cursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31933
31933
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
31934
31934
|
}, "strip", z.ZodTypeAny, {
|
|
31935
|
-
error: string;
|
|
31936
31935
|
success: boolean;
|
|
31936
|
+
error: string;
|
|
31937
31937
|
operation: "retrieve_block_children";
|
|
31938
31938
|
blocks?: z.objectOutputType<{
|
|
31939
31939
|
object: z.ZodLiteral<"block">;
|
|
@@ -32139,8 +32139,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
32139
32139
|
next_cursor?: string | null | undefined;
|
|
32140
32140
|
has_more?: boolean | undefined;
|
|
32141
32141
|
}, {
|
|
32142
|
-
error: string;
|
|
32143
32142
|
success: boolean;
|
|
32143
|
+
error: string;
|
|
32144
32144
|
operation: "retrieve_block_children";
|
|
32145
32145
|
blocks?: z.objectInputType<{
|
|
32146
32146
|
object: z.ZodLiteral<"block">;
|
|
@@ -32951,8 +32951,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
32951
32951
|
type: z.ZodString;
|
|
32952
32952
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
32953
32953
|
}, "strip", z.ZodTypeAny, {
|
|
32954
|
-
error: string;
|
|
32955
32954
|
success: boolean;
|
|
32955
|
+
error: string;
|
|
32956
32956
|
operation: "retrieve_block";
|
|
32957
32957
|
block?: z.objectOutputType<{
|
|
32958
32958
|
object: z.ZodLiteral<"block">;
|
|
@@ -33156,8 +33156,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
33156
33156
|
type: z.ZodString;
|
|
33157
33157
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
33158
33158
|
}, {
|
|
33159
|
-
error: string;
|
|
33160
33159
|
success: boolean;
|
|
33160
|
+
error: string;
|
|
33161
33161
|
operation: "retrieve_block";
|
|
33162
33162
|
block?: z.objectInputType<{
|
|
33163
33163
|
object: z.ZodLiteral<"block">;
|
|
@@ -33966,8 +33966,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
33966
33966
|
type: z.ZodString;
|
|
33967
33967
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
33968
33968
|
}, "strip", z.ZodTypeAny, {
|
|
33969
|
-
error: string;
|
|
33970
33969
|
success: boolean;
|
|
33970
|
+
error: string;
|
|
33971
33971
|
operation: "update_block";
|
|
33972
33972
|
block?: z.objectOutputType<{
|
|
33973
33973
|
object: z.ZodLiteral<"block">;
|
|
@@ -34171,8 +34171,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34171
34171
|
type: z.ZodString;
|
|
34172
34172
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
34173
34173
|
}, {
|
|
34174
|
-
error: string;
|
|
34175
34174
|
success: boolean;
|
|
34175
|
+
error: string;
|
|
34176
34176
|
operation: "update_block";
|
|
34177
34177
|
block?: z.objectInputType<{
|
|
34178
34178
|
object: z.ZodLiteral<"block">;
|
|
@@ -34652,8 +34652,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34652
34652
|
}[];
|
|
34653
34653
|
}>>;
|
|
34654
34654
|
}, "strip", z.ZodTypeAny, {
|
|
34655
|
-
error: string;
|
|
34656
34655
|
success: boolean;
|
|
34656
|
+
error: string;
|
|
34657
34657
|
operation: "create_comment";
|
|
34658
34658
|
comment?: {
|
|
34659
34659
|
object: "comment";
|
|
@@ -34706,8 +34706,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34706
34706
|
}[];
|
|
34707
34707
|
} | undefined;
|
|
34708
34708
|
}, {
|
|
34709
|
-
error: string;
|
|
34710
34709
|
success: boolean;
|
|
34710
|
+
error: string;
|
|
34711
34711
|
operation: "create_comment";
|
|
34712
34712
|
comment?: {
|
|
34713
34713
|
object: "comment";
|
|
@@ -35036,8 +35036,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35036
35036
|
}[];
|
|
35037
35037
|
}>>;
|
|
35038
35038
|
}, "strip", z.ZodTypeAny, {
|
|
35039
|
-
error: string;
|
|
35040
35039
|
success: boolean;
|
|
35040
|
+
error: string;
|
|
35041
35041
|
operation: "retrieve_comment";
|
|
35042
35042
|
comment?: {
|
|
35043
35043
|
object: "comment";
|
|
@@ -35090,8 +35090,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35090
35090
|
}[];
|
|
35091
35091
|
} | undefined;
|
|
35092
35092
|
}, {
|
|
35093
|
-
error: string;
|
|
35094
35093
|
success: boolean;
|
|
35094
|
+
error: string;
|
|
35095
35095
|
operation: "retrieve_comment";
|
|
35096
35096
|
comment?: {
|
|
35097
35097
|
object: "comment";
|
|
@@ -35221,8 +35221,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35221
35221
|
next_cursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35222
35222
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
35223
35223
|
}, "strip", z.ZodTypeAny, {
|
|
35224
|
-
error: string;
|
|
35225
35224
|
success: boolean;
|
|
35225
|
+
error: string;
|
|
35226
35226
|
operation: "list_users";
|
|
35227
35227
|
users?: {
|
|
35228
35228
|
object: "user";
|
|
@@ -35244,8 +35244,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35244
35244
|
next_cursor?: string | null | undefined;
|
|
35245
35245
|
has_more?: boolean | undefined;
|
|
35246
35246
|
}, {
|
|
35247
|
-
error: string;
|
|
35248
35247
|
success: boolean;
|
|
35248
|
+
error: string;
|
|
35249
35249
|
operation: "list_users";
|
|
35250
35250
|
users?: {
|
|
35251
35251
|
object: "user";
|
|
@@ -35325,8 +35325,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35325
35325
|
next_cursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35326
35326
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
35327
35327
|
}, "strip", z.ZodTypeAny, {
|
|
35328
|
-
error: string;
|
|
35329
35328
|
success: boolean;
|
|
35329
|
+
error: string;
|
|
35330
35330
|
operation: "search";
|
|
35331
35331
|
next_cursor?: string | null | undefined;
|
|
35332
35332
|
has_more?: boolean | undefined;
|
|
@@ -35349,8 +35349,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35349
35349
|
in_trash: z.ZodOptional<z.ZodBoolean>;
|
|
35350
35350
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
35351
35351
|
}, {
|
|
35352
|
-
error: string;
|
|
35353
35352
|
success: boolean;
|
|
35353
|
+
error: string;
|
|
35354
35354
|
operation: "search";
|
|
35355
35355
|
next_cursor?: string | null | undefined;
|
|
35356
35356
|
has_more?: boolean | undefined;
|