@bubblelab/bubble-core 0.1.35 → 0.1.36
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 +80 -80
- package/dist/bubbles/service-bubble/agi-inc.d.ts +116 -116
- package/dist/bubbles/service-bubble/ai-agent.d.ts +36 -36
- package/dist/bubbles/service-bubble/airtable.d.ts +232 -232
- package/dist/bubbles/service-bubble/apify/apify.d.ts +38 -38
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +50 -50
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +56 -56
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +52 -52
- package/dist/bubbles/service-bubble/firecrawl.d.ts +326 -326
- package/dist/bubbles/service-bubble/followupboss.d.ts +332 -332
- package/dist/bubbles/service-bubble/github.d.ts +172 -172
- package/dist/bubbles/service-bubble/gmail.d.ts +632 -632
- package/dist/bubbles/service-bubble/google-calendar.d.ts +232 -232
- package/dist/bubbles/service-bubble/google-drive.d.ts +128 -128
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +54 -54
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/insforge-db.d.ts +18 -18
- package/dist/bubbles/service-bubble/jira/jira.d.ts +5762 -2108
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.js +32 -7
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +7993 -3124
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.js +14 -2
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/notion/notion.d.ts +204 -204
- package/dist/bubbles/service-bubble/postgresql.d.ts +18 -18
- package/dist/bubbles/service-bubble/resend.d.ts +20 -20
- package/dist/bubbles/service-bubble/slack/slack.d.ts +418 -418
- package/dist/bubbles/service-bubble/storage.d.ts +60 -60
- package/dist/bubbles/service-bubble/telegram.d.ts +122 -122
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +33 -33
- 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/company-enrichment-tool.d.ts +8 -8
- 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 +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +426 -426
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +104 -104
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +192 -192
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
- 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 +68 -68
- 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-formatter-agent.d.ts +60 -60
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +47 -49
- package/package.json +2 -2
|
@@ -1158,11 +1158,11 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1158
1158
|
} | undefined;
|
|
1159
1159
|
href?: string | null | undefined;
|
|
1160
1160
|
}[] | undefined;
|
|
1161
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1162
1161
|
parent?: {
|
|
1163
1162
|
type: "database_id";
|
|
1164
1163
|
database_id: string;
|
|
1165
1164
|
} | undefined;
|
|
1165
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1166
1166
|
icon?: {
|
|
1167
1167
|
type: "file";
|
|
1168
1168
|
file: {
|
|
@@ -1226,11 +1226,11 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1226
1226
|
} | undefined;
|
|
1227
1227
|
href?: string | null | undefined;
|
|
1228
1228
|
}[] | undefined;
|
|
1229
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1230
1229
|
parent?: {
|
|
1231
1230
|
type: "database_id";
|
|
1232
1231
|
database_id: string;
|
|
1233
1232
|
} | undefined;
|
|
1233
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1234
1234
|
icon?: {
|
|
1235
1235
|
type: "file";
|
|
1236
1236
|
file: {
|
|
@@ -2170,7 +2170,6 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2170
2170
|
} | undefined;
|
|
2171
2171
|
href?: string | null | undefined;
|
|
2172
2172
|
}[] | undefined;
|
|
2173
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2174
2173
|
parent?: {
|
|
2175
2174
|
type: "page_id";
|
|
2176
2175
|
page_id: string;
|
|
@@ -2188,6 +2187,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2188
2187
|
type: "workspace";
|
|
2189
2188
|
workspace: true;
|
|
2190
2189
|
} | undefined;
|
|
2190
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2191
2191
|
is_locked?: boolean | undefined;
|
|
2192
2192
|
icon?: {
|
|
2193
2193
|
type: "file";
|
|
@@ -2269,7 +2269,6 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2269
2269
|
} | undefined;
|
|
2270
2270
|
href?: string | null | undefined;
|
|
2271
2271
|
}[] | undefined;
|
|
2272
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2273
2272
|
parent?: {
|
|
2274
2273
|
type: "page_id";
|
|
2275
2274
|
page_id: string;
|
|
@@ -2287,6 +2286,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2287
2286
|
type: "workspace";
|
|
2288
2287
|
workspace: true;
|
|
2289
2288
|
} | undefined;
|
|
2289
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2290
2290
|
is_locked?: boolean | undefined;
|
|
2291
2291
|
icon?: {
|
|
2292
2292
|
type: "file";
|
|
@@ -2994,7 +2994,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2994
2994
|
}, "strip", z.ZodTypeAny, {
|
|
2995
2995
|
object: "page";
|
|
2996
2996
|
properties: Record<string, unknown>;
|
|
2997
|
-
url: string;
|
|
2998
2997
|
id: string;
|
|
2999
2998
|
parent: {
|
|
3000
2999
|
type: "page_id";
|
|
@@ -3013,6 +3012,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3013
3012
|
type: "workspace";
|
|
3014
3013
|
workspace: true;
|
|
3015
3014
|
};
|
|
3015
|
+
url: string;
|
|
3016
3016
|
created_time: string;
|
|
3017
3017
|
last_edited_time: string;
|
|
3018
3018
|
created_by: {
|
|
@@ -3087,7 +3087,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3087
3087
|
}, {
|
|
3088
3088
|
object: "page";
|
|
3089
3089
|
properties: Record<string, unknown>;
|
|
3090
|
-
url: string;
|
|
3091
3090
|
id: string;
|
|
3092
3091
|
parent: {
|
|
3093
3092
|
type: "page_id";
|
|
@@ -3106,6 +3105,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3106
3105
|
type: "workspace";
|
|
3107
3106
|
workspace: true;
|
|
3108
3107
|
};
|
|
3108
|
+
url: string;
|
|
3109
3109
|
created_time: string;
|
|
3110
3110
|
last_edited_time: string;
|
|
3111
3111
|
created_by: {
|
|
@@ -3179,13 +3179,12 @@ 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
|
-
success: boolean;
|
|
3184
3182
|
operation: "create_page";
|
|
3183
|
+
success: boolean;
|
|
3184
|
+
error: string;
|
|
3185
3185
|
page?: {
|
|
3186
3186
|
object: "page";
|
|
3187
3187
|
properties: Record<string, unknown>;
|
|
3188
|
-
url: string;
|
|
3189
3188
|
id: string;
|
|
3190
3189
|
parent: {
|
|
3191
3190
|
type: "page_id";
|
|
@@ -3204,6 +3203,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3204
3203
|
type: "workspace";
|
|
3205
3204
|
workspace: true;
|
|
3206
3205
|
};
|
|
3206
|
+
url: string;
|
|
3207
3207
|
created_time: string;
|
|
3208
3208
|
last_edited_time: string;
|
|
3209
3209
|
created_by: {
|
|
@@ -3277,13 +3277,12 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3277
3277
|
public_url?: string | null | undefined;
|
|
3278
3278
|
} | undefined;
|
|
3279
3279
|
}, {
|
|
3280
|
-
error: string;
|
|
3281
|
-
success: boolean;
|
|
3282
3280
|
operation: "create_page";
|
|
3281
|
+
success: boolean;
|
|
3282
|
+
error: string;
|
|
3283
3283
|
page?: {
|
|
3284
3284
|
object: "page";
|
|
3285
3285
|
properties: Record<string, unknown>;
|
|
3286
|
-
url: string;
|
|
3287
3286
|
id: string;
|
|
3288
3287
|
parent: {
|
|
3289
3288
|
type: "page_id";
|
|
@@ -3302,6 +3301,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3302
3301
|
type: "workspace";
|
|
3303
3302
|
workspace: true;
|
|
3304
3303
|
};
|
|
3304
|
+
url: string;
|
|
3305
3305
|
created_time: string;
|
|
3306
3306
|
last_edited_time: string;
|
|
3307
3307
|
created_by: {
|
|
@@ -3698,7 +3698,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3698
3698
|
}, "strip", z.ZodTypeAny, {
|
|
3699
3699
|
object: "page";
|
|
3700
3700
|
properties: Record<string, unknown>;
|
|
3701
|
-
url: string;
|
|
3702
3701
|
id: string;
|
|
3703
3702
|
parent: {
|
|
3704
3703
|
type: "page_id";
|
|
@@ -3717,6 +3716,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3717
3716
|
type: "workspace";
|
|
3718
3717
|
workspace: true;
|
|
3719
3718
|
};
|
|
3719
|
+
url: string;
|
|
3720
3720
|
created_time: string;
|
|
3721
3721
|
last_edited_time: string;
|
|
3722
3722
|
created_by: {
|
|
@@ -3791,7 +3791,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3791
3791
|
}, {
|
|
3792
3792
|
object: "page";
|
|
3793
3793
|
properties: Record<string, unknown>;
|
|
3794
|
-
url: string;
|
|
3795
3794
|
id: string;
|
|
3796
3795
|
parent: {
|
|
3797
3796
|
type: "page_id";
|
|
@@ -3810,6 +3809,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3810
3809
|
type: "workspace";
|
|
3811
3810
|
workspace: true;
|
|
3812
3811
|
};
|
|
3812
|
+
url: string;
|
|
3813
3813
|
created_time: string;
|
|
3814
3814
|
last_edited_time: string;
|
|
3815
3815
|
created_by: {
|
|
@@ -3883,13 +3883,12 @@ 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
|
-
success: boolean;
|
|
3888
3886
|
operation: "retrieve_page";
|
|
3887
|
+
success: boolean;
|
|
3888
|
+
error: string;
|
|
3889
3889
|
page?: {
|
|
3890
3890
|
object: "page";
|
|
3891
3891
|
properties: Record<string, unknown>;
|
|
3892
|
-
url: string;
|
|
3893
3892
|
id: string;
|
|
3894
3893
|
parent: {
|
|
3895
3894
|
type: "page_id";
|
|
@@ -3908,6 +3907,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3908
3907
|
type: "workspace";
|
|
3909
3908
|
workspace: true;
|
|
3910
3909
|
};
|
|
3910
|
+
url: string;
|
|
3911
3911
|
created_time: string;
|
|
3912
3912
|
last_edited_time: string;
|
|
3913
3913
|
created_by: {
|
|
@@ -3981,13 +3981,12 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3981
3981
|
public_url?: string | null | undefined;
|
|
3982
3982
|
} | undefined;
|
|
3983
3983
|
}, {
|
|
3984
|
-
error: string;
|
|
3985
|
-
success: boolean;
|
|
3986
3984
|
operation: "retrieve_page";
|
|
3985
|
+
success: boolean;
|
|
3986
|
+
error: string;
|
|
3987
3987
|
page?: {
|
|
3988
3988
|
object: "page";
|
|
3989
3989
|
properties: Record<string, unknown>;
|
|
3990
|
-
url: string;
|
|
3991
3990
|
id: string;
|
|
3992
3991
|
parent: {
|
|
3993
3992
|
type: "page_id";
|
|
@@ -4006,6 +4005,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4006
4005
|
type: "workspace";
|
|
4007
4006
|
workspace: true;
|
|
4008
4007
|
};
|
|
4008
|
+
url: string;
|
|
4009
4009
|
created_time: string;
|
|
4010
4010
|
last_edited_time: string;
|
|
4011
4011
|
created_by: {
|
|
@@ -4402,7 +4402,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4402
4402
|
}, "strip", z.ZodTypeAny, {
|
|
4403
4403
|
object: "page";
|
|
4404
4404
|
properties: Record<string, unknown>;
|
|
4405
|
-
url: string;
|
|
4406
4405
|
id: string;
|
|
4407
4406
|
parent: {
|
|
4408
4407
|
type: "page_id";
|
|
@@ -4421,6 +4420,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4421
4420
|
type: "workspace";
|
|
4422
4421
|
workspace: true;
|
|
4423
4422
|
};
|
|
4423
|
+
url: string;
|
|
4424
4424
|
created_time: string;
|
|
4425
4425
|
last_edited_time: string;
|
|
4426
4426
|
created_by: {
|
|
@@ -4495,7 +4495,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4495
4495
|
}, {
|
|
4496
4496
|
object: "page";
|
|
4497
4497
|
properties: Record<string, unknown>;
|
|
4498
|
-
url: string;
|
|
4499
4498
|
id: string;
|
|
4500
4499
|
parent: {
|
|
4501
4500
|
type: "page_id";
|
|
@@ -4514,6 +4513,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4514
4513
|
type: "workspace";
|
|
4515
4514
|
workspace: true;
|
|
4516
4515
|
};
|
|
4516
|
+
url: string;
|
|
4517
4517
|
created_time: string;
|
|
4518
4518
|
last_edited_time: string;
|
|
4519
4519
|
created_by: {
|
|
@@ -4587,13 +4587,12 @@ 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
|
-
success: boolean;
|
|
4592
4590
|
operation: "update_page";
|
|
4591
|
+
success: boolean;
|
|
4592
|
+
error: string;
|
|
4593
4593
|
page?: {
|
|
4594
4594
|
object: "page";
|
|
4595
4595
|
properties: Record<string, unknown>;
|
|
4596
|
-
url: string;
|
|
4597
4596
|
id: string;
|
|
4598
4597
|
parent: {
|
|
4599
4598
|
type: "page_id";
|
|
@@ -4612,6 +4611,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4612
4611
|
type: "workspace";
|
|
4613
4612
|
workspace: true;
|
|
4614
4613
|
};
|
|
4614
|
+
url: string;
|
|
4615
4615
|
created_time: string;
|
|
4616
4616
|
last_edited_time: string;
|
|
4617
4617
|
created_by: {
|
|
@@ -4685,13 +4685,12 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4685
4685
|
public_url?: string | null | undefined;
|
|
4686
4686
|
} | undefined;
|
|
4687
4687
|
}, {
|
|
4688
|
-
error: string;
|
|
4689
|
-
success: boolean;
|
|
4690
4688
|
operation: "update_page";
|
|
4689
|
+
success: boolean;
|
|
4690
|
+
error: string;
|
|
4691
4691
|
page?: {
|
|
4692
4692
|
object: "page";
|
|
4693
4693
|
properties: Record<string, unknown>;
|
|
4694
|
-
url: string;
|
|
4695
4694
|
id: string;
|
|
4696
4695
|
parent: {
|
|
4697
4696
|
type: "page_id";
|
|
@@ -4710,6 +4709,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4710
4709
|
type: "workspace";
|
|
4711
4710
|
workspace: true;
|
|
4712
4711
|
};
|
|
4712
|
+
url: string;
|
|
4713
4713
|
created_time: string;
|
|
4714
4714
|
last_edited_time: string;
|
|
4715
4715
|
created_by: {
|
|
@@ -5245,8 +5245,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5245
5245
|
};
|
|
5246
5246
|
}>]>>>;
|
|
5247
5247
|
}, "strip", z.ZodTypeAny, {
|
|
5248
|
-
name: string;
|
|
5249
5248
|
id: string;
|
|
5249
|
+
name: string;
|
|
5250
5250
|
icon?: {
|
|
5251
5251
|
type: "emoji";
|
|
5252
5252
|
emoji: string;
|
|
@@ -5280,8 +5280,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5280
5280
|
};
|
|
5281
5281
|
} | null | undefined;
|
|
5282
5282
|
}, {
|
|
5283
|
-
name: string;
|
|
5284
5283
|
id: string;
|
|
5284
|
+
name: string;
|
|
5285
5285
|
icon?: {
|
|
5286
5286
|
type: "emoji";
|
|
5287
5287
|
emoji: string;
|
|
@@ -5359,8 +5359,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5359
5359
|
created_time: string;
|
|
5360
5360
|
last_edited_time: string;
|
|
5361
5361
|
data_sources: {
|
|
5362
|
-
name: string;
|
|
5363
5362
|
id: string;
|
|
5363
|
+
name: string;
|
|
5364
5364
|
icon?: {
|
|
5365
5365
|
type: "emoji";
|
|
5366
5366
|
emoji: string;
|
|
@@ -5492,8 +5492,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5492
5492
|
created_time: string;
|
|
5493
5493
|
last_edited_time: string;
|
|
5494
5494
|
data_sources: {
|
|
5495
|
-
name: string;
|
|
5496
5495
|
id: string;
|
|
5496
|
+
name: string;
|
|
5497
5497
|
icon?: {
|
|
5498
5498
|
type: "emoji";
|
|
5499
5499
|
emoji: string;
|
|
@@ -5585,9 +5585,9 @@ 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
|
-
success: boolean;
|
|
5590
5588
|
operation: "retrieve_database";
|
|
5589
|
+
success: boolean;
|
|
5590
|
+
error: string;
|
|
5591
5591
|
database?: {
|
|
5592
5592
|
object: "database";
|
|
5593
5593
|
title: {
|
|
@@ -5630,8 +5630,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5630
5630
|
created_time: string;
|
|
5631
5631
|
last_edited_time: string;
|
|
5632
5632
|
data_sources: {
|
|
5633
|
-
name: string;
|
|
5634
5633
|
id: string;
|
|
5634
|
+
name: string;
|
|
5635
5635
|
icon?: {
|
|
5636
5636
|
type: "emoji";
|
|
5637
5637
|
emoji: string;
|
|
@@ -5723,9 +5723,9 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5723
5723
|
is_inline?: boolean | undefined;
|
|
5724
5724
|
} | undefined;
|
|
5725
5725
|
}, {
|
|
5726
|
-
error: string;
|
|
5727
|
-
success: boolean;
|
|
5728
5726
|
operation: "retrieve_database";
|
|
5727
|
+
success: boolean;
|
|
5728
|
+
error: string;
|
|
5729
5729
|
database?: {
|
|
5730
5730
|
object: "database";
|
|
5731
5731
|
title: {
|
|
@@ -5768,8 +5768,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5768
5768
|
created_time: string;
|
|
5769
5769
|
last_edited_time: string;
|
|
5770
5770
|
data_sources: {
|
|
5771
|
-
name: string;
|
|
5772
5771
|
id: string;
|
|
5772
|
+
name: string;
|
|
5773
5773
|
icon?: {
|
|
5774
5774
|
type: "emoji";
|
|
5775
5775
|
emoji: string;
|
|
@@ -5919,9 +5919,9 @@ 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
|
-
success: boolean;
|
|
5924
5922
|
operation: "query_data_source";
|
|
5923
|
+
success: boolean;
|
|
5924
|
+
error: string;
|
|
5925
5925
|
next_cursor?: string | null | undefined;
|
|
5926
5926
|
has_more?: boolean | undefined;
|
|
5927
5927
|
results?: z.objectOutputType<{
|
|
@@ -5943,9 +5943,9 @@ 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
|
-
success: boolean;
|
|
5948
5946
|
operation: "query_data_source";
|
|
5947
|
+
success: boolean;
|
|
5948
|
+
error: string;
|
|
5949
5949
|
next_cursor?: string | null | undefined;
|
|
5950
5950
|
has_more?: boolean | undefined;
|
|
5951
5951
|
results?: z.objectInputType<{
|
|
@@ -7310,9 +7310,9 @@ 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
|
-
success: boolean;
|
|
7315
7313
|
operation: "create_data_source";
|
|
7314
|
+
success: boolean;
|
|
7315
|
+
error: string;
|
|
7316
7316
|
dataSource?: z.objectOutputType<{
|
|
7317
7317
|
object: z.ZodLiteral<"data_source">;
|
|
7318
7318
|
id: z.ZodString;
|
|
@@ -7761,9 +7761,9 @@ 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
|
-
success: boolean;
|
|
7766
7764
|
operation: "create_data_source";
|
|
7765
|
+
success: boolean;
|
|
7766
|
+
error: string;
|
|
7767
7767
|
dataSource?: z.objectInputType<{
|
|
7768
7768
|
object: z.ZodLiteral<"data_source">;
|
|
7769
7769
|
id: z.ZodString;
|
|
@@ -9555,9 +9555,9 @@ 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
|
-
success: boolean;
|
|
9560
9558
|
operation: "update_data_source";
|
|
9559
|
+
success: boolean;
|
|
9560
|
+
error: string;
|
|
9561
9561
|
dataSource?: z.objectOutputType<{
|
|
9562
9562
|
object: z.ZodLiteral<"data_source">;
|
|
9563
9563
|
id: z.ZodString;
|
|
@@ -10006,9 +10006,9 @@ 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
|
-
success: boolean;
|
|
10011
10009
|
operation: "update_data_source";
|
|
10010
|
+
success: boolean;
|
|
10011
|
+
error: string;
|
|
10012
10012
|
dataSource?: z.objectInputType<{
|
|
10013
10013
|
object: z.ZodLiteral<"data_source">;
|
|
10014
10014
|
id: z.ZodString;
|
|
@@ -10919,8 +10919,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
10919
10919
|
};
|
|
10920
10920
|
}>]>>>;
|
|
10921
10921
|
}, "strip", z.ZodTypeAny, {
|
|
10922
|
-
name: string;
|
|
10923
10922
|
id: string;
|
|
10923
|
+
name: string;
|
|
10924
10924
|
icon?: {
|
|
10925
10925
|
type: "emoji";
|
|
10926
10926
|
emoji: string;
|
|
@@ -10954,8 +10954,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
10954
10954
|
};
|
|
10955
10955
|
} | null | undefined;
|
|
10956
10956
|
}, {
|
|
10957
|
-
name: string;
|
|
10958
10957
|
id: string;
|
|
10958
|
+
name: string;
|
|
10959
10959
|
icon?: {
|
|
10960
10960
|
type: "emoji";
|
|
10961
10961
|
emoji: string;
|
|
@@ -11033,8 +11033,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11033
11033
|
created_time: string;
|
|
11034
11034
|
last_edited_time: string;
|
|
11035
11035
|
data_sources: {
|
|
11036
|
-
name: string;
|
|
11037
11036
|
id: string;
|
|
11037
|
+
name: string;
|
|
11038
11038
|
icon?: {
|
|
11039
11039
|
type: "emoji";
|
|
11040
11040
|
emoji: string;
|
|
@@ -11166,8 +11166,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11166
11166
|
created_time: string;
|
|
11167
11167
|
last_edited_time: string;
|
|
11168
11168
|
data_sources: {
|
|
11169
|
-
name: string;
|
|
11170
11169
|
id: string;
|
|
11170
|
+
name: string;
|
|
11171
11171
|
icon?: {
|
|
11172
11172
|
type: "emoji";
|
|
11173
11173
|
emoji: string;
|
|
@@ -11259,9 +11259,9 @@ 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
|
-
success: boolean;
|
|
11264
11262
|
operation: "create_database";
|
|
11263
|
+
success: boolean;
|
|
11264
|
+
error: string;
|
|
11265
11265
|
database?: {
|
|
11266
11266
|
object: "database";
|
|
11267
11267
|
title: {
|
|
@@ -11304,8 +11304,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11304
11304
|
created_time: string;
|
|
11305
11305
|
last_edited_time: string;
|
|
11306
11306
|
data_sources: {
|
|
11307
|
-
name: string;
|
|
11308
11307
|
id: string;
|
|
11308
|
+
name: string;
|
|
11309
11309
|
icon?: {
|
|
11310
11310
|
type: "emoji";
|
|
11311
11311
|
emoji: string;
|
|
@@ -11397,9 +11397,9 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11397
11397
|
is_inline?: boolean | undefined;
|
|
11398
11398
|
} | undefined;
|
|
11399
11399
|
}, {
|
|
11400
|
-
error: string;
|
|
11401
|
-
success: boolean;
|
|
11402
11400
|
operation: "create_database";
|
|
11401
|
+
success: boolean;
|
|
11402
|
+
error: string;
|
|
11403
11403
|
database?: {
|
|
11404
11404
|
object: "database";
|
|
11405
11405
|
title: {
|
|
@@ -11442,8 +11442,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11442
11442
|
created_time: string;
|
|
11443
11443
|
last_edited_time: string;
|
|
11444
11444
|
data_sources: {
|
|
11445
|
-
name: string;
|
|
11446
11445
|
id: string;
|
|
11446
|
+
name: string;
|
|
11447
11447
|
icon?: {
|
|
11448
11448
|
type: "emoji";
|
|
11449
11449
|
emoji: string;
|
|
@@ -11997,8 +11997,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11997
11997
|
};
|
|
11998
11998
|
}>]>>>;
|
|
11999
11999
|
}, "strip", z.ZodTypeAny, {
|
|
12000
|
-
name: string;
|
|
12001
12000
|
id: string;
|
|
12001
|
+
name: string;
|
|
12002
12002
|
icon?: {
|
|
12003
12003
|
type: "emoji";
|
|
12004
12004
|
emoji: string;
|
|
@@ -12032,8 +12032,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12032
12032
|
};
|
|
12033
12033
|
} | null | undefined;
|
|
12034
12034
|
}, {
|
|
12035
|
-
name: string;
|
|
12036
12035
|
id: string;
|
|
12036
|
+
name: string;
|
|
12037
12037
|
icon?: {
|
|
12038
12038
|
type: "emoji";
|
|
12039
12039
|
emoji: string;
|
|
@@ -12111,8 +12111,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12111
12111
|
created_time: string;
|
|
12112
12112
|
last_edited_time: string;
|
|
12113
12113
|
data_sources: {
|
|
12114
|
-
name: string;
|
|
12115
12114
|
id: string;
|
|
12115
|
+
name: string;
|
|
12116
12116
|
icon?: {
|
|
12117
12117
|
type: "emoji";
|
|
12118
12118
|
emoji: string;
|
|
@@ -12244,8 +12244,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12244
12244
|
created_time: string;
|
|
12245
12245
|
last_edited_time: string;
|
|
12246
12246
|
data_sources: {
|
|
12247
|
-
name: string;
|
|
12248
12247
|
id: string;
|
|
12248
|
+
name: string;
|
|
12249
12249
|
icon?: {
|
|
12250
12250
|
type: "emoji";
|
|
12251
12251
|
emoji: string;
|
|
@@ -12337,9 +12337,9 @@ 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
|
-
success: boolean;
|
|
12342
12340
|
operation: "update_database";
|
|
12341
|
+
success: boolean;
|
|
12342
|
+
error: string;
|
|
12343
12343
|
database?: {
|
|
12344
12344
|
object: "database";
|
|
12345
12345
|
title: {
|
|
@@ -12382,8 +12382,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12382
12382
|
created_time: string;
|
|
12383
12383
|
last_edited_time: string;
|
|
12384
12384
|
data_sources: {
|
|
12385
|
-
name: string;
|
|
12386
12385
|
id: string;
|
|
12386
|
+
name: string;
|
|
12387
12387
|
icon?: {
|
|
12388
12388
|
type: "emoji";
|
|
12389
12389
|
emoji: string;
|
|
@@ -12475,9 +12475,9 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12475
12475
|
is_inline?: boolean | undefined;
|
|
12476
12476
|
} | undefined;
|
|
12477
12477
|
}, {
|
|
12478
|
-
error: string;
|
|
12479
|
-
success: boolean;
|
|
12480
12478
|
operation: "update_database";
|
|
12479
|
+
success: boolean;
|
|
12480
|
+
error: string;
|
|
12481
12481
|
database?: {
|
|
12482
12482
|
object: "database";
|
|
12483
12483
|
title: {
|
|
@@ -12520,8 +12520,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12520
12520
|
created_time: string;
|
|
12521
12521
|
last_edited_time: string;
|
|
12522
12522
|
data_sources: {
|
|
12523
|
-
name: string;
|
|
12524
12523
|
id: string;
|
|
12524
|
+
name: string;
|
|
12525
12525
|
icon?: {
|
|
12526
12526
|
type: "emoji";
|
|
12527
12527
|
emoji: string;
|
|
@@ -13220,9 +13220,9 @@ 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
|
-
success: boolean;
|
|
13225
13223
|
operation: "append_block_children";
|
|
13224
|
+
success: boolean;
|
|
13225
|
+
error: string;
|
|
13226
13226
|
blocks?: z.objectOutputType<{
|
|
13227
13227
|
object: z.ZodLiteral<"block">;
|
|
13228
13228
|
id: z.ZodString;
|
|
@@ -13427,9 +13427,9 @@ 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
|
-
success: boolean;
|
|
13432
13430
|
operation: "append_block_children";
|
|
13431
|
+
success: boolean;
|
|
13432
|
+
error: string;
|
|
13433
13433
|
blocks?: z.objectInputType<{
|
|
13434
13434
|
object: z.ZodLiteral<"block">;
|
|
13435
13435
|
id: z.ZodString;
|
|
@@ -14241,9 +14241,9 @@ 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
|
-
success: boolean;
|
|
14246
14244
|
operation: "retrieve_block_children";
|
|
14245
|
+
success: boolean;
|
|
14246
|
+
error: string;
|
|
14247
14247
|
blocks?: z.objectOutputType<{
|
|
14248
14248
|
object: z.ZodLiteral<"block">;
|
|
14249
14249
|
id: z.ZodString;
|
|
@@ -14448,9 +14448,9 @@ 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
|
-
success: boolean;
|
|
14453
14451
|
operation: "retrieve_block_children";
|
|
14452
|
+
success: boolean;
|
|
14453
|
+
error: string;
|
|
14454
14454
|
blocks?: z.objectInputType<{
|
|
14455
14455
|
object: z.ZodLiteral<"block">;
|
|
14456
14456
|
id: z.ZodString;
|
|
@@ -15260,9 +15260,9 @@ 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
|
-
success: boolean;
|
|
15265
15263
|
operation: "retrieve_block";
|
|
15264
|
+
success: boolean;
|
|
15265
|
+
error: string;
|
|
15266
15266
|
block?: z.objectOutputType<{
|
|
15267
15267
|
object: z.ZodLiteral<"block">;
|
|
15268
15268
|
id: z.ZodString;
|
|
@@ -15465,9 +15465,9 @@ 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
|
-
success: boolean;
|
|
15470
15468
|
operation: "retrieve_block";
|
|
15469
|
+
success: boolean;
|
|
15470
|
+
error: string;
|
|
15471
15471
|
block?: z.objectInputType<{
|
|
15472
15472
|
object: z.ZodLiteral<"block">;
|
|
15473
15473
|
id: z.ZodString;
|
|
@@ -16275,9 +16275,9 @@ 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
|
-
success: boolean;
|
|
16280
16278
|
operation: "update_block";
|
|
16279
|
+
success: boolean;
|
|
16280
|
+
error: string;
|
|
16281
16281
|
block?: z.objectOutputType<{
|
|
16282
16282
|
object: z.ZodLiteral<"block">;
|
|
16283
16283
|
id: z.ZodString;
|
|
@@ -16480,9 +16480,9 @@ 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
|
-
success: boolean;
|
|
16485
16483
|
operation: "update_block";
|
|
16484
|
+
success: boolean;
|
|
16485
|
+
error: string;
|
|
16486
16486
|
block?: z.objectInputType<{
|
|
16487
16487
|
object: z.ZodLiteral<"block">;
|
|
16488
16488
|
id: z.ZodString;
|
|
@@ -16961,9 +16961,9 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16961
16961
|
}[];
|
|
16962
16962
|
}>>;
|
|
16963
16963
|
}, "strip", z.ZodTypeAny, {
|
|
16964
|
-
error: string;
|
|
16965
|
-
success: boolean;
|
|
16966
16964
|
operation: "create_comment";
|
|
16965
|
+
success: boolean;
|
|
16966
|
+
error: string;
|
|
16967
16967
|
comment?: {
|
|
16968
16968
|
object: "comment";
|
|
16969
16969
|
id: string;
|
|
@@ -17015,9 +17015,9 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17015
17015
|
}[];
|
|
17016
17016
|
} | undefined;
|
|
17017
17017
|
}, {
|
|
17018
|
-
error: string;
|
|
17019
|
-
success: boolean;
|
|
17020
17018
|
operation: "create_comment";
|
|
17019
|
+
success: boolean;
|
|
17020
|
+
error: string;
|
|
17021
17021
|
comment?: {
|
|
17022
17022
|
object: "comment";
|
|
17023
17023
|
id: string;
|
|
@@ -17345,9 +17345,9 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17345
17345
|
}[];
|
|
17346
17346
|
}>>;
|
|
17347
17347
|
}, "strip", z.ZodTypeAny, {
|
|
17348
|
-
error: string;
|
|
17349
|
-
success: boolean;
|
|
17350
17348
|
operation: "retrieve_comment";
|
|
17349
|
+
success: boolean;
|
|
17350
|
+
error: string;
|
|
17351
17351
|
comment?: {
|
|
17352
17352
|
object: "comment";
|
|
17353
17353
|
id: string;
|
|
@@ -17399,9 +17399,9 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17399
17399
|
}[];
|
|
17400
17400
|
} | undefined;
|
|
17401
17401
|
}, {
|
|
17402
|
-
error: string;
|
|
17403
|
-
success: boolean;
|
|
17404
17402
|
operation: "retrieve_comment";
|
|
17403
|
+
success: boolean;
|
|
17404
|
+
error: string;
|
|
17405
17405
|
comment?: {
|
|
17406
17406
|
object: "comment";
|
|
17407
17407
|
id: string;
|
|
@@ -17530,9 +17530,9 @@ 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
|
-
success: boolean;
|
|
17535
17533
|
operation: "list_users";
|
|
17534
|
+
success: boolean;
|
|
17535
|
+
error: string;
|
|
17536
17536
|
users?: {
|
|
17537
17537
|
object: "user";
|
|
17538
17538
|
id: string;
|
|
@@ -17553,9 +17553,9 @@ 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
|
-
success: boolean;
|
|
17558
17556
|
operation: "list_users";
|
|
17557
|
+
success: boolean;
|
|
17558
|
+
error: string;
|
|
17559
17559
|
users?: {
|
|
17560
17560
|
object: "user";
|
|
17561
17561
|
id: string;
|
|
@@ -17634,9 +17634,9 @@ 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
|
-
success: boolean;
|
|
17639
17637
|
operation: "search";
|
|
17638
|
+
success: boolean;
|
|
17639
|
+
error: string;
|
|
17640
17640
|
next_cursor?: string | null | undefined;
|
|
17641
17641
|
has_more?: boolean | undefined;
|
|
17642
17642
|
results?: z.objectOutputType<{
|
|
@@ -17658,9 +17658,9 @@ 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
|
-
success: boolean;
|
|
17663
17661
|
operation: "search";
|
|
17662
|
+
success: boolean;
|
|
17663
|
+
error: string;
|
|
17664
17664
|
next_cursor?: string | null | undefined;
|
|
17665
17665
|
has_more?: boolean | undefined;
|
|
17666
17666
|
results?: z.objectInputType<{
|
|
@@ -18849,11 +18849,11 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
18849
18849
|
} | undefined;
|
|
18850
18850
|
href?: string | null | undefined;
|
|
18851
18851
|
}[] | undefined;
|
|
18852
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
18853
18852
|
parent?: {
|
|
18854
18853
|
type: "database_id";
|
|
18855
18854
|
database_id: string;
|
|
18856
18855
|
} | undefined;
|
|
18856
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
18857
18857
|
icon?: {
|
|
18858
18858
|
type: "file";
|
|
18859
18859
|
file: {
|
|
@@ -18917,11 +18917,11 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
18917
18917
|
} | undefined;
|
|
18918
18918
|
href?: string | null | undefined;
|
|
18919
18919
|
}[] | undefined;
|
|
18920
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
18921
18920
|
parent?: {
|
|
18922
18921
|
type: "database_id";
|
|
18923
18922
|
database_id: string;
|
|
18924
18923
|
} | undefined;
|
|
18924
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
18925
18925
|
icon?: {
|
|
18926
18926
|
type: "file";
|
|
18927
18927
|
file: {
|
|
@@ -19861,7 +19861,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19861
19861
|
} | undefined;
|
|
19862
19862
|
href?: string | null | undefined;
|
|
19863
19863
|
}[] | undefined;
|
|
19864
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19865
19864
|
parent?: {
|
|
19866
19865
|
type: "page_id";
|
|
19867
19866
|
page_id: string;
|
|
@@ -19879,6 +19878,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19879
19878
|
type: "workspace";
|
|
19880
19879
|
workspace: true;
|
|
19881
19880
|
} | undefined;
|
|
19881
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19882
19882
|
is_locked?: boolean | undefined;
|
|
19883
19883
|
icon?: {
|
|
19884
19884
|
type: "file";
|
|
@@ -19960,7 +19960,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19960
19960
|
} | undefined;
|
|
19961
19961
|
href?: string | null | undefined;
|
|
19962
19962
|
}[] | undefined;
|
|
19963
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19964
19963
|
parent?: {
|
|
19965
19964
|
type: "page_id";
|
|
19966
19965
|
page_id: string;
|
|
@@ -19978,6 +19977,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19978
19977
|
type: "workspace";
|
|
19979
19978
|
workspace: true;
|
|
19980
19979
|
} | undefined;
|
|
19980
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19981
19981
|
is_locked?: boolean | undefined;
|
|
19982
19982
|
icon?: {
|
|
19983
19983
|
type: "file";
|
|
@@ -20685,7 +20685,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20685
20685
|
}, "strip", z.ZodTypeAny, {
|
|
20686
20686
|
object: "page";
|
|
20687
20687
|
properties: Record<string, unknown>;
|
|
20688
|
-
url: string;
|
|
20689
20688
|
id: string;
|
|
20690
20689
|
parent: {
|
|
20691
20690
|
type: "page_id";
|
|
@@ -20704,6 +20703,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20704
20703
|
type: "workspace";
|
|
20705
20704
|
workspace: true;
|
|
20706
20705
|
};
|
|
20706
|
+
url: string;
|
|
20707
20707
|
created_time: string;
|
|
20708
20708
|
last_edited_time: string;
|
|
20709
20709
|
created_by: {
|
|
@@ -20778,7 +20778,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20778
20778
|
}, {
|
|
20779
20779
|
object: "page";
|
|
20780
20780
|
properties: Record<string, unknown>;
|
|
20781
|
-
url: string;
|
|
20782
20781
|
id: string;
|
|
20783
20782
|
parent: {
|
|
20784
20783
|
type: "page_id";
|
|
@@ -20797,6 +20796,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20797
20796
|
type: "workspace";
|
|
20798
20797
|
workspace: true;
|
|
20799
20798
|
};
|
|
20799
|
+
url: string;
|
|
20800
20800
|
created_time: string;
|
|
20801
20801
|
last_edited_time: string;
|
|
20802
20802
|
created_by: {
|
|
@@ -20870,13 +20870,12 @@ 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
|
-
success: boolean;
|
|
20875
20873
|
operation: "create_page";
|
|
20874
|
+
success: boolean;
|
|
20875
|
+
error: string;
|
|
20876
20876
|
page?: {
|
|
20877
20877
|
object: "page";
|
|
20878
20878
|
properties: Record<string, unknown>;
|
|
20879
|
-
url: string;
|
|
20880
20879
|
id: string;
|
|
20881
20880
|
parent: {
|
|
20882
20881
|
type: "page_id";
|
|
@@ -20895,6 +20894,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20895
20894
|
type: "workspace";
|
|
20896
20895
|
workspace: true;
|
|
20897
20896
|
};
|
|
20897
|
+
url: string;
|
|
20898
20898
|
created_time: string;
|
|
20899
20899
|
last_edited_time: string;
|
|
20900
20900
|
created_by: {
|
|
@@ -20968,13 +20968,12 @@ 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
|
-
success: boolean;
|
|
20973
20971
|
operation: "create_page";
|
|
20972
|
+
success: boolean;
|
|
20973
|
+
error: string;
|
|
20974
20974
|
page?: {
|
|
20975
20975
|
object: "page";
|
|
20976
20976
|
properties: Record<string, unknown>;
|
|
20977
|
-
url: string;
|
|
20978
20977
|
id: string;
|
|
20979
20978
|
parent: {
|
|
20980
20979
|
type: "page_id";
|
|
@@ -20993,6 +20992,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20993
20992
|
type: "workspace";
|
|
20994
20993
|
workspace: true;
|
|
20995
20994
|
};
|
|
20995
|
+
url: string;
|
|
20996
20996
|
created_time: string;
|
|
20997
20997
|
last_edited_time: string;
|
|
20998
20998
|
created_by: {
|
|
@@ -21389,7 +21389,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21389
21389
|
}, "strip", z.ZodTypeAny, {
|
|
21390
21390
|
object: "page";
|
|
21391
21391
|
properties: Record<string, unknown>;
|
|
21392
|
-
url: string;
|
|
21393
21392
|
id: string;
|
|
21394
21393
|
parent: {
|
|
21395
21394
|
type: "page_id";
|
|
@@ -21408,6 +21407,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21408
21407
|
type: "workspace";
|
|
21409
21408
|
workspace: true;
|
|
21410
21409
|
};
|
|
21410
|
+
url: string;
|
|
21411
21411
|
created_time: string;
|
|
21412
21412
|
last_edited_time: string;
|
|
21413
21413
|
created_by: {
|
|
@@ -21482,7 +21482,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21482
21482
|
}, {
|
|
21483
21483
|
object: "page";
|
|
21484
21484
|
properties: Record<string, unknown>;
|
|
21485
|
-
url: string;
|
|
21486
21485
|
id: string;
|
|
21487
21486
|
parent: {
|
|
21488
21487
|
type: "page_id";
|
|
@@ -21501,6 +21500,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21501
21500
|
type: "workspace";
|
|
21502
21501
|
workspace: true;
|
|
21503
21502
|
};
|
|
21503
|
+
url: string;
|
|
21504
21504
|
created_time: string;
|
|
21505
21505
|
last_edited_time: string;
|
|
21506
21506
|
created_by: {
|
|
@@ -21574,13 +21574,12 @@ 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
|
-
success: boolean;
|
|
21579
21577
|
operation: "retrieve_page";
|
|
21578
|
+
success: boolean;
|
|
21579
|
+
error: string;
|
|
21580
21580
|
page?: {
|
|
21581
21581
|
object: "page";
|
|
21582
21582
|
properties: Record<string, unknown>;
|
|
21583
|
-
url: string;
|
|
21584
21583
|
id: string;
|
|
21585
21584
|
parent: {
|
|
21586
21585
|
type: "page_id";
|
|
@@ -21599,6 +21598,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21599
21598
|
type: "workspace";
|
|
21600
21599
|
workspace: true;
|
|
21601
21600
|
};
|
|
21601
|
+
url: string;
|
|
21602
21602
|
created_time: string;
|
|
21603
21603
|
last_edited_time: string;
|
|
21604
21604
|
created_by: {
|
|
@@ -21672,13 +21672,12 @@ 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
|
-
success: boolean;
|
|
21677
21675
|
operation: "retrieve_page";
|
|
21676
|
+
success: boolean;
|
|
21677
|
+
error: string;
|
|
21678
21678
|
page?: {
|
|
21679
21679
|
object: "page";
|
|
21680
21680
|
properties: Record<string, unknown>;
|
|
21681
|
-
url: string;
|
|
21682
21681
|
id: string;
|
|
21683
21682
|
parent: {
|
|
21684
21683
|
type: "page_id";
|
|
@@ -21697,6 +21696,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21697
21696
|
type: "workspace";
|
|
21698
21697
|
workspace: true;
|
|
21699
21698
|
};
|
|
21699
|
+
url: string;
|
|
21700
21700
|
created_time: string;
|
|
21701
21701
|
last_edited_time: string;
|
|
21702
21702
|
created_by: {
|
|
@@ -22093,7 +22093,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22093
22093
|
}, "strip", z.ZodTypeAny, {
|
|
22094
22094
|
object: "page";
|
|
22095
22095
|
properties: Record<string, unknown>;
|
|
22096
|
-
url: string;
|
|
22097
22096
|
id: string;
|
|
22098
22097
|
parent: {
|
|
22099
22098
|
type: "page_id";
|
|
@@ -22112,6 +22111,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22112
22111
|
type: "workspace";
|
|
22113
22112
|
workspace: true;
|
|
22114
22113
|
};
|
|
22114
|
+
url: string;
|
|
22115
22115
|
created_time: string;
|
|
22116
22116
|
last_edited_time: string;
|
|
22117
22117
|
created_by: {
|
|
@@ -22186,7 +22186,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22186
22186
|
}, {
|
|
22187
22187
|
object: "page";
|
|
22188
22188
|
properties: Record<string, unknown>;
|
|
22189
|
-
url: string;
|
|
22190
22189
|
id: string;
|
|
22191
22190
|
parent: {
|
|
22192
22191
|
type: "page_id";
|
|
@@ -22205,6 +22204,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22205
22204
|
type: "workspace";
|
|
22206
22205
|
workspace: true;
|
|
22207
22206
|
};
|
|
22207
|
+
url: string;
|
|
22208
22208
|
created_time: string;
|
|
22209
22209
|
last_edited_time: string;
|
|
22210
22210
|
created_by: {
|
|
@@ -22278,13 +22278,12 @@ 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
|
-
success: boolean;
|
|
22283
22281
|
operation: "update_page";
|
|
22282
|
+
success: boolean;
|
|
22283
|
+
error: string;
|
|
22284
22284
|
page?: {
|
|
22285
22285
|
object: "page";
|
|
22286
22286
|
properties: Record<string, unknown>;
|
|
22287
|
-
url: string;
|
|
22288
22287
|
id: string;
|
|
22289
22288
|
parent: {
|
|
22290
22289
|
type: "page_id";
|
|
@@ -22303,6 +22302,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22303
22302
|
type: "workspace";
|
|
22304
22303
|
workspace: true;
|
|
22305
22304
|
};
|
|
22305
|
+
url: string;
|
|
22306
22306
|
created_time: string;
|
|
22307
22307
|
last_edited_time: string;
|
|
22308
22308
|
created_by: {
|
|
@@ -22376,13 +22376,12 @@ 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
|
-
success: boolean;
|
|
22381
22379
|
operation: "update_page";
|
|
22380
|
+
success: boolean;
|
|
22381
|
+
error: string;
|
|
22382
22382
|
page?: {
|
|
22383
22383
|
object: "page";
|
|
22384
22384
|
properties: Record<string, unknown>;
|
|
22385
|
-
url: string;
|
|
22386
22385
|
id: string;
|
|
22387
22386
|
parent: {
|
|
22388
22387
|
type: "page_id";
|
|
@@ -22401,6 +22400,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22401
22400
|
type: "workspace";
|
|
22402
22401
|
workspace: true;
|
|
22403
22402
|
};
|
|
22403
|
+
url: string;
|
|
22404
22404
|
created_time: string;
|
|
22405
22405
|
last_edited_time: string;
|
|
22406
22406
|
created_by: {
|
|
@@ -22936,8 +22936,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22936
22936
|
};
|
|
22937
22937
|
}>]>>>;
|
|
22938
22938
|
}, "strip", z.ZodTypeAny, {
|
|
22939
|
-
name: string;
|
|
22940
22939
|
id: string;
|
|
22940
|
+
name: string;
|
|
22941
22941
|
icon?: {
|
|
22942
22942
|
type: "emoji";
|
|
22943
22943
|
emoji: string;
|
|
@@ -22971,8 +22971,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22971
22971
|
};
|
|
22972
22972
|
} | null | undefined;
|
|
22973
22973
|
}, {
|
|
22974
|
-
name: string;
|
|
22975
22974
|
id: string;
|
|
22975
|
+
name: string;
|
|
22976
22976
|
icon?: {
|
|
22977
22977
|
type: "emoji";
|
|
22978
22978
|
emoji: string;
|
|
@@ -23050,8 +23050,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23050
23050
|
created_time: string;
|
|
23051
23051
|
last_edited_time: string;
|
|
23052
23052
|
data_sources: {
|
|
23053
|
-
name: string;
|
|
23054
23053
|
id: string;
|
|
23054
|
+
name: string;
|
|
23055
23055
|
icon?: {
|
|
23056
23056
|
type: "emoji";
|
|
23057
23057
|
emoji: string;
|
|
@@ -23183,8 +23183,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23183
23183
|
created_time: string;
|
|
23184
23184
|
last_edited_time: string;
|
|
23185
23185
|
data_sources: {
|
|
23186
|
-
name: string;
|
|
23187
23186
|
id: string;
|
|
23187
|
+
name: string;
|
|
23188
23188
|
icon?: {
|
|
23189
23189
|
type: "emoji";
|
|
23190
23190
|
emoji: string;
|
|
@@ -23276,9 +23276,9 @@ 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
|
-
success: boolean;
|
|
23281
23279
|
operation: "retrieve_database";
|
|
23280
|
+
success: boolean;
|
|
23281
|
+
error: string;
|
|
23282
23282
|
database?: {
|
|
23283
23283
|
object: "database";
|
|
23284
23284
|
title: {
|
|
@@ -23321,8 +23321,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23321
23321
|
created_time: string;
|
|
23322
23322
|
last_edited_time: string;
|
|
23323
23323
|
data_sources: {
|
|
23324
|
-
name: string;
|
|
23325
23324
|
id: string;
|
|
23325
|
+
name: string;
|
|
23326
23326
|
icon?: {
|
|
23327
23327
|
type: "emoji";
|
|
23328
23328
|
emoji: string;
|
|
@@ -23414,9 +23414,9 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23414
23414
|
is_inline?: boolean | undefined;
|
|
23415
23415
|
} | undefined;
|
|
23416
23416
|
}, {
|
|
23417
|
-
error: string;
|
|
23418
|
-
success: boolean;
|
|
23419
23417
|
operation: "retrieve_database";
|
|
23418
|
+
success: boolean;
|
|
23419
|
+
error: string;
|
|
23420
23420
|
database?: {
|
|
23421
23421
|
object: "database";
|
|
23422
23422
|
title: {
|
|
@@ -23459,8 +23459,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23459
23459
|
created_time: string;
|
|
23460
23460
|
last_edited_time: string;
|
|
23461
23461
|
data_sources: {
|
|
23462
|
-
name: string;
|
|
23463
23462
|
id: string;
|
|
23463
|
+
name: string;
|
|
23464
23464
|
icon?: {
|
|
23465
23465
|
type: "emoji";
|
|
23466
23466
|
emoji: string;
|
|
@@ -23610,9 +23610,9 @@ 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
|
-
success: boolean;
|
|
23615
23613
|
operation: "query_data_source";
|
|
23614
|
+
success: boolean;
|
|
23615
|
+
error: string;
|
|
23616
23616
|
next_cursor?: string | null | undefined;
|
|
23617
23617
|
has_more?: boolean | undefined;
|
|
23618
23618
|
results?: z.objectOutputType<{
|
|
@@ -23634,9 +23634,9 @@ 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
|
-
success: boolean;
|
|
23639
23637
|
operation: "query_data_source";
|
|
23638
|
+
success: boolean;
|
|
23639
|
+
error: string;
|
|
23640
23640
|
next_cursor?: string | null | undefined;
|
|
23641
23641
|
has_more?: boolean | undefined;
|
|
23642
23642
|
results?: z.objectInputType<{
|
|
@@ -25001,9 +25001,9 @@ 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
|
-
success: boolean;
|
|
25006
25004
|
operation: "create_data_source";
|
|
25005
|
+
success: boolean;
|
|
25006
|
+
error: string;
|
|
25007
25007
|
dataSource?: z.objectOutputType<{
|
|
25008
25008
|
object: z.ZodLiteral<"data_source">;
|
|
25009
25009
|
id: z.ZodString;
|
|
@@ -25452,9 +25452,9 @@ 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
|
-
success: boolean;
|
|
25457
25455
|
operation: "create_data_source";
|
|
25456
|
+
success: boolean;
|
|
25457
|
+
error: string;
|
|
25458
25458
|
dataSource?: z.objectInputType<{
|
|
25459
25459
|
object: z.ZodLiteral<"data_source">;
|
|
25460
25460
|
id: z.ZodString;
|
|
@@ -27246,9 +27246,9 @@ 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
|
-
success: boolean;
|
|
27251
27249
|
operation: "update_data_source";
|
|
27250
|
+
success: boolean;
|
|
27251
|
+
error: string;
|
|
27252
27252
|
dataSource?: z.objectOutputType<{
|
|
27253
27253
|
object: z.ZodLiteral<"data_source">;
|
|
27254
27254
|
id: z.ZodString;
|
|
@@ -27697,9 +27697,9 @@ 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
|
-
success: boolean;
|
|
27702
27700
|
operation: "update_data_source";
|
|
27701
|
+
success: boolean;
|
|
27702
|
+
error: string;
|
|
27703
27703
|
dataSource?: z.objectInputType<{
|
|
27704
27704
|
object: z.ZodLiteral<"data_source">;
|
|
27705
27705
|
id: z.ZodString;
|
|
@@ -28610,8 +28610,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28610
28610
|
};
|
|
28611
28611
|
}>]>>>;
|
|
28612
28612
|
}, "strip", z.ZodTypeAny, {
|
|
28613
|
-
name: string;
|
|
28614
28613
|
id: string;
|
|
28614
|
+
name: string;
|
|
28615
28615
|
icon?: {
|
|
28616
28616
|
type: "emoji";
|
|
28617
28617
|
emoji: string;
|
|
@@ -28645,8 +28645,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28645
28645
|
};
|
|
28646
28646
|
} | null | undefined;
|
|
28647
28647
|
}, {
|
|
28648
|
-
name: string;
|
|
28649
28648
|
id: string;
|
|
28649
|
+
name: string;
|
|
28650
28650
|
icon?: {
|
|
28651
28651
|
type: "emoji";
|
|
28652
28652
|
emoji: string;
|
|
@@ -28724,8 +28724,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28724
28724
|
created_time: string;
|
|
28725
28725
|
last_edited_time: string;
|
|
28726
28726
|
data_sources: {
|
|
28727
|
-
name: string;
|
|
28728
28727
|
id: string;
|
|
28728
|
+
name: string;
|
|
28729
28729
|
icon?: {
|
|
28730
28730
|
type: "emoji";
|
|
28731
28731
|
emoji: string;
|
|
@@ -28857,8 +28857,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28857
28857
|
created_time: string;
|
|
28858
28858
|
last_edited_time: string;
|
|
28859
28859
|
data_sources: {
|
|
28860
|
-
name: string;
|
|
28861
28860
|
id: string;
|
|
28861
|
+
name: string;
|
|
28862
28862
|
icon?: {
|
|
28863
28863
|
type: "emoji";
|
|
28864
28864
|
emoji: string;
|
|
@@ -28950,9 +28950,9 @@ 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
|
-
success: boolean;
|
|
28955
28953
|
operation: "create_database";
|
|
28954
|
+
success: boolean;
|
|
28955
|
+
error: string;
|
|
28956
28956
|
database?: {
|
|
28957
28957
|
object: "database";
|
|
28958
28958
|
title: {
|
|
@@ -28995,8 +28995,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28995
28995
|
created_time: string;
|
|
28996
28996
|
last_edited_time: string;
|
|
28997
28997
|
data_sources: {
|
|
28998
|
-
name: string;
|
|
28999
28998
|
id: string;
|
|
28999
|
+
name: string;
|
|
29000
29000
|
icon?: {
|
|
29001
29001
|
type: "emoji";
|
|
29002
29002
|
emoji: string;
|
|
@@ -29088,9 +29088,9 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29088
29088
|
is_inline?: boolean | undefined;
|
|
29089
29089
|
} | undefined;
|
|
29090
29090
|
}, {
|
|
29091
|
-
error: string;
|
|
29092
|
-
success: boolean;
|
|
29093
29091
|
operation: "create_database";
|
|
29092
|
+
success: boolean;
|
|
29093
|
+
error: string;
|
|
29094
29094
|
database?: {
|
|
29095
29095
|
object: "database";
|
|
29096
29096
|
title: {
|
|
@@ -29133,8 +29133,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29133
29133
|
created_time: string;
|
|
29134
29134
|
last_edited_time: string;
|
|
29135
29135
|
data_sources: {
|
|
29136
|
-
name: string;
|
|
29137
29136
|
id: string;
|
|
29137
|
+
name: string;
|
|
29138
29138
|
icon?: {
|
|
29139
29139
|
type: "emoji";
|
|
29140
29140
|
emoji: string;
|
|
@@ -29688,8 +29688,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29688
29688
|
};
|
|
29689
29689
|
}>]>>>;
|
|
29690
29690
|
}, "strip", z.ZodTypeAny, {
|
|
29691
|
-
name: string;
|
|
29692
29691
|
id: string;
|
|
29692
|
+
name: string;
|
|
29693
29693
|
icon?: {
|
|
29694
29694
|
type: "emoji";
|
|
29695
29695
|
emoji: string;
|
|
@@ -29723,8 +29723,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29723
29723
|
};
|
|
29724
29724
|
} | null | undefined;
|
|
29725
29725
|
}, {
|
|
29726
|
-
name: string;
|
|
29727
29726
|
id: string;
|
|
29727
|
+
name: string;
|
|
29728
29728
|
icon?: {
|
|
29729
29729
|
type: "emoji";
|
|
29730
29730
|
emoji: string;
|
|
@@ -29802,8 +29802,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29802
29802
|
created_time: string;
|
|
29803
29803
|
last_edited_time: string;
|
|
29804
29804
|
data_sources: {
|
|
29805
|
-
name: string;
|
|
29806
29805
|
id: string;
|
|
29806
|
+
name: string;
|
|
29807
29807
|
icon?: {
|
|
29808
29808
|
type: "emoji";
|
|
29809
29809
|
emoji: string;
|
|
@@ -29935,8 +29935,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29935
29935
|
created_time: string;
|
|
29936
29936
|
last_edited_time: string;
|
|
29937
29937
|
data_sources: {
|
|
29938
|
-
name: string;
|
|
29939
29938
|
id: string;
|
|
29939
|
+
name: string;
|
|
29940
29940
|
icon?: {
|
|
29941
29941
|
type: "emoji";
|
|
29942
29942
|
emoji: string;
|
|
@@ -30028,9 +30028,9 @@ 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
|
-
success: boolean;
|
|
30033
30031
|
operation: "update_database";
|
|
30032
|
+
success: boolean;
|
|
30033
|
+
error: string;
|
|
30034
30034
|
database?: {
|
|
30035
30035
|
object: "database";
|
|
30036
30036
|
title: {
|
|
@@ -30073,8 +30073,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30073
30073
|
created_time: string;
|
|
30074
30074
|
last_edited_time: string;
|
|
30075
30075
|
data_sources: {
|
|
30076
|
-
name: string;
|
|
30077
30076
|
id: string;
|
|
30077
|
+
name: string;
|
|
30078
30078
|
icon?: {
|
|
30079
30079
|
type: "emoji";
|
|
30080
30080
|
emoji: string;
|
|
@@ -30166,9 +30166,9 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30166
30166
|
is_inline?: boolean | undefined;
|
|
30167
30167
|
} | undefined;
|
|
30168
30168
|
}, {
|
|
30169
|
-
error: string;
|
|
30170
|
-
success: boolean;
|
|
30171
30169
|
operation: "update_database";
|
|
30170
|
+
success: boolean;
|
|
30171
|
+
error: string;
|
|
30172
30172
|
database?: {
|
|
30173
30173
|
object: "database";
|
|
30174
30174
|
title: {
|
|
@@ -30211,8 +30211,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30211
30211
|
created_time: string;
|
|
30212
30212
|
last_edited_time: string;
|
|
30213
30213
|
data_sources: {
|
|
30214
|
-
name: string;
|
|
30215
30214
|
id: string;
|
|
30215
|
+
name: string;
|
|
30216
30216
|
icon?: {
|
|
30217
30217
|
type: "emoji";
|
|
30218
30218
|
emoji: string;
|
|
@@ -30911,9 +30911,9 @@ 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
|
-
success: boolean;
|
|
30916
30914
|
operation: "append_block_children";
|
|
30915
|
+
success: boolean;
|
|
30916
|
+
error: string;
|
|
30917
30917
|
blocks?: z.objectOutputType<{
|
|
30918
30918
|
object: z.ZodLiteral<"block">;
|
|
30919
30919
|
id: z.ZodString;
|
|
@@ -31118,9 +31118,9 @@ 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
|
-
success: boolean;
|
|
31123
31121
|
operation: "append_block_children";
|
|
31122
|
+
success: boolean;
|
|
31123
|
+
error: string;
|
|
31124
31124
|
blocks?: z.objectInputType<{
|
|
31125
31125
|
object: z.ZodLiteral<"block">;
|
|
31126
31126
|
id: z.ZodString;
|
|
@@ -31932,9 +31932,9 @@ 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
|
-
success: boolean;
|
|
31937
31935
|
operation: "retrieve_block_children";
|
|
31936
|
+
success: boolean;
|
|
31937
|
+
error: string;
|
|
31938
31938
|
blocks?: z.objectOutputType<{
|
|
31939
31939
|
object: z.ZodLiteral<"block">;
|
|
31940
31940
|
id: z.ZodString;
|
|
@@ -32139,9 +32139,9 @@ 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
|
-
success: boolean;
|
|
32144
32142
|
operation: "retrieve_block_children";
|
|
32143
|
+
success: boolean;
|
|
32144
|
+
error: string;
|
|
32145
32145
|
blocks?: z.objectInputType<{
|
|
32146
32146
|
object: z.ZodLiteral<"block">;
|
|
32147
32147
|
id: z.ZodString;
|
|
@@ -32951,9 +32951,9 @@ 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
|
-
success: boolean;
|
|
32956
32954
|
operation: "retrieve_block";
|
|
32955
|
+
success: boolean;
|
|
32956
|
+
error: string;
|
|
32957
32957
|
block?: z.objectOutputType<{
|
|
32958
32958
|
object: z.ZodLiteral<"block">;
|
|
32959
32959
|
id: z.ZodString;
|
|
@@ -33156,9 +33156,9 @@ 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
|
-
success: boolean;
|
|
33161
33159
|
operation: "retrieve_block";
|
|
33160
|
+
success: boolean;
|
|
33161
|
+
error: string;
|
|
33162
33162
|
block?: z.objectInputType<{
|
|
33163
33163
|
object: z.ZodLiteral<"block">;
|
|
33164
33164
|
id: z.ZodString;
|
|
@@ -33966,9 +33966,9 @@ 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
|
-
success: boolean;
|
|
33971
33969
|
operation: "update_block";
|
|
33970
|
+
success: boolean;
|
|
33971
|
+
error: string;
|
|
33972
33972
|
block?: z.objectOutputType<{
|
|
33973
33973
|
object: z.ZodLiteral<"block">;
|
|
33974
33974
|
id: z.ZodString;
|
|
@@ -34171,9 +34171,9 @@ 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
|
-
success: boolean;
|
|
34176
34174
|
operation: "update_block";
|
|
34175
|
+
success: boolean;
|
|
34176
|
+
error: string;
|
|
34177
34177
|
block?: z.objectInputType<{
|
|
34178
34178
|
object: z.ZodLiteral<"block">;
|
|
34179
34179
|
id: z.ZodString;
|
|
@@ -34652,9 +34652,9 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34652
34652
|
}[];
|
|
34653
34653
|
}>>;
|
|
34654
34654
|
}, "strip", z.ZodTypeAny, {
|
|
34655
|
-
error: string;
|
|
34656
|
-
success: boolean;
|
|
34657
34655
|
operation: "create_comment";
|
|
34656
|
+
success: boolean;
|
|
34657
|
+
error: string;
|
|
34658
34658
|
comment?: {
|
|
34659
34659
|
object: "comment";
|
|
34660
34660
|
id: string;
|
|
@@ -34706,9 +34706,9 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34706
34706
|
}[];
|
|
34707
34707
|
} | undefined;
|
|
34708
34708
|
}, {
|
|
34709
|
-
error: string;
|
|
34710
|
-
success: boolean;
|
|
34711
34709
|
operation: "create_comment";
|
|
34710
|
+
success: boolean;
|
|
34711
|
+
error: string;
|
|
34712
34712
|
comment?: {
|
|
34713
34713
|
object: "comment";
|
|
34714
34714
|
id: string;
|
|
@@ -35036,9 +35036,9 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35036
35036
|
}[];
|
|
35037
35037
|
}>>;
|
|
35038
35038
|
}, "strip", z.ZodTypeAny, {
|
|
35039
|
-
error: string;
|
|
35040
|
-
success: boolean;
|
|
35041
35039
|
operation: "retrieve_comment";
|
|
35040
|
+
success: boolean;
|
|
35041
|
+
error: string;
|
|
35042
35042
|
comment?: {
|
|
35043
35043
|
object: "comment";
|
|
35044
35044
|
id: string;
|
|
@@ -35090,9 +35090,9 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35090
35090
|
}[];
|
|
35091
35091
|
} | undefined;
|
|
35092
35092
|
}, {
|
|
35093
|
-
error: string;
|
|
35094
|
-
success: boolean;
|
|
35095
35093
|
operation: "retrieve_comment";
|
|
35094
|
+
success: boolean;
|
|
35095
|
+
error: string;
|
|
35096
35096
|
comment?: {
|
|
35097
35097
|
object: "comment";
|
|
35098
35098
|
id: string;
|
|
@@ -35221,9 +35221,9 @@ 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
|
-
success: boolean;
|
|
35226
35224
|
operation: "list_users";
|
|
35225
|
+
success: boolean;
|
|
35226
|
+
error: string;
|
|
35227
35227
|
users?: {
|
|
35228
35228
|
object: "user";
|
|
35229
35229
|
id: string;
|
|
@@ -35244,9 +35244,9 @@ 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
|
-
success: boolean;
|
|
35249
35247
|
operation: "list_users";
|
|
35248
|
+
success: boolean;
|
|
35249
|
+
error: string;
|
|
35250
35250
|
users?: {
|
|
35251
35251
|
object: "user";
|
|
35252
35252
|
id: string;
|
|
@@ -35325,9 +35325,9 @@ 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
|
-
success: boolean;
|
|
35330
35328
|
operation: "search";
|
|
35329
|
+
success: boolean;
|
|
35330
|
+
error: string;
|
|
35331
35331
|
next_cursor?: string | null | undefined;
|
|
35332
35332
|
has_more?: boolean | undefined;
|
|
35333
35333
|
results?: z.objectOutputType<{
|
|
@@ -35349,9 +35349,9 @@ 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
|
-
success: boolean;
|
|
35354
35352
|
operation: "search";
|
|
35353
|
+
success: boolean;
|
|
35354
|
+
error: string;
|
|
35355
35355
|
next_cursor?: string | null | undefined;
|
|
35356
35356
|
has_more?: boolean | undefined;
|
|
35357
35357
|
results?: z.objectInputType<{
|