@bubblelab/bubble-core 0.1.112 → 0.1.113
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 +85 -85
- package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
- package/dist/bubbles/service-bubble/ai-agent.d.ts +76 -74
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +40 -5
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +88 -88
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +2 -2
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +10 -10
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +338 -338
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/github.d.ts +60 -60
- package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
- package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
- package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
- package/dist/bubbles/service-bubble/http.d.ts +2 -2
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +30 -30
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/notion/notion.d.ts +848 -848
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
- package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
- package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.d.ts +324 -324
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +310 -310
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +18 -18
- package/dist/bubbles.json +1 -1
- package/dist/capabilities/define-capability.d.ts +6 -0
- package/dist/capabilities/define-capability.d.ts.map +1 -1
- package/dist/capabilities/define-capability.js +7 -0
- package/dist/capabilities/define-capability.js.map +1 -1
- package/dist/capabilities/index.d.ts +1 -1
- package/dist/capabilities/index.d.ts.map +1 -1
- package/dist/capabilities/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -232,6 +232,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
232
232
|
type: "emoji";
|
|
233
233
|
emoji: string;
|
|
234
234
|
} | undefined;
|
|
235
|
+
children?: unknown[] | undefined;
|
|
235
236
|
cover?: {
|
|
236
237
|
type: "file";
|
|
237
238
|
file: {
|
|
@@ -249,7 +250,6 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
249
250
|
url: string;
|
|
250
251
|
};
|
|
251
252
|
} | undefined;
|
|
252
|
-
children?: unknown[] | undefined;
|
|
253
253
|
}, {
|
|
254
254
|
parent: {
|
|
255
255
|
type: "page_id";
|
|
@@ -291,6 +291,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
291
291
|
type: "emoji";
|
|
292
292
|
emoji: string;
|
|
293
293
|
} | undefined;
|
|
294
|
+
children?: unknown[] | undefined;
|
|
294
295
|
cover?: {
|
|
295
296
|
type: "file";
|
|
296
297
|
file: {
|
|
@@ -308,7 +309,6 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
308
309
|
url: string;
|
|
309
310
|
};
|
|
310
311
|
} | undefined;
|
|
311
|
-
children?: unknown[] | undefined;
|
|
312
312
|
}>, z.ZodObject<{
|
|
313
313
|
operation: z.ZodLiteral<"retrieve_page">;
|
|
314
314
|
page_id: z.ZodString;
|
|
@@ -1259,21 +1259,21 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1259
1259
|
page_id: z.ZodOptional<z.ZodString>;
|
|
1260
1260
|
workspace: z.ZodOptional<z.ZodLiteral<true>>;
|
|
1261
1261
|
}, "strip", z.ZodTypeAny, {
|
|
1262
|
-
type: "
|
|
1263
|
-
workspace?: true | undefined;
|
|
1262
|
+
type: "page_id" | "workspace";
|
|
1264
1263
|
page_id?: string | undefined;
|
|
1265
|
-
}, {
|
|
1266
|
-
type: "workspace" | "page_id";
|
|
1267
1264
|
workspace?: true | undefined;
|
|
1265
|
+
}, {
|
|
1266
|
+
type: "page_id" | "workspace";
|
|
1268
1267
|
page_id?: string | undefined;
|
|
1269
|
-
}>, {
|
|
1270
|
-
type: "workspace" | "page_id";
|
|
1271
1268
|
workspace?: true | undefined;
|
|
1269
|
+
}>, {
|
|
1270
|
+
type: "page_id" | "workspace";
|
|
1272
1271
|
page_id?: string | undefined;
|
|
1273
|
-
}, {
|
|
1274
|
-
type: "workspace" | "page_id";
|
|
1275
1272
|
workspace?: true | undefined;
|
|
1273
|
+
}, {
|
|
1274
|
+
type: "page_id" | "workspace";
|
|
1276
1275
|
page_id?: string | undefined;
|
|
1276
|
+
workspace?: true | undefined;
|
|
1277
1277
|
}>, {
|
|
1278
1278
|
type: "workspace";
|
|
1279
1279
|
workspace: boolean;
|
|
@@ -1283,9 +1283,9 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1283
1283
|
page_id: string;
|
|
1284
1284
|
workspace?: undefined;
|
|
1285
1285
|
}, {
|
|
1286
|
-
type: "
|
|
1287
|
-
workspace?: true | undefined;
|
|
1286
|
+
type: "page_id" | "workspace";
|
|
1288
1287
|
page_id?: string | undefined;
|
|
1288
|
+
workspace?: true | undefined;
|
|
1289
1289
|
}>;
|
|
1290
1290
|
initial_data_source: z.ZodObject<{
|
|
1291
1291
|
properties: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
@@ -1688,9 +1688,9 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1688
1688
|
} | undefined;
|
|
1689
1689
|
}, {
|
|
1690
1690
|
parent: {
|
|
1691
|
-
type: "
|
|
1692
|
-
workspace?: true | undefined;
|
|
1691
|
+
type: "page_id" | "workspace";
|
|
1693
1692
|
page_id?: string | undefined;
|
|
1693
|
+
workspace?: true | undefined;
|
|
1694
1694
|
};
|
|
1695
1695
|
operation: "create_database";
|
|
1696
1696
|
initial_data_source: {
|
|
@@ -2994,8 +2994,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2994
2994
|
}, "strip", z.ZodTypeAny, {
|
|
2995
2995
|
object: "page";
|
|
2996
2996
|
properties: Record<string, unknown>;
|
|
2997
|
-
id: string;
|
|
2998
2997
|
url: string;
|
|
2998
|
+
id: string;
|
|
2999
2999
|
parent: {
|
|
3000
3000
|
type: "page_id";
|
|
3001
3001
|
page_id: string;
|
|
@@ -3013,8 +3013,9 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3013
3013
|
type: "workspace";
|
|
3014
3014
|
workspace: true;
|
|
3015
3015
|
};
|
|
3016
|
-
|
|
3016
|
+
archived: boolean;
|
|
3017
3017
|
last_edited_time: string;
|
|
3018
|
+
created_time: string;
|
|
3018
3019
|
created_by: {
|
|
3019
3020
|
object: "user";
|
|
3020
3021
|
id: string;
|
|
@@ -3049,7 +3050,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3049
3050
|
workspace_name?: string | undefined;
|
|
3050
3051
|
} | undefined;
|
|
3051
3052
|
};
|
|
3052
|
-
archived: boolean;
|
|
3053
3053
|
icon?: {
|
|
3054
3054
|
type: "emoji";
|
|
3055
3055
|
emoji: string;
|
|
@@ -3087,8 +3087,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3087
3087
|
}, {
|
|
3088
3088
|
object: "page";
|
|
3089
3089
|
properties: Record<string, unknown>;
|
|
3090
|
-
id: string;
|
|
3091
3090
|
url: string;
|
|
3091
|
+
id: string;
|
|
3092
3092
|
parent: {
|
|
3093
3093
|
type: "page_id";
|
|
3094
3094
|
page_id: string;
|
|
@@ -3106,8 +3106,9 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3106
3106
|
type: "workspace";
|
|
3107
3107
|
workspace: true;
|
|
3108
3108
|
};
|
|
3109
|
-
|
|
3109
|
+
archived: boolean;
|
|
3110
3110
|
last_edited_time: string;
|
|
3111
|
+
created_time: string;
|
|
3111
3112
|
created_by: {
|
|
3112
3113
|
object: "user";
|
|
3113
3114
|
id: string;
|
|
@@ -3142,7 +3143,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3142
3143
|
workspace_name?: string | undefined;
|
|
3143
3144
|
} | undefined;
|
|
3144
3145
|
};
|
|
3145
|
-
archived: boolean;
|
|
3146
3146
|
icon?: {
|
|
3147
3147
|
type: "emoji";
|
|
3148
3148
|
emoji: string;
|
|
@@ -3185,8 +3185,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3185
3185
|
page?: {
|
|
3186
3186
|
object: "page";
|
|
3187
3187
|
properties: Record<string, unknown>;
|
|
3188
|
-
id: string;
|
|
3189
3188
|
url: string;
|
|
3189
|
+
id: string;
|
|
3190
3190
|
parent: {
|
|
3191
3191
|
type: "page_id";
|
|
3192
3192
|
page_id: string;
|
|
@@ -3204,8 +3204,9 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3204
3204
|
type: "workspace";
|
|
3205
3205
|
workspace: true;
|
|
3206
3206
|
};
|
|
3207
|
-
|
|
3207
|
+
archived: boolean;
|
|
3208
3208
|
last_edited_time: string;
|
|
3209
|
+
created_time: string;
|
|
3209
3210
|
created_by: {
|
|
3210
3211
|
object: "user";
|
|
3211
3212
|
id: string;
|
|
@@ -3240,7 +3241,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3240
3241
|
workspace_name?: string | undefined;
|
|
3241
3242
|
} | undefined;
|
|
3242
3243
|
};
|
|
3243
|
-
archived: boolean;
|
|
3244
3244
|
icon?: {
|
|
3245
3245
|
type: "emoji";
|
|
3246
3246
|
emoji: string;
|
|
@@ -3283,8 +3283,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3283
3283
|
page?: {
|
|
3284
3284
|
object: "page";
|
|
3285
3285
|
properties: Record<string, unknown>;
|
|
3286
|
-
id: string;
|
|
3287
3286
|
url: string;
|
|
3287
|
+
id: string;
|
|
3288
3288
|
parent: {
|
|
3289
3289
|
type: "page_id";
|
|
3290
3290
|
page_id: string;
|
|
@@ -3302,8 +3302,9 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3302
3302
|
type: "workspace";
|
|
3303
3303
|
workspace: true;
|
|
3304
3304
|
};
|
|
3305
|
-
|
|
3305
|
+
archived: boolean;
|
|
3306
3306
|
last_edited_time: string;
|
|
3307
|
+
created_time: string;
|
|
3307
3308
|
created_by: {
|
|
3308
3309
|
object: "user";
|
|
3309
3310
|
id: string;
|
|
@@ -3338,7 +3339,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3338
3339
|
workspace_name?: string | undefined;
|
|
3339
3340
|
} | undefined;
|
|
3340
3341
|
};
|
|
3341
|
-
archived: boolean;
|
|
3342
3342
|
icon?: {
|
|
3343
3343
|
type: "emoji";
|
|
3344
3344
|
emoji: string;
|
|
@@ -3698,8 +3698,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3698
3698
|
}, "strip", z.ZodTypeAny, {
|
|
3699
3699
|
object: "page";
|
|
3700
3700
|
properties: Record<string, unknown>;
|
|
3701
|
-
id: string;
|
|
3702
3701
|
url: string;
|
|
3702
|
+
id: string;
|
|
3703
3703
|
parent: {
|
|
3704
3704
|
type: "page_id";
|
|
3705
3705
|
page_id: string;
|
|
@@ -3717,8 +3717,9 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3717
3717
|
type: "workspace";
|
|
3718
3718
|
workspace: true;
|
|
3719
3719
|
};
|
|
3720
|
-
|
|
3720
|
+
archived: boolean;
|
|
3721
3721
|
last_edited_time: string;
|
|
3722
|
+
created_time: string;
|
|
3722
3723
|
created_by: {
|
|
3723
3724
|
object: "user";
|
|
3724
3725
|
id: string;
|
|
@@ -3753,7 +3754,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3753
3754
|
workspace_name?: string | undefined;
|
|
3754
3755
|
} | undefined;
|
|
3755
3756
|
};
|
|
3756
|
-
archived: boolean;
|
|
3757
3757
|
icon?: {
|
|
3758
3758
|
type: "emoji";
|
|
3759
3759
|
emoji: string;
|
|
@@ -3791,8 +3791,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3791
3791
|
}, {
|
|
3792
3792
|
object: "page";
|
|
3793
3793
|
properties: Record<string, unknown>;
|
|
3794
|
-
id: string;
|
|
3795
3794
|
url: string;
|
|
3795
|
+
id: string;
|
|
3796
3796
|
parent: {
|
|
3797
3797
|
type: "page_id";
|
|
3798
3798
|
page_id: string;
|
|
@@ -3810,8 +3810,9 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3810
3810
|
type: "workspace";
|
|
3811
3811
|
workspace: true;
|
|
3812
3812
|
};
|
|
3813
|
-
|
|
3813
|
+
archived: boolean;
|
|
3814
3814
|
last_edited_time: string;
|
|
3815
|
+
created_time: string;
|
|
3815
3816
|
created_by: {
|
|
3816
3817
|
object: "user";
|
|
3817
3818
|
id: string;
|
|
@@ -3846,7 +3847,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3846
3847
|
workspace_name?: string | undefined;
|
|
3847
3848
|
} | undefined;
|
|
3848
3849
|
};
|
|
3849
|
-
archived: boolean;
|
|
3850
3850
|
icon?: {
|
|
3851
3851
|
type: "emoji";
|
|
3852
3852
|
emoji: string;
|
|
@@ -3889,8 +3889,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3889
3889
|
page?: {
|
|
3890
3890
|
object: "page";
|
|
3891
3891
|
properties: Record<string, unknown>;
|
|
3892
|
-
id: string;
|
|
3893
3892
|
url: string;
|
|
3893
|
+
id: string;
|
|
3894
3894
|
parent: {
|
|
3895
3895
|
type: "page_id";
|
|
3896
3896
|
page_id: string;
|
|
@@ -3908,8 +3908,9 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3908
3908
|
type: "workspace";
|
|
3909
3909
|
workspace: true;
|
|
3910
3910
|
};
|
|
3911
|
-
|
|
3911
|
+
archived: boolean;
|
|
3912
3912
|
last_edited_time: string;
|
|
3913
|
+
created_time: string;
|
|
3913
3914
|
created_by: {
|
|
3914
3915
|
object: "user";
|
|
3915
3916
|
id: string;
|
|
@@ -3944,7 +3945,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3944
3945
|
workspace_name?: string | undefined;
|
|
3945
3946
|
} | undefined;
|
|
3946
3947
|
};
|
|
3947
|
-
archived: boolean;
|
|
3948
3948
|
icon?: {
|
|
3949
3949
|
type: "emoji";
|
|
3950
3950
|
emoji: string;
|
|
@@ -3987,8 +3987,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3987
3987
|
page?: {
|
|
3988
3988
|
object: "page";
|
|
3989
3989
|
properties: Record<string, unknown>;
|
|
3990
|
-
id: string;
|
|
3991
3990
|
url: string;
|
|
3991
|
+
id: string;
|
|
3992
3992
|
parent: {
|
|
3993
3993
|
type: "page_id";
|
|
3994
3994
|
page_id: string;
|
|
@@ -4006,8 +4006,9 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4006
4006
|
type: "workspace";
|
|
4007
4007
|
workspace: true;
|
|
4008
4008
|
};
|
|
4009
|
-
|
|
4009
|
+
archived: boolean;
|
|
4010
4010
|
last_edited_time: string;
|
|
4011
|
+
created_time: string;
|
|
4011
4012
|
created_by: {
|
|
4012
4013
|
object: "user";
|
|
4013
4014
|
id: string;
|
|
@@ -4042,7 +4043,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4042
4043
|
workspace_name?: string | undefined;
|
|
4043
4044
|
} | undefined;
|
|
4044
4045
|
};
|
|
4045
|
-
archived: boolean;
|
|
4046
4046
|
icon?: {
|
|
4047
4047
|
type: "emoji";
|
|
4048
4048
|
emoji: string;
|
|
@@ -4402,101 +4402,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4402
4402
|
}, "strip", z.ZodTypeAny, {
|
|
4403
4403
|
object: "page";
|
|
4404
4404
|
properties: Record<string, unknown>;
|
|
4405
|
-
id: string;
|
|
4406
4405
|
url: string;
|
|
4407
|
-
parent: {
|
|
4408
|
-
type: "page_id";
|
|
4409
|
-
page_id: string;
|
|
4410
|
-
} | {
|
|
4411
|
-
type: "database_id";
|
|
4412
|
-
database_id: string;
|
|
4413
|
-
} | {
|
|
4414
|
-
type: "data_source_id";
|
|
4415
|
-
data_source_id: string;
|
|
4416
|
-
database_id?: string | undefined;
|
|
4417
|
-
} | {
|
|
4418
|
-
type: "block_id";
|
|
4419
|
-
block_id: string;
|
|
4420
|
-
} | {
|
|
4421
|
-
type: "workspace";
|
|
4422
|
-
workspace: true;
|
|
4423
|
-
};
|
|
4424
|
-
created_time: string;
|
|
4425
|
-
last_edited_time: string;
|
|
4426
|
-
created_by: {
|
|
4427
|
-
object: "user";
|
|
4428
|
-
id: string;
|
|
4429
|
-
type?: "person" | "bot" | undefined;
|
|
4430
|
-
name?: string | undefined;
|
|
4431
|
-
person?: {
|
|
4432
|
-
email?: string | undefined;
|
|
4433
|
-
} | undefined;
|
|
4434
|
-
avatar_url?: string | null | undefined;
|
|
4435
|
-
bot?: {
|
|
4436
|
-
owner?: {
|
|
4437
|
-
type: "user" | "workspace";
|
|
4438
|
-
workspace?: boolean | undefined;
|
|
4439
|
-
} | undefined;
|
|
4440
|
-
workspace_name?: string | undefined;
|
|
4441
|
-
} | undefined;
|
|
4442
|
-
};
|
|
4443
|
-
last_edited_by: {
|
|
4444
|
-
object: "user";
|
|
4445
|
-
id: string;
|
|
4446
|
-
type?: "person" | "bot" | undefined;
|
|
4447
|
-
name?: string | undefined;
|
|
4448
|
-
person?: {
|
|
4449
|
-
email?: string | undefined;
|
|
4450
|
-
} | undefined;
|
|
4451
|
-
avatar_url?: string | null | undefined;
|
|
4452
|
-
bot?: {
|
|
4453
|
-
owner?: {
|
|
4454
|
-
type: "user" | "workspace";
|
|
4455
|
-
workspace?: boolean | undefined;
|
|
4456
|
-
} | undefined;
|
|
4457
|
-
workspace_name?: string | undefined;
|
|
4458
|
-
} | undefined;
|
|
4459
|
-
};
|
|
4460
|
-
archived: boolean;
|
|
4461
|
-
icon?: {
|
|
4462
|
-
type: "emoji";
|
|
4463
|
-
emoji: string;
|
|
4464
|
-
} | {
|
|
4465
|
-
type: "external";
|
|
4466
|
-
external: {
|
|
4467
|
-
url: string;
|
|
4468
|
-
};
|
|
4469
|
-
} | {
|
|
4470
|
-
type: "file";
|
|
4471
|
-
file: {
|
|
4472
|
-
url: string;
|
|
4473
|
-
expiry_time: string;
|
|
4474
|
-
};
|
|
4475
|
-
} | null | undefined;
|
|
4476
|
-
cover?: {
|
|
4477
|
-
type: "file";
|
|
4478
|
-
file: {
|
|
4479
|
-
url: string;
|
|
4480
|
-
expiry_time: string;
|
|
4481
|
-
};
|
|
4482
|
-
} | {
|
|
4483
|
-
type: "file_upload";
|
|
4484
|
-
file_upload: {
|
|
4485
|
-
id: string;
|
|
4486
|
-
};
|
|
4487
|
-
} | {
|
|
4488
|
-
type: "external";
|
|
4489
|
-
external: {
|
|
4490
|
-
url: string;
|
|
4491
|
-
};
|
|
4492
|
-
} | null | undefined;
|
|
4493
|
-
in_trash?: boolean | undefined;
|
|
4494
|
-
public_url?: string | null | undefined;
|
|
4495
|
-
}, {
|
|
4496
|
-
object: "page";
|
|
4497
|
-
properties: Record<string, unknown>;
|
|
4498
4406
|
id: string;
|
|
4499
|
-
url: string;
|
|
4500
4407
|
parent: {
|
|
4501
4408
|
type: "page_id";
|
|
4502
4409
|
page_id: string;
|
|
@@ -4514,106 +4421,200 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4514
4421
|
type: "workspace";
|
|
4515
4422
|
workspace: true;
|
|
4516
4423
|
};
|
|
4517
|
-
created_time: string;
|
|
4518
|
-
last_edited_time: string;
|
|
4519
|
-
created_by: {
|
|
4520
|
-
object: "user";
|
|
4521
|
-
id: string;
|
|
4522
|
-
type?: "person" | "bot" | undefined;
|
|
4523
|
-
name?: string | undefined;
|
|
4524
|
-
person?: {
|
|
4525
|
-
email?: string | undefined;
|
|
4526
|
-
} | undefined;
|
|
4527
|
-
avatar_url?: string | null | undefined;
|
|
4528
|
-
bot?: {
|
|
4529
|
-
owner?: {
|
|
4530
|
-
type: "user" | "workspace";
|
|
4531
|
-
workspace?: boolean | undefined;
|
|
4532
|
-
} | undefined;
|
|
4533
|
-
workspace_name?: string | undefined;
|
|
4534
|
-
} | undefined;
|
|
4535
|
-
};
|
|
4536
|
-
last_edited_by: {
|
|
4537
|
-
object: "user";
|
|
4538
|
-
id: string;
|
|
4539
|
-
type?: "person" | "bot" | undefined;
|
|
4540
|
-
name?: string | undefined;
|
|
4541
|
-
person?: {
|
|
4542
|
-
email?: string | undefined;
|
|
4543
|
-
} | undefined;
|
|
4544
|
-
avatar_url?: string | null | undefined;
|
|
4545
|
-
bot?: {
|
|
4546
|
-
owner?: {
|
|
4547
|
-
type: "user" | "workspace";
|
|
4548
|
-
workspace?: boolean | undefined;
|
|
4549
|
-
} | undefined;
|
|
4550
|
-
workspace_name?: string | undefined;
|
|
4551
|
-
} | undefined;
|
|
4552
|
-
};
|
|
4553
4424
|
archived: boolean;
|
|
4554
|
-
icon?: {
|
|
4555
|
-
type: "emoji";
|
|
4556
|
-
emoji: string;
|
|
4557
|
-
} | {
|
|
4558
|
-
type: "external";
|
|
4559
|
-
external: {
|
|
4560
|
-
url: string;
|
|
4561
|
-
};
|
|
4562
|
-
} | {
|
|
4563
|
-
type: "file";
|
|
4564
|
-
file: {
|
|
4565
|
-
url: string;
|
|
4566
|
-
expiry_time: string;
|
|
4567
|
-
};
|
|
4568
|
-
} | null | undefined;
|
|
4569
|
-
cover?: {
|
|
4570
|
-
type: "file";
|
|
4571
|
-
file: {
|
|
4572
|
-
url: string;
|
|
4573
|
-
expiry_time: string;
|
|
4574
|
-
};
|
|
4575
|
-
} | {
|
|
4576
|
-
type: "file_upload";
|
|
4577
|
-
file_upload: {
|
|
4578
|
-
id: string;
|
|
4579
|
-
};
|
|
4580
|
-
} | {
|
|
4581
|
-
type: "external";
|
|
4582
|
-
external: {
|
|
4583
|
-
url: string;
|
|
4584
|
-
};
|
|
4585
|
-
} | null | undefined;
|
|
4586
|
-
in_trash?: boolean | undefined;
|
|
4587
|
-
public_url?: string | null | undefined;
|
|
4588
|
-
}>>;
|
|
4589
|
-
}, "strip", z.ZodTypeAny, {
|
|
4590
|
-
error: string;
|
|
4591
|
-
success: boolean;
|
|
4592
|
-
operation: "update_page";
|
|
4593
|
-
page?: {
|
|
4594
|
-
object: "page";
|
|
4595
|
-
properties: Record<string, unknown>;
|
|
4596
|
-
id: string;
|
|
4597
|
-
url: string;
|
|
4598
|
-
parent: {
|
|
4599
|
-
type: "page_id";
|
|
4600
|
-
page_id: string;
|
|
4601
|
-
} | {
|
|
4602
|
-
type: "database_id";
|
|
4603
|
-
database_id: string;
|
|
4604
|
-
} | {
|
|
4605
|
-
type: "data_source_id";
|
|
4606
|
-
data_source_id: string;
|
|
4607
|
-
database_id?: string | undefined;
|
|
4608
|
-
} | {
|
|
4609
|
-
type: "block_id";
|
|
4610
|
-
block_id: string;
|
|
4611
|
-
} | {
|
|
4612
|
-
type: "workspace";
|
|
4613
|
-
workspace: true;
|
|
4614
|
-
};
|
|
4615
|
-
created_time: string;
|
|
4616
4425
|
last_edited_time: string;
|
|
4426
|
+
created_time: string;
|
|
4427
|
+
created_by: {
|
|
4428
|
+
object: "user";
|
|
4429
|
+
id: string;
|
|
4430
|
+
type?: "person" | "bot" | undefined;
|
|
4431
|
+
name?: string | undefined;
|
|
4432
|
+
person?: {
|
|
4433
|
+
email?: string | undefined;
|
|
4434
|
+
} | undefined;
|
|
4435
|
+
avatar_url?: string | null | undefined;
|
|
4436
|
+
bot?: {
|
|
4437
|
+
owner?: {
|
|
4438
|
+
type: "user" | "workspace";
|
|
4439
|
+
workspace?: boolean | undefined;
|
|
4440
|
+
} | undefined;
|
|
4441
|
+
workspace_name?: string | undefined;
|
|
4442
|
+
} | undefined;
|
|
4443
|
+
};
|
|
4444
|
+
last_edited_by: {
|
|
4445
|
+
object: "user";
|
|
4446
|
+
id: string;
|
|
4447
|
+
type?: "person" | "bot" | undefined;
|
|
4448
|
+
name?: string | undefined;
|
|
4449
|
+
person?: {
|
|
4450
|
+
email?: string | undefined;
|
|
4451
|
+
} | undefined;
|
|
4452
|
+
avatar_url?: string | null | undefined;
|
|
4453
|
+
bot?: {
|
|
4454
|
+
owner?: {
|
|
4455
|
+
type: "user" | "workspace";
|
|
4456
|
+
workspace?: boolean | undefined;
|
|
4457
|
+
} | undefined;
|
|
4458
|
+
workspace_name?: string | undefined;
|
|
4459
|
+
} | undefined;
|
|
4460
|
+
};
|
|
4461
|
+
icon?: {
|
|
4462
|
+
type: "emoji";
|
|
4463
|
+
emoji: string;
|
|
4464
|
+
} | {
|
|
4465
|
+
type: "external";
|
|
4466
|
+
external: {
|
|
4467
|
+
url: string;
|
|
4468
|
+
};
|
|
4469
|
+
} | {
|
|
4470
|
+
type: "file";
|
|
4471
|
+
file: {
|
|
4472
|
+
url: string;
|
|
4473
|
+
expiry_time: string;
|
|
4474
|
+
};
|
|
4475
|
+
} | null | undefined;
|
|
4476
|
+
cover?: {
|
|
4477
|
+
type: "file";
|
|
4478
|
+
file: {
|
|
4479
|
+
url: string;
|
|
4480
|
+
expiry_time: string;
|
|
4481
|
+
};
|
|
4482
|
+
} | {
|
|
4483
|
+
type: "file_upload";
|
|
4484
|
+
file_upload: {
|
|
4485
|
+
id: string;
|
|
4486
|
+
};
|
|
4487
|
+
} | {
|
|
4488
|
+
type: "external";
|
|
4489
|
+
external: {
|
|
4490
|
+
url: string;
|
|
4491
|
+
};
|
|
4492
|
+
} | null | undefined;
|
|
4493
|
+
in_trash?: boolean | undefined;
|
|
4494
|
+
public_url?: string | null | undefined;
|
|
4495
|
+
}, {
|
|
4496
|
+
object: "page";
|
|
4497
|
+
properties: Record<string, unknown>;
|
|
4498
|
+
url: string;
|
|
4499
|
+
id: string;
|
|
4500
|
+
parent: {
|
|
4501
|
+
type: "page_id";
|
|
4502
|
+
page_id: string;
|
|
4503
|
+
} | {
|
|
4504
|
+
type: "database_id";
|
|
4505
|
+
database_id: string;
|
|
4506
|
+
} | {
|
|
4507
|
+
type: "data_source_id";
|
|
4508
|
+
data_source_id: string;
|
|
4509
|
+
database_id?: string | undefined;
|
|
4510
|
+
} | {
|
|
4511
|
+
type: "block_id";
|
|
4512
|
+
block_id: string;
|
|
4513
|
+
} | {
|
|
4514
|
+
type: "workspace";
|
|
4515
|
+
workspace: true;
|
|
4516
|
+
};
|
|
4517
|
+
archived: boolean;
|
|
4518
|
+
last_edited_time: string;
|
|
4519
|
+
created_time: string;
|
|
4520
|
+
created_by: {
|
|
4521
|
+
object: "user";
|
|
4522
|
+
id: string;
|
|
4523
|
+
type?: "person" | "bot" | undefined;
|
|
4524
|
+
name?: string | undefined;
|
|
4525
|
+
person?: {
|
|
4526
|
+
email?: string | undefined;
|
|
4527
|
+
} | undefined;
|
|
4528
|
+
avatar_url?: string | null | undefined;
|
|
4529
|
+
bot?: {
|
|
4530
|
+
owner?: {
|
|
4531
|
+
type: "user" | "workspace";
|
|
4532
|
+
workspace?: boolean | undefined;
|
|
4533
|
+
} | undefined;
|
|
4534
|
+
workspace_name?: string | undefined;
|
|
4535
|
+
} | undefined;
|
|
4536
|
+
};
|
|
4537
|
+
last_edited_by: {
|
|
4538
|
+
object: "user";
|
|
4539
|
+
id: string;
|
|
4540
|
+
type?: "person" | "bot" | undefined;
|
|
4541
|
+
name?: string | undefined;
|
|
4542
|
+
person?: {
|
|
4543
|
+
email?: string | undefined;
|
|
4544
|
+
} | undefined;
|
|
4545
|
+
avatar_url?: string | null | undefined;
|
|
4546
|
+
bot?: {
|
|
4547
|
+
owner?: {
|
|
4548
|
+
type: "user" | "workspace";
|
|
4549
|
+
workspace?: boolean | undefined;
|
|
4550
|
+
} | undefined;
|
|
4551
|
+
workspace_name?: string | undefined;
|
|
4552
|
+
} | undefined;
|
|
4553
|
+
};
|
|
4554
|
+
icon?: {
|
|
4555
|
+
type: "emoji";
|
|
4556
|
+
emoji: string;
|
|
4557
|
+
} | {
|
|
4558
|
+
type: "external";
|
|
4559
|
+
external: {
|
|
4560
|
+
url: string;
|
|
4561
|
+
};
|
|
4562
|
+
} | {
|
|
4563
|
+
type: "file";
|
|
4564
|
+
file: {
|
|
4565
|
+
url: string;
|
|
4566
|
+
expiry_time: string;
|
|
4567
|
+
};
|
|
4568
|
+
} | null | undefined;
|
|
4569
|
+
cover?: {
|
|
4570
|
+
type: "file";
|
|
4571
|
+
file: {
|
|
4572
|
+
url: string;
|
|
4573
|
+
expiry_time: string;
|
|
4574
|
+
};
|
|
4575
|
+
} | {
|
|
4576
|
+
type: "file_upload";
|
|
4577
|
+
file_upload: {
|
|
4578
|
+
id: string;
|
|
4579
|
+
};
|
|
4580
|
+
} | {
|
|
4581
|
+
type: "external";
|
|
4582
|
+
external: {
|
|
4583
|
+
url: string;
|
|
4584
|
+
};
|
|
4585
|
+
} | null | undefined;
|
|
4586
|
+
in_trash?: boolean | undefined;
|
|
4587
|
+
public_url?: string | null | undefined;
|
|
4588
|
+
}>>;
|
|
4589
|
+
}, "strip", z.ZodTypeAny, {
|
|
4590
|
+
error: string;
|
|
4591
|
+
success: boolean;
|
|
4592
|
+
operation: "update_page";
|
|
4593
|
+
page?: {
|
|
4594
|
+
object: "page";
|
|
4595
|
+
properties: Record<string, unknown>;
|
|
4596
|
+
url: string;
|
|
4597
|
+
id: string;
|
|
4598
|
+
parent: {
|
|
4599
|
+
type: "page_id";
|
|
4600
|
+
page_id: string;
|
|
4601
|
+
} | {
|
|
4602
|
+
type: "database_id";
|
|
4603
|
+
database_id: string;
|
|
4604
|
+
} | {
|
|
4605
|
+
type: "data_source_id";
|
|
4606
|
+
data_source_id: string;
|
|
4607
|
+
database_id?: string | undefined;
|
|
4608
|
+
} | {
|
|
4609
|
+
type: "block_id";
|
|
4610
|
+
block_id: string;
|
|
4611
|
+
} | {
|
|
4612
|
+
type: "workspace";
|
|
4613
|
+
workspace: true;
|
|
4614
|
+
};
|
|
4615
|
+
archived: boolean;
|
|
4616
|
+
last_edited_time: string;
|
|
4617
|
+
created_time: string;
|
|
4617
4618
|
created_by: {
|
|
4618
4619
|
object: "user";
|
|
4619
4620
|
id: string;
|
|
@@ -4648,7 +4649,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4648
4649
|
workspace_name?: string | undefined;
|
|
4649
4650
|
} | undefined;
|
|
4650
4651
|
};
|
|
4651
|
-
archived: boolean;
|
|
4652
4652
|
icon?: {
|
|
4653
4653
|
type: "emoji";
|
|
4654
4654
|
emoji: string;
|
|
@@ -4691,8 +4691,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4691
4691
|
page?: {
|
|
4692
4692
|
object: "page";
|
|
4693
4693
|
properties: Record<string, unknown>;
|
|
4694
|
-
id: string;
|
|
4695
4694
|
url: string;
|
|
4695
|
+
id: string;
|
|
4696
4696
|
parent: {
|
|
4697
4697
|
type: "page_id";
|
|
4698
4698
|
page_id: string;
|
|
@@ -4710,8 +4710,9 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4710
4710
|
type: "workspace";
|
|
4711
4711
|
workspace: true;
|
|
4712
4712
|
};
|
|
4713
|
-
|
|
4713
|
+
archived: boolean;
|
|
4714
4714
|
last_edited_time: string;
|
|
4715
|
+
created_time: string;
|
|
4715
4716
|
created_by: {
|
|
4716
4717
|
object: "user";
|
|
4717
4718
|
id: string;
|
|
@@ -4746,7 +4747,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4746
4747
|
workspace_name?: string | undefined;
|
|
4747
4748
|
} | undefined;
|
|
4748
4749
|
};
|
|
4749
|
-
archived: boolean;
|
|
4750
4750
|
icon?: {
|
|
4751
4751
|
type: "emoji";
|
|
4752
4752
|
emoji: string;
|
|
@@ -5356,8 +5356,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5356
5356
|
type: "workspace";
|
|
5357
5357
|
workspace: true;
|
|
5358
5358
|
};
|
|
5359
|
-
created_time: string;
|
|
5360
5359
|
last_edited_time: string;
|
|
5360
|
+
created_time: string;
|
|
5361
5361
|
data_sources: {
|
|
5362
5362
|
name: string;
|
|
5363
5363
|
id: string;
|
|
@@ -5448,8 +5448,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5448
5448
|
};
|
|
5449
5449
|
} | null | undefined;
|
|
5450
5450
|
in_trash?: boolean | undefined;
|
|
5451
|
-
public_url?: string | null | undefined;
|
|
5452
5451
|
is_inline?: boolean | undefined;
|
|
5452
|
+
public_url?: string | null | undefined;
|
|
5453
5453
|
}, {
|
|
5454
5454
|
object: "database";
|
|
5455
5455
|
title: {
|
|
@@ -5489,8 +5489,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5489
5489
|
type: "workspace";
|
|
5490
5490
|
workspace: true;
|
|
5491
5491
|
};
|
|
5492
|
-
created_time: string;
|
|
5493
5492
|
last_edited_time: string;
|
|
5493
|
+
created_time: string;
|
|
5494
5494
|
data_sources: {
|
|
5495
5495
|
name: string;
|
|
5496
5496
|
id: string;
|
|
@@ -5581,8 +5581,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5581
5581
|
};
|
|
5582
5582
|
} | null | undefined;
|
|
5583
5583
|
in_trash?: boolean | undefined;
|
|
5584
|
-
public_url?: string | null | undefined;
|
|
5585
5584
|
is_inline?: boolean | undefined;
|
|
5585
|
+
public_url?: string | null | undefined;
|
|
5586
5586
|
}>>;
|
|
5587
5587
|
}, "strip", z.ZodTypeAny, {
|
|
5588
5588
|
error: string;
|
|
@@ -5627,8 +5627,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5627
5627
|
type: "workspace";
|
|
5628
5628
|
workspace: true;
|
|
5629
5629
|
};
|
|
5630
|
-
created_time: string;
|
|
5631
5630
|
last_edited_time: string;
|
|
5631
|
+
created_time: string;
|
|
5632
5632
|
data_sources: {
|
|
5633
5633
|
name: string;
|
|
5634
5634
|
id: string;
|
|
@@ -5719,8 +5719,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5719
5719
|
};
|
|
5720
5720
|
} | null | undefined;
|
|
5721
5721
|
in_trash?: boolean | undefined;
|
|
5722
|
-
public_url?: string | null | undefined;
|
|
5723
5722
|
is_inline?: boolean | undefined;
|
|
5723
|
+
public_url?: string | null | undefined;
|
|
5724
5724
|
} | undefined;
|
|
5725
5725
|
}, {
|
|
5726
5726
|
error: string;
|
|
@@ -5765,8 +5765,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5765
5765
|
type: "workspace";
|
|
5766
5766
|
workspace: true;
|
|
5767
5767
|
};
|
|
5768
|
-
created_time: string;
|
|
5769
5768
|
last_edited_time: string;
|
|
5769
|
+
created_time: string;
|
|
5770
5770
|
data_sources: {
|
|
5771
5771
|
name: string;
|
|
5772
5772
|
id: string;
|
|
@@ -5857,8 +5857,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5857
5857
|
};
|
|
5858
5858
|
} | null | undefined;
|
|
5859
5859
|
in_trash?: boolean | undefined;
|
|
5860
|
-
public_url?: string | null | undefined;
|
|
5861
5860
|
is_inline?: boolean | undefined;
|
|
5861
|
+
public_url?: string | null | undefined;
|
|
5862
5862
|
} | undefined;
|
|
5863
5863
|
}>, z.ZodObject<{
|
|
5864
5864
|
operation: z.ZodLiteral<"query_data_source">;
|
|
@@ -11030,8 +11030,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11030
11030
|
type: "workspace";
|
|
11031
11031
|
workspace: true;
|
|
11032
11032
|
};
|
|
11033
|
-
created_time: string;
|
|
11034
11033
|
last_edited_time: string;
|
|
11034
|
+
created_time: string;
|
|
11035
11035
|
data_sources: {
|
|
11036
11036
|
name: string;
|
|
11037
11037
|
id: string;
|
|
@@ -11122,8 +11122,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11122
11122
|
};
|
|
11123
11123
|
} | null | undefined;
|
|
11124
11124
|
in_trash?: boolean | undefined;
|
|
11125
|
-
public_url?: string | null | undefined;
|
|
11126
11125
|
is_inline?: boolean | undefined;
|
|
11126
|
+
public_url?: string | null | undefined;
|
|
11127
11127
|
}, {
|
|
11128
11128
|
object: "database";
|
|
11129
11129
|
title: {
|
|
@@ -11163,8 +11163,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11163
11163
|
type: "workspace";
|
|
11164
11164
|
workspace: true;
|
|
11165
11165
|
};
|
|
11166
|
-
created_time: string;
|
|
11167
11166
|
last_edited_time: string;
|
|
11167
|
+
created_time: string;
|
|
11168
11168
|
data_sources: {
|
|
11169
11169
|
name: string;
|
|
11170
11170
|
id: string;
|
|
@@ -11255,8 +11255,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11255
11255
|
};
|
|
11256
11256
|
} | null | undefined;
|
|
11257
11257
|
in_trash?: boolean | undefined;
|
|
11258
|
-
public_url?: string | null | undefined;
|
|
11259
11258
|
is_inline?: boolean | undefined;
|
|
11259
|
+
public_url?: string | null | undefined;
|
|
11260
11260
|
}>>;
|
|
11261
11261
|
}, "strip", z.ZodTypeAny, {
|
|
11262
11262
|
error: string;
|
|
@@ -11301,8 +11301,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11301
11301
|
type: "workspace";
|
|
11302
11302
|
workspace: true;
|
|
11303
11303
|
};
|
|
11304
|
-
created_time: string;
|
|
11305
11304
|
last_edited_time: string;
|
|
11305
|
+
created_time: string;
|
|
11306
11306
|
data_sources: {
|
|
11307
11307
|
name: string;
|
|
11308
11308
|
id: string;
|
|
@@ -11393,8 +11393,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11393
11393
|
};
|
|
11394
11394
|
} | null | undefined;
|
|
11395
11395
|
in_trash?: boolean | undefined;
|
|
11396
|
-
public_url?: string | null | undefined;
|
|
11397
11396
|
is_inline?: boolean | undefined;
|
|
11397
|
+
public_url?: string | null | undefined;
|
|
11398
11398
|
} | undefined;
|
|
11399
11399
|
}, {
|
|
11400
11400
|
error: string;
|
|
@@ -11439,8 +11439,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11439
11439
|
type: "workspace";
|
|
11440
11440
|
workspace: true;
|
|
11441
11441
|
};
|
|
11442
|
-
created_time: string;
|
|
11443
11442
|
last_edited_time: string;
|
|
11443
|
+
created_time: string;
|
|
11444
11444
|
data_sources: {
|
|
11445
11445
|
name: string;
|
|
11446
11446
|
id: string;
|
|
@@ -11531,8 +11531,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11531
11531
|
};
|
|
11532
11532
|
} | null | undefined;
|
|
11533
11533
|
in_trash?: boolean | undefined;
|
|
11534
|
-
public_url?: string | null | undefined;
|
|
11535
11534
|
is_inline?: boolean | undefined;
|
|
11535
|
+
public_url?: string | null | undefined;
|
|
11536
11536
|
} | undefined;
|
|
11537
11537
|
}>, z.ZodObject<{
|
|
11538
11538
|
operation: z.ZodLiteral<"update_database">;
|
|
@@ -12108,8 +12108,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12108
12108
|
type: "workspace";
|
|
12109
12109
|
workspace: true;
|
|
12110
12110
|
};
|
|
12111
|
-
created_time: string;
|
|
12112
12111
|
last_edited_time: string;
|
|
12112
|
+
created_time: string;
|
|
12113
12113
|
data_sources: {
|
|
12114
12114
|
name: string;
|
|
12115
12115
|
id: string;
|
|
@@ -12200,8 +12200,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12200
12200
|
};
|
|
12201
12201
|
} | null | undefined;
|
|
12202
12202
|
in_trash?: boolean | undefined;
|
|
12203
|
-
public_url?: string | null | undefined;
|
|
12204
12203
|
is_inline?: boolean | undefined;
|
|
12204
|
+
public_url?: string | null | undefined;
|
|
12205
12205
|
}, {
|
|
12206
12206
|
object: "database";
|
|
12207
12207
|
title: {
|
|
@@ -12241,8 +12241,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12241
12241
|
type: "workspace";
|
|
12242
12242
|
workspace: true;
|
|
12243
12243
|
};
|
|
12244
|
-
created_time: string;
|
|
12245
12244
|
last_edited_time: string;
|
|
12245
|
+
created_time: string;
|
|
12246
12246
|
data_sources: {
|
|
12247
12247
|
name: string;
|
|
12248
12248
|
id: string;
|
|
@@ -12333,8 +12333,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12333
12333
|
};
|
|
12334
12334
|
} | null | undefined;
|
|
12335
12335
|
in_trash?: boolean | undefined;
|
|
12336
|
-
public_url?: string | null | undefined;
|
|
12337
12336
|
is_inline?: boolean | undefined;
|
|
12337
|
+
public_url?: string | null | undefined;
|
|
12338
12338
|
}>>;
|
|
12339
12339
|
}, "strip", z.ZodTypeAny, {
|
|
12340
12340
|
error: string;
|
|
@@ -12379,8 +12379,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12379
12379
|
type: "workspace";
|
|
12380
12380
|
workspace: true;
|
|
12381
12381
|
};
|
|
12382
|
-
created_time: string;
|
|
12383
12382
|
last_edited_time: string;
|
|
12383
|
+
created_time: string;
|
|
12384
12384
|
data_sources: {
|
|
12385
12385
|
name: string;
|
|
12386
12386
|
id: string;
|
|
@@ -12471,8 +12471,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12471
12471
|
};
|
|
12472
12472
|
} | null | undefined;
|
|
12473
12473
|
in_trash?: boolean | undefined;
|
|
12474
|
-
public_url?: string | null | undefined;
|
|
12475
12474
|
is_inline?: boolean | undefined;
|
|
12475
|
+
public_url?: string | null | undefined;
|
|
12476
12476
|
} | undefined;
|
|
12477
12477
|
}, {
|
|
12478
12478
|
error: string;
|
|
@@ -12517,8 +12517,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12517
12517
|
type: "workspace";
|
|
12518
12518
|
workspace: true;
|
|
12519
12519
|
};
|
|
12520
|
-
created_time: string;
|
|
12521
12520
|
last_edited_time: string;
|
|
12521
|
+
created_time: string;
|
|
12522
12522
|
data_sources: {
|
|
12523
12523
|
name: string;
|
|
12524
12524
|
id: string;
|
|
@@ -12609,8 +12609,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12609
12609
|
};
|
|
12610
12610
|
} | null | undefined;
|
|
12611
12611
|
in_trash?: boolean | undefined;
|
|
12612
|
-
public_url?: string | null | undefined;
|
|
12613
12612
|
is_inline?: boolean | undefined;
|
|
12613
|
+
public_url?: string | null | undefined;
|
|
12614
12614
|
} | undefined;
|
|
12615
12615
|
}>, z.ZodObject<{
|
|
12616
12616
|
operation: z.ZodLiteral<"append_block_children">;
|
|
@@ -16871,26 +16871,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16871
16871
|
} & {
|
|
16872
16872
|
[k: string]: unknown;
|
|
16873
16873
|
};
|
|
16874
|
-
created_time: string;
|
|
16875
|
-
last_edited_time: string;
|
|
16876
|
-
created_by: {
|
|
16877
|
-
object: "user";
|
|
16878
|
-
id: string;
|
|
16879
|
-
type?: "person" | "bot" | undefined;
|
|
16880
|
-
name?: string | undefined;
|
|
16881
|
-
person?: {
|
|
16882
|
-
email?: string | undefined;
|
|
16883
|
-
} | undefined;
|
|
16884
|
-
avatar_url?: string | null | undefined;
|
|
16885
|
-
bot?: {
|
|
16886
|
-
owner?: {
|
|
16887
|
-
type: "user" | "workspace";
|
|
16888
|
-
workspace?: boolean | undefined;
|
|
16889
|
-
} | undefined;
|
|
16890
|
-
workspace_name?: string | undefined;
|
|
16891
|
-
} | undefined;
|
|
16892
|
-
};
|
|
16893
|
-
discussion_id: string;
|
|
16894
16874
|
rich_text: {
|
|
16895
16875
|
type: "text" | "mention" | "equation";
|
|
16896
16876
|
text?: {
|
|
@@ -16910,18 +16890,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16910
16890
|
} | undefined;
|
|
16911
16891
|
href?: string | null | undefined;
|
|
16912
16892
|
}[];
|
|
16913
|
-
}, {
|
|
16914
|
-
object: "comment";
|
|
16915
|
-
id: string;
|
|
16916
|
-
parent: {
|
|
16917
|
-
type: "block_id" | "page_id";
|
|
16918
|
-
block_id?: string | undefined;
|
|
16919
|
-
page_id?: string | undefined;
|
|
16920
|
-
} & {
|
|
16921
|
-
[k: string]: unknown;
|
|
16922
|
-
};
|
|
16923
|
-
created_time: string;
|
|
16924
16893
|
last_edited_time: string;
|
|
16894
|
+
created_time: string;
|
|
16925
16895
|
created_by: {
|
|
16926
16896
|
object: "user";
|
|
16927
16897
|
id: string;
|
|
@@ -16940,6 +16910,16 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16940
16910
|
} | undefined;
|
|
16941
16911
|
};
|
|
16942
16912
|
discussion_id: string;
|
|
16913
|
+
}, {
|
|
16914
|
+
object: "comment";
|
|
16915
|
+
id: string;
|
|
16916
|
+
parent: {
|
|
16917
|
+
type: "block_id" | "page_id";
|
|
16918
|
+
block_id?: string | undefined;
|
|
16919
|
+
page_id?: string | undefined;
|
|
16920
|
+
} & {
|
|
16921
|
+
[k: string]: unknown;
|
|
16922
|
+
};
|
|
16943
16923
|
rich_text: {
|
|
16944
16924
|
type: "text" | "mention" | "equation";
|
|
16945
16925
|
text?: {
|
|
@@ -16959,23 +16939,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16959
16939
|
} | undefined;
|
|
16960
16940
|
href?: string | null | undefined;
|
|
16961
16941
|
}[];
|
|
16962
|
-
}>>;
|
|
16963
|
-
}, "strip", z.ZodTypeAny, {
|
|
16964
|
-
error: string;
|
|
16965
|
-
success: boolean;
|
|
16966
|
-
operation: "create_comment";
|
|
16967
|
-
comment?: {
|
|
16968
|
-
object: "comment";
|
|
16969
|
-
id: string;
|
|
16970
|
-
parent: {
|
|
16971
|
-
type: "block_id" | "page_id";
|
|
16972
|
-
block_id?: string | undefined;
|
|
16973
|
-
page_id?: string | undefined;
|
|
16974
|
-
} & {
|
|
16975
|
-
[k: string]: unknown;
|
|
16976
|
-
};
|
|
16977
|
-
created_time: string;
|
|
16978
16942
|
last_edited_time: string;
|
|
16943
|
+
created_time: string;
|
|
16979
16944
|
created_by: {
|
|
16980
16945
|
object: "user";
|
|
16981
16946
|
id: string;
|
|
@@ -16994,6 +16959,21 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16994
16959
|
} | undefined;
|
|
16995
16960
|
};
|
|
16996
16961
|
discussion_id: string;
|
|
16962
|
+
}>>;
|
|
16963
|
+
}, "strip", z.ZodTypeAny, {
|
|
16964
|
+
error: string;
|
|
16965
|
+
success: boolean;
|
|
16966
|
+
operation: "create_comment";
|
|
16967
|
+
comment?: {
|
|
16968
|
+
object: "comment";
|
|
16969
|
+
id: string;
|
|
16970
|
+
parent: {
|
|
16971
|
+
type: "block_id" | "page_id";
|
|
16972
|
+
block_id?: string | undefined;
|
|
16973
|
+
page_id?: string | undefined;
|
|
16974
|
+
} & {
|
|
16975
|
+
[k: string]: unknown;
|
|
16976
|
+
};
|
|
16997
16977
|
rich_text: {
|
|
16998
16978
|
type: "text" | "mention" | "equation";
|
|
16999
16979
|
text?: {
|
|
@@ -17013,23 +16993,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17013
16993
|
} | undefined;
|
|
17014
16994
|
href?: string | null | undefined;
|
|
17015
16995
|
}[];
|
|
17016
|
-
} | undefined;
|
|
17017
|
-
}, {
|
|
17018
|
-
error: string;
|
|
17019
|
-
success: boolean;
|
|
17020
|
-
operation: "create_comment";
|
|
17021
|
-
comment?: {
|
|
17022
|
-
object: "comment";
|
|
17023
|
-
id: string;
|
|
17024
|
-
parent: {
|
|
17025
|
-
type: "block_id" | "page_id";
|
|
17026
|
-
block_id?: string | undefined;
|
|
17027
|
-
page_id?: string | undefined;
|
|
17028
|
-
} & {
|
|
17029
|
-
[k: string]: unknown;
|
|
17030
|
-
};
|
|
17031
|
-
created_time: string;
|
|
17032
16996
|
last_edited_time: string;
|
|
16997
|
+
created_time: string;
|
|
17033
16998
|
created_by: {
|
|
17034
16999
|
object: "user";
|
|
17035
17000
|
id: string;
|
|
@@ -17048,6 +17013,21 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17048
17013
|
} | undefined;
|
|
17049
17014
|
};
|
|
17050
17015
|
discussion_id: string;
|
|
17016
|
+
} | undefined;
|
|
17017
|
+
}, {
|
|
17018
|
+
error: string;
|
|
17019
|
+
success: boolean;
|
|
17020
|
+
operation: "create_comment";
|
|
17021
|
+
comment?: {
|
|
17022
|
+
object: "comment";
|
|
17023
|
+
id: string;
|
|
17024
|
+
parent: {
|
|
17025
|
+
type: "block_id" | "page_id";
|
|
17026
|
+
block_id?: string | undefined;
|
|
17027
|
+
page_id?: string | undefined;
|
|
17028
|
+
} & {
|
|
17029
|
+
[k: string]: unknown;
|
|
17030
|
+
};
|
|
17051
17031
|
rich_text: {
|
|
17052
17032
|
type: "text" | "mention" | "equation";
|
|
17053
17033
|
text?: {
|
|
@@ -17067,6 +17047,26 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17067
17047
|
} | undefined;
|
|
17068
17048
|
href?: string | null | undefined;
|
|
17069
17049
|
}[];
|
|
17050
|
+
last_edited_time: string;
|
|
17051
|
+
created_time: string;
|
|
17052
|
+
created_by: {
|
|
17053
|
+
object: "user";
|
|
17054
|
+
id: string;
|
|
17055
|
+
type?: "person" | "bot" | undefined;
|
|
17056
|
+
name?: string | undefined;
|
|
17057
|
+
person?: {
|
|
17058
|
+
email?: string | undefined;
|
|
17059
|
+
} | undefined;
|
|
17060
|
+
avatar_url?: string | null | undefined;
|
|
17061
|
+
bot?: {
|
|
17062
|
+
owner?: {
|
|
17063
|
+
type: "user" | "workspace";
|
|
17064
|
+
workspace?: boolean | undefined;
|
|
17065
|
+
} | undefined;
|
|
17066
|
+
workspace_name?: string | undefined;
|
|
17067
|
+
} | undefined;
|
|
17068
|
+
};
|
|
17069
|
+
discussion_id: string;
|
|
17070
17070
|
} | undefined;
|
|
17071
17071
|
}>, z.ZodObject<{
|
|
17072
17072
|
operation: z.ZodLiteral<"retrieve_comment">;
|
|
@@ -17255,26 +17255,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17255
17255
|
} & {
|
|
17256
17256
|
[k: string]: unknown;
|
|
17257
17257
|
};
|
|
17258
|
-
created_time: string;
|
|
17259
|
-
last_edited_time: string;
|
|
17260
|
-
created_by: {
|
|
17261
|
-
object: "user";
|
|
17262
|
-
id: string;
|
|
17263
|
-
type?: "person" | "bot" | undefined;
|
|
17264
|
-
name?: string | undefined;
|
|
17265
|
-
person?: {
|
|
17266
|
-
email?: string | undefined;
|
|
17267
|
-
} | undefined;
|
|
17268
|
-
avatar_url?: string | null | undefined;
|
|
17269
|
-
bot?: {
|
|
17270
|
-
owner?: {
|
|
17271
|
-
type: "user" | "workspace";
|
|
17272
|
-
workspace?: boolean | undefined;
|
|
17273
|
-
} | undefined;
|
|
17274
|
-
workspace_name?: string | undefined;
|
|
17275
|
-
} | undefined;
|
|
17276
|
-
};
|
|
17277
|
-
discussion_id: string;
|
|
17278
17258
|
rich_text: {
|
|
17279
17259
|
type: "text" | "mention" | "equation";
|
|
17280
17260
|
text?: {
|
|
@@ -17294,18 +17274,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17294
17274
|
} | undefined;
|
|
17295
17275
|
href?: string | null | undefined;
|
|
17296
17276
|
}[];
|
|
17297
|
-
}, {
|
|
17298
|
-
object: "comment";
|
|
17299
|
-
id: string;
|
|
17300
|
-
parent: {
|
|
17301
|
-
type: "block_id" | "page_id";
|
|
17302
|
-
block_id?: string | undefined;
|
|
17303
|
-
page_id?: string | undefined;
|
|
17304
|
-
} & {
|
|
17305
|
-
[k: string]: unknown;
|
|
17306
|
-
};
|
|
17307
|
-
created_time: string;
|
|
17308
17277
|
last_edited_time: string;
|
|
17278
|
+
created_time: string;
|
|
17309
17279
|
created_by: {
|
|
17310
17280
|
object: "user";
|
|
17311
17281
|
id: string;
|
|
@@ -17324,6 +17294,16 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17324
17294
|
} | undefined;
|
|
17325
17295
|
};
|
|
17326
17296
|
discussion_id: string;
|
|
17297
|
+
}, {
|
|
17298
|
+
object: "comment";
|
|
17299
|
+
id: string;
|
|
17300
|
+
parent: {
|
|
17301
|
+
type: "block_id" | "page_id";
|
|
17302
|
+
block_id?: string | undefined;
|
|
17303
|
+
page_id?: string | undefined;
|
|
17304
|
+
} & {
|
|
17305
|
+
[k: string]: unknown;
|
|
17306
|
+
};
|
|
17327
17307
|
rich_text: {
|
|
17328
17308
|
type: "text" | "mention" | "equation";
|
|
17329
17309
|
text?: {
|
|
@@ -17343,23 +17323,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17343
17323
|
} | undefined;
|
|
17344
17324
|
href?: string | null | undefined;
|
|
17345
17325
|
}[];
|
|
17346
|
-
}>>;
|
|
17347
|
-
}, "strip", z.ZodTypeAny, {
|
|
17348
|
-
error: string;
|
|
17349
|
-
success: boolean;
|
|
17350
|
-
operation: "retrieve_comment";
|
|
17351
|
-
comment?: {
|
|
17352
|
-
object: "comment";
|
|
17353
|
-
id: string;
|
|
17354
|
-
parent: {
|
|
17355
|
-
type: "block_id" | "page_id";
|
|
17356
|
-
block_id?: string | undefined;
|
|
17357
|
-
page_id?: string | undefined;
|
|
17358
|
-
} & {
|
|
17359
|
-
[k: string]: unknown;
|
|
17360
|
-
};
|
|
17361
|
-
created_time: string;
|
|
17362
17326
|
last_edited_time: string;
|
|
17327
|
+
created_time: string;
|
|
17363
17328
|
created_by: {
|
|
17364
17329
|
object: "user";
|
|
17365
17330
|
id: string;
|
|
@@ -17378,6 +17343,21 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17378
17343
|
} | undefined;
|
|
17379
17344
|
};
|
|
17380
17345
|
discussion_id: string;
|
|
17346
|
+
}>>;
|
|
17347
|
+
}, "strip", z.ZodTypeAny, {
|
|
17348
|
+
error: string;
|
|
17349
|
+
success: boolean;
|
|
17350
|
+
operation: "retrieve_comment";
|
|
17351
|
+
comment?: {
|
|
17352
|
+
object: "comment";
|
|
17353
|
+
id: string;
|
|
17354
|
+
parent: {
|
|
17355
|
+
type: "block_id" | "page_id";
|
|
17356
|
+
block_id?: string | undefined;
|
|
17357
|
+
page_id?: string | undefined;
|
|
17358
|
+
} & {
|
|
17359
|
+
[k: string]: unknown;
|
|
17360
|
+
};
|
|
17381
17361
|
rich_text: {
|
|
17382
17362
|
type: "text" | "mention" | "equation";
|
|
17383
17363
|
text?: {
|
|
@@ -17397,23 +17377,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17397
17377
|
} | undefined;
|
|
17398
17378
|
href?: string | null | undefined;
|
|
17399
17379
|
}[];
|
|
17400
|
-
} | undefined;
|
|
17401
|
-
}, {
|
|
17402
|
-
error: string;
|
|
17403
|
-
success: boolean;
|
|
17404
|
-
operation: "retrieve_comment";
|
|
17405
|
-
comment?: {
|
|
17406
|
-
object: "comment";
|
|
17407
|
-
id: string;
|
|
17408
|
-
parent: {
|
|
17409
|
-
type: "block_id" | "page_id";
|
|
17410
|
-
block_id?: string | undefined;
|
|
17411
|
-
page_id?: string | undefined;
|
|
17412
|
-
} & {
|
|
17413
|
-
[k: string]: unknown;
|
|
17414
|
-
};
|
|
17415
|
-
created_time: string;
|
|
17416
17380
|
last_edited_time: string;
|
|
17381
|
+
created_time: string;
|
|
17417
17382
|
created_by: {
|
|
17418
17383
|
object: "user";
|
|
17419
17384
|
id: string;
|
|
@@ -17432,6 +17397,21 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17432
17397
|
} | undefined;
|
|
17433
17398
|
};
|
|
17434
17399
|
discussion_id: string;
|
|
17400
|
+
} | undefined;
|
|
17401
|
+
}, {
|
|
17402
|
+
error: string;
|
|
17403
|
+
success: boolean;
|
|
17404
|
+
operation: "retrieve_comment";
|
|
17405
|
+
comment?: {
|
|
17406
|
+
object: "comment";
|
|
17407
|
+
id: string;
|
|
17408
|
+
parent: {
|
|
17409
|
+
type: "block_id" | "page_id";
|
|
17410
|
+
block_id?: string | undefined;
|
|
17411
|
+
page_id?: string | undefined;
|
|
17412
|
+
} & {
|
|
17413
|
+
[k: string]: unknown;
|
|
17414
|
+
};
|
|
17435
17415
|
rich_text: {
|
|
17436
17416
|
type: "text" | "mention" | "equation";
|
|
17437
17417
|
text?: {
|
|
@@ -17451,6 +17431,26 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17451
17431
|
} | undefined;
|
|
17452
17432
|
href?: string | null | undefined;
|
|
17453
17433
|
}[];
|
|
17434
|
+
last_edited_time: string;
|
|
17435
|
+
created_time: string;
|
|
17436
|
+
created_by: {
|
|
17437
|
+
object: "user";
|
|
17438
|
+
id: string;
|
|
17439
|
+
type?: "person" | "bot" | undefined;
|
|
17440
|
+
name?: string | undefined;
|
|
17441
|
+
person?: {
|
|
17442
|
+
email?: string | undefined;
|
|
17443
|
+
} | undefined;
|
|
17444
|
+
avatar_url?: string | null | undefined;
|
|
17445
|
+
bot?: {
|
|
17446
|
+
owner?: {
|
|
17447
|
+
type: "user" | "workspace";
|
|
17448
|
+
workspace?: boolean | undefined;
|
|
17449
|
+
} | undefined;
|
|
17450
|
+
workspace_name?: string | undefined;
|
|
17451
|
+
} | undefined;
|
|
17452
|
+
};
|
|
17453
|
+
discussion_id: string;
|
|
17454
17454
|
} | undefined;
|
|
17455
17455
|
}>, z.ZodObject<{
|
|
17456
17456
|
operation: z.ZodLiteral<"list_users">;
|
|
@@ -17923,6 +17923,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
17923
17923
|
type: "emoji";
|
|
17924
17924
|
emoji: string;
|
|
17925
17925
|
} | undefined;
|
|
17926
|
+
children?: unknown[] | undefined;
|
|
17926
17927
|
cover?: {
|
|
17927
17928
|
type: "file";
|
|
17928
17929
|
file: {
|
|
@@ -17940,7 +17941,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
17940
17941
|
url: string;
|
|
17941
17942
|
};
|
|
17942
17943
|
} | undefined;
|
|
17943
|
-
children?: unknown[] | undefined;
|
|
17944
17944
|
}, {
|
|
17945
17945
|
parent: {
|
|
17946
17946
|
type: "page_id";
|
|
@@ -17982,6 +17982,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
17982
17982
|
type: "emoji";
|
|
17983
17983
|
emoji: string;
|
|
17984
17984
|
} | undefined;
|
|
17985
|
+
children?: unknown[] | undefined;
|
|
17985
17986
|
cover?: {
|
|
17986
17987
|
type: "file";
|
|
17987
17988
|
file: {
|
|
@@ -17999,7 +18000,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
17999
18000
|
url: string;
|
|
18000
18001
|
};
|
|
18001
18002
|
} | undefined;
|
|
18002
|
-
children?: unknown[] | undefined;
|
|
18003
18003
|
}>, z.ZodObject<{
|
|
18004
18004
|
operation: z.ZodLiteral<"retrieve_page">;
|
|
18005
18005
|
page_id: z.ZodString;
|
|
@@ -18950,21 +18950,21 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
18950
18950
|
page_id: z.ZodOptional<z.ZodString>;
|
|
18951
18951
|
workspace: z.ZodOptional<z.ZodLiteral<true>>;
|
|
18952
18952
|
}, "strip", z.ZodTypeAny, {
|
|
18953
|
-
type: "
|
|
18954
|
-
workspace?: true | undefined;
|
|
18953
|
+
type: "page_id" | "workspace";
|
|
18955
18954
|
page_id?: string | undefined;
|
|
18956
|
-
}, {
|
|
18957
|
-
type: "workspace" | "page_id";
|
|
18958
18955
|
workspace?: true | undefined;
|
|
18956
|
+
}, {
|
|
18957
|
+
type: "page_id" | "workspace";
|
|
18959
18958
|
page_id?: string | undefined;
|
|
18960
|
-
}>, {
|
|
18961
|
-
type: "workspace" | "page_id";
|
|
18962
18959
|
workspace?: true | undefined;
|
|
18960
|
+
}>, {
|
|
18961
|
+
type: "page_id" | "workspace";
|
|
18963
18962
|
page_id?: string | undefined;
|
|
18964
|
-
}, {
|
|
18965
|
-
type: "workspace" | "page_id";
|
|
18966
18963
|
workspace?: true | undefined;
|
|
18964
|
+
}, {
|
|
18965
|
+
type: "page_id" | "workspace";
|
|
18967
18966
|
page_id?: string | undefined;
|
|
18967
|
+
workspace?: true | undefined;
|
|
18968
18968
|
}>, {
|
|
18969
18969
|
type: "workspace";
|
|
18970
18970
|
workspace: boolean;
|
|
@@ -18974,9 +18974,9 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
18974
18974
|
page_id: string;
|
|
18975
18975
|
workspace?: undefined;
|
|
18976
18976
|
}, {
|
|
18977
|
-
type: "
|
|
18978
|
-
workspace?: true | undefined;
|
|
18977
|
+
type: "page_id" | "workspace";
|
|
18979
18978
|
page_id?: string | undefined;
|
|
18979
|
+
workspace?: true | undefined;
|
|
18980
18980
|
}>;
|
|
18981
18981
|
initial_data_source: z.ZodObject<{
|
|
18982
18982
|
properties: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
@@ -19379,9 +19379,9 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19379
19379
|
} | undefined;
|
|
19380
19380
|
}, {
|
|
19381
19381
|
parent: {
|
|
19382
|
-
type: "
|
|
19383
|
-
workspace?: true | undefined;
|
|
19382
|
+
type: "page_id" | "workspace";
|
|
19384
19383
|
page_id?: string | undefined;
|
|
19384
|
+
workspace?: true | undefined;
|
|
19385
19385
|
};
|
|
19386
19386
|
operation: "create_database";
|
|
19387
19387
|
initial_data_source: {
|
|
@@ -20685,8 +20685,8 @@ 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
|
-
id: string;
|
|
20689
20688
|
url: string;
|
|
20689
|
+
id: string;
|
|
20690
20690
|
parent: {
|
|
20691
20691
|
type: "page_id";
|
|
20692
20692
|
page_id: string;
|
|
@@ -20704,8 +20704,9 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20704
20704
|
type: "workspace";
|
|
20705
20705
|
workspace: true;
|
|
20706
20706
|
};
|
|
20707
|
-
|
|
20707
|
+
archived: boolean;
|
|
20708
20708
|
last_edited_time: string;
|
|
20709
|
+
created_time: string;
|
|
20709
20710
|
created_by: {
|
|
20710
20711
|
object: "user";
|
|
20711
20712
|
id: string;
|
|
@@ -20740,7 +20741,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20740
20741
|
workspace_name?: string | undefined;
|
|
20741
20742
|
} | undefined;
|
|
20742
20743
|
};
|
|
20743
|
-
archived: boolean;
|
|
20744
20744
|
icon?: {
|
|
20745
20745
|
type: "emoji";
|
|
20746
20746
|
emoji: string;
|
|
@@ -20778,8 +20778,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20778
20778
|
}, {
|
|
20779
20779
|
object: "page";
|
|
20780
20780
|
properties: Record<string, unknown>;
|
|
20781
|
-
id: string;
|
|
20782
20781
|
url: string;
|
|
20782
|
+
id: string;
|
|
20783
20783
|
parent: {
|
|
20784
20784
|
type: "page_id";
|
|
20785
20785
|
page_id: string;
|
|
@@ -20797,8 +20797,9 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20797
20797
|
type: "workspace";
|
|
20798
20798
|
workspace: true;
|
|
20799
20799
|
};
|
|
20800
|
-
|
|
20800
|
+
archived: boolean;
|
|
20801
20801
|
last_edited_time: string;
|
|
20802
|
+
created_time: string;
|
|
20802
20803
|
created_by: {
|
|
20803
20804
|
object: "user";
|
|
20804
20805
|
id: string;
|
|
@@ -20833,7 +20834,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20833
20834
|
workspace_name?: string | undefined;
|
|
20834
20835
|
} | undefined;
|
|
20835
20836
|
};
|
|
20836
|
-
archived: boolean;
|
|
20837
20837
|
icon?: {
|
|
20838
20838
|
type: "emoji";
|
|
20839
20839
|
emoji: string;
|
|
@@ -20876,8 +20876,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20876
20876
|
page?: {
|
|
20877
20877
|
object: "page";
|
|
20878
20878
|
properties: Record<string, unknown>;
|
|
20879
|
-
id: string;
|
|
20880
20879
|
url: string;
|
|
20880
|
+
id: string;
|
|
20881
20881
|
parent: {
|
|
20882
20882
|
type: "page_id";
|
|
20883
20883
|
page_id: string;
|
|
@@ -20895,8 +20895,9 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20895
20895
|
type: "workspace";
|
|
20896
20896
|
workspace: true;
|
|
20897
20897
|
};
|
|
20898
|
-
|
|
20898
|
+
archived: boolean;
|
|
20899
20899
|
last_edited_time: string;
|
|
20900
|
+
created_time: string;
|
|
20900
20901
|
created_by: {
|
|
20901
20902
|
object: "user";
|
|
20902
20903
|
id: string;
|
|
@@ -20931,7 +20932,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20931
20932
|
workspace_name?: string | undefined;
|
|
20932
20933
|
} | undefined;
|
|
20933
20934
|
};
|
|
20934
|
-
archived: boolean;
|
|
20935
20935
|
icon?: {
|
|
20936
20936
|
type: "emoji";
|
|
20937
20937
|
emoji: string;
|
|
@@ -20974,8 +20974,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20974
20974
|
page?: {
|
|
20975
20975
|
object: "page";
|
|
20976
20976
|
properties: Record<string, unknown>;
|
|
20977
|
-
id: string;
|
|
20978
20977
|
url: string;
|
|
20978
|
+
id: string;
|
|
20979
20979
|
parent: {
|
|
20980
20980
|
type: "page_id";
|
|
20981
20981
|
page_id: string;
|
|
@@ -20993,8 +20993,9 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20993
20993
|
type: "workspace";
|
|
20994
20994
|
workspace: true;
|
|
20995
20995
|
};
|
|
20996
|
-
|
|
20996
|
+
archived: boolean;
|
|
20997
20997
|
last_edited_time: string;
|
|
20998
|
+
created_time: string;
|
|
20998
20999
|
created_by: {
|
|
20999
21000
|
object: "user";
|
|
21000
21001
|
id: string;
|
|
@@ -21029,7 +21030,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21029
21030
|
workspace_name?: string | undefined;
|
|
21030
21031
|
} | undefined;
|
|
21031
21032
|
};
|
|
21032
|
-
archived: boolean;
|
|
21033
21033
|
icon?: {
|
|
21034
21034
|
type: "emoji";
|
|
21035
21035
|
emoji: string;
|
|
@@ -21389,8 +21389,8 @@ 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
|
-
id: string;
|
|
21393
21392
|
url: string;
|
|
21393
|
+
id: string;
|
|
21394
21394
|
parent: {
|
|
21395
21395
|
type: "page_id";
|
|
21396
21396
|
page_id: string;
|
|
@@ -21408,8 +21408,9 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21408
21408
|
type: "workspace";
|
|
21409
21409
|
workspace: true;
|
|
21410
21410
|
};
|
|
21411
|
-
|
|
21411
|
+
archived: boolean;
|
|
21412
21412
|
last_edited_time: string;
|
|
21413
|
+
created_time: string;
|
|
21413
21414
|
created_by: {
|
|
21414
21415
|
object: "user";
|
|
21415
21416
|
id: string;
|
|
@@ -21444,7 +21445,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21444
21445
|
workspace_name?: string | undefined;
|
|
21445
21446
|
} | undefined;
|
|
21446
21447
|
};
|
|
21447
|
-
archived: boolean;
|
|
21448
21448
|
icon?: {
|
|
21449
21449
|
type: "emoji";
|
|
21450
21450
|
emoji: string;
|
|
@@ -21482,8 +21482,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21482
21482
|
}, {
|
|
21483
21483
|
object: "page";
|
|
21484
21484
|
properties: Record<string, unknown>;
|
|
21485
|
-
id: string;
|
|
21486
21485
|
url: string;
|
|
21486
|
+
id: string;
|
|
21487
21487
|
parent: {
|
|
21488
21488
|
type: "page_id";
|
|
21489
21489
|
page_id: string;
|
|
@@ -21501,8 +21501,9 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21501
21501
|
type: "workspace";
|
|
21502
21502
|
workspace: true;
|
|
21503
21503
|
};
|
|
21504
|
-
|
|
21504
|
+
archived: boolean;
|
|
21505
21505
|
last_edited_time: string;
|
|
21506
|
+
created_time: string;
|
|
21506
21507
|
created_by: {
|
|
21507
21508
|
object: "user";
|
|
21508
21509
|
id: string;
|
|
@@ -21537,7 +21538,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21537
21538
|
workspace_name?: string | undefined;
|
|
21538
21539
|
} | undefined;
|
|
21539
21540
|
};
|
|
21540
|
-
archived: boolean;
|
|
21541
21541
|
icon?: {
|
|
21542
21542
|
type: "emoji";
|
|
21543
21543
|
emoji: string;
|
|
@@ -21580,8 +21580,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21580
21580
|
page?: {
|
|
21581
21581
|
object: "page";
|
|
21582
21582
|
properties: Record<string, unknown>;
|
|
21583
|
-
id: string;
|
|
21584
21583
|
url: string;
|
|
21584
|
+
id: string;
|
|
21585
21585
|
parent: {
|
|
21586
21586
|
type: "page_id";
|
|
21587
21587
|
page_id: string;
|
|
@@ -21599,8 +21599,9 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21599
21599
|
type: "workspace";
|
|
21600
21600
|
workspace: true;
|
|
21601
21601
|
};
|
|
21602
|
-
|
|
21602
|
+
archived: boolean;
|
|
21603
21603
|
last_edited_time: string;
|
|
21604
|
+
created_time: string;
|
|
21604
21605
|
created_by: {
|
|
21605
21606
|
object: "user";
|
|
21606
21607
|
id: string;
|
|
@@ -21635,7 +21636,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21635
21636
|
workspace_name?: string | undefined;
|
|
21636
21637
|
} | undefined;
|
|
21637
21638
|
};
|
|
21638
|
-
archived: boolean;
|
|
21639
21639
|
icon?: {
|
|
21640
21640
|
type: "emoji";
|
|
21641
21641
|
emoji: string;
|
|
@@ -21678,8 +21678,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21678
21678
|
page?: {
|
|
21679
21679
|
object: "page";
|
|
21680
21680
|
properties: Record<string, unknown>;
|
|
21681
|
-
id: string;
|
|
21682
21681
|
url: string;
|
|
21682
|
+
id: string;
|
|
21683
21683
|
parent: {
|
|
21684
21684
|
type: "page_id";
|
|
21685
21685
|
page_id: string;
|
|
@@ -21697,8 +21697,9 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21697
21697
|
type: "workspace";
|
|
21698
21698
|
workspace: true;
|
|
21699
21699
|
};
|
|
21700
|
-
|
|
21700
|
+
archived: boolean;
|
|
21701
21701
|
last_edited_time: string;
|
|
21702
|
+
created_time: string;
|
|
21702
21703
|
created_by: {
|
|
21703
21704
|
object: "user";
|
|
21704
21705
|
id: string;
|
|
@@ -21733,7 +21734,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21733
21734
|
workspace_name?: string | undefined;
|
|
21734
21735
|
} | undefined;
|
|
21735
21736
|
};
|
|
21736
|
-
archived: boolean;
|
|
21737
21737
|
icon?: {
|
|
21738
21738
|
type: "emoji";
|
|
21739
21739
|
emoji: string;
|
|
@@ -22093,8 +22093,8 @@ 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
|
-
id: string;
|
|
22097
22096
|
url: string;
|
|
22097
|
+
id: string;
|
|
22098
22098
|
parent: {
|
|
22099
22099
|
type: "page_id";
|
|
22100
22100
|
page_id: string;
|
|
@@ -22112,8 +22112,9 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22112
22112
|
type: "workspace";
|
|
22113
22113
|
workspace: true;
|
|
22114
22114
|
};
|
|
22115
|
-
|
|
22115
|
+
archived: boolean;
|
|
22116
22116
|
last_edited_time: string;
|
|
22117
|
+
created_time: string;
|
|
22117
22118
|
created_by: {
|
|
22118
22119
|
object: "user";
|
|
22119
22120
|
id: string;
|
|
@@ -22148,7 +22149,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22148
22149
|
workspace_name?: string | undefined;
|
|
22149
22150
|
} | undefined;
|
|
22150
22151
|
};
|
|
22151
|
-
archived: boolean;
|
|
22152
22152
|
icon?: {
|
|
22153
22153
|
type: "emoji";
|
|
22154
22154
|
emoji: string;
|
|
@@ -22186,8 +22186,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22186
22186
|
}, {
|
|
22187
22187
|
object: "page";
|
|
22188
22188
|
properties: Record<string, unknown>;
|
|
22189
|
-
id: string;
|
|
22190
22189
|
url: string;
|
|
22190
|
+
id: string;
|
|
22191
22191
|
parent: {
|
|
22192
22192
|
type: "page_id";
|
|
22193
22193
|
page_id: string;
|
|
@@ -22205,8 +22205,9 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22205
22205
|
type: "workspace";
|
|
22206
22206
|
workspace: true;
|
|
22207
22207
|
};
|
|
22208
|
-
|
|
22208
|
+
archived: boolean;
|
|
22209
22209
|
last_edited_time: string;
|
|
22210
|
+
created_time: string;
|
|
22210
22211
|
created_by: {
|
|
22211
22212
|
object: "user";
|
|
22212
22213
|
id: string;
|
|
@@ -22241,7 +22242,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22241
22242
|
workspace_name?: string | undefined;
|
|
22242
22243
|
} | undefined;
|
|
22243
22244
|
};
|
|
22244
|
-
archived: boolean;
|
|
22245
22245
|
icon?: {
|
|
22246
22246
|
type: "emoji";
|
|
22247
22247
|
emoji: string;
|
|
@@ -22284,8 +22284,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22284
22284
|
page?: {
|
|
22285
22285
|
object: "page";
|
|
22286
22286
|
properties: Record<string, unknown>;
|
|
22287
|
-
id: string;
|
|
22288
22287
|
url: string;
|
|
22288
|
+
id: string;
|
|
22289
22289
|
parent: {
|
|
22290
22290
|
type: "page_id";
|
|
22291
22291
|
page_id: string;
|
|
@@ -22303,8 +22303,9 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22303
22303
|
type: "workspace";
|
|
22304
22304
|
workspace: true;
|
|
22305
22305
|
};
|
|
22306
|
-
|
|
22306
|
+
archived: boolean;
|
|
22307
22307
|
last_edited_time: string;
|
|
22308
|
+
created_time: string;
|
|
22308
22309
|
created_by: {
|
|
22309
22310
|
object: "user";
|
|
22310
22311
|
id: string;
|
|
@@ -22339,7 +22340,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22339
22340
|
workspace_name?: string | undefined;
|
|
22340
22341
|
} | undefined;
|
|
22341
22342
|
};
|
|
22342
|
-
archived: boolean;
|
|
22343
22343
|
icon?: {
|
|
22344
22344
|
type: "emoji";
|
|
22345
22345
|
emoji: string;
|
|
@@ -22382,8 +22382,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22382
22382
|
page?: {
|
|
22383
22383
|
object: "page";
|
|
22384
22384
|
properties: Record<string, unknown>;
|
|
22385
|
-
id: string;
|
|
22386
22385
|
url: string;
|
|
22386
|
+
id: string;
|
|
22387
22387
|
parent: {
|
|
22388
22388
|
type: "page_id";
|
|
22389
22389
|
page_id: string;
|
|
@@ -22401,8 +22401,9 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22401
22401
|
type: "workspace";
|
|
22402
22402
|
workspace: true;
|
|
22403
22403
|
};
|
|
22404
|
-
|
|
22404
|
+
archived: boolean;
|
|
22405
22405
|
last_edited_time: string;
|
|
22406
|
+
created_time: string;
|
|
22406
22407
|
created_by: {
|
|
22407
22408
|
object: "user";
|
|
22408
22409
|
id: string;
|
|
@@ -22437,7 +22438,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22437
22438
|
workspace_name?: string | undefined;
|
|
22438
22439
|
} | undefined;
|
|
22439
22440
|
};
|
|
22440
|
-
archived: boolean;
|
|
22441
22441
|
icon?: {
|
|
22442
22442
|
type: "emoji";
|
|
22443
22443
|
emoji: string;
|
|
@@ -23047,8 +23047,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23047
23047
|
type: "workspace";
|
|
23048
23048
|
workspace: true;
|
|
23049
23049
|
};
|
|
23050
|
-
created_time: string;
|
|
23051
23050
|
last_edited_time: string;
|
|
23051
|
+
created_time: string;
|
|
23052
23052
|
data_sources: {
|
|
23053
23053
|
name: string;
|
|
23054
23054
|
id: string;
|
|
@@ -23139,8 +23139,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23139
23139
|
};
|
|
23140
23140
|
} | null | undefined;
|
|
23141
23141
|
in_trash?: boolean | undefined;
|
|
23142
|
-
public_url?: string | null | undefined;
|
|
23143
23142
|
is_inline?: boolean | undefined;
|
|
23143
|
+
public_url?: string | null | undefined;
|
|
23144
23144
|
}, {
|
|
23145
23145
|
object: "database";
|
|
23146
23146
|
title: {
|
|
@@ -23180,8 +23180,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23180
23180
|
type: "workspace";
|
|
23181
23181
|
workspace: true;
|
|
23182
23182
|
};
|
|
23183
|
-
created_time: string;
|
|
23184
23183
|
last_edited_time: string;
|
|
23184
|
+
created_time: string;
|
|
23185
23185
|
data_sources: {
|
|
23186
23186
|
name: string;
|
|
23187
23187
|
id: string;
|
|
@@ -23272,8 +23272,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23272
23272
|
};
|
|
23273
23273
|
} | null | undefined;
|
|
23274
23274
|
in_trash?: boolean | undefined;
|
|
23275
|
-
public_url?: string | null | undefined;
|
|
23276
23275
|
is_inline?: boolean | undefined;
|
|
23276
|
+
public_url?: string | null | undefined;
|
|
23277
23277
|
}>>;
|
|
23278
23278
|
}, "strip", z.ZodTypeAny, {
|
|
23279
23279
|
error: string;
|
|
@@ -23318,8 +23318,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23318
23318
|
type: "workspace";
|
|
23319
23319
|
workspace: true;
|
|
23320
23320
|
};
|
|
23321
|
-
created_time: string;
|
|
23322
23321
|
last_edited_time: string;
|
|
23322
|
+
created_time: string;
|
|
23323
23323
|
data_sources: {
|
|
23324
23324
|
name: string;
|
|
23325
23325
|
id: string;
|
|
@@ -23410,8 +23410,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23410
23410
|
};
|
|
23411
23411
|
} | null | undefined;
|
|
23412
23412
|
in_trash?: boolean | undefined;
|
|
23413
|
-
public_url?: string | null | undefined;
|
|
23414
23413
|
is_inline?: boolean | undefined;
|
|
23414
|
+
public_url?: string | null | undefined;
|
|
23415
23415
|
} | undefined;
|
|
23416
23416
|
}, {
|
|
23417
23417
|
error: string;
|
|
@@ -23456,8 +23456,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23456
23456
|
type: "workspace";
|
|
23457
23457
|
workspace: true;
|
|
23458
23458
|
};
|
|
23459
|
-
created_time: string;
|
|
23460
23459
|
last_edited_time: string;
|
|
23460
|
+
created_time: string;
|
|
23461
23461
|
data_sources: {
|
|
23462
23462
|
name: string;
|
|
23463
23463
|
id: string;
|
|
@@ -23548,8 +23548,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23548
23548
|
};
|
|
23549
23549
|
} | null | undefined;
|
|
23550
23550
|
in_trash?: boolean | undefined;
|
|
23551
|
-
public_url?: string | null | undefined;
|
|
23552
23551
|
is_inline?: boolean | undefined;
|
|
23552
|
+
public_url?: string | null | undefined;
|
|
23553
23553
|
} | undefined;
|
|
23554
23554
|
}>, z.ZodObject<{
|
|
23555
23555
|
operation: z.ZodLiteral<"query_data_source">;
|
|
@@ -28721,279 +28721,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28721
28721
|
type: "workspace";
|
|
28722
28722
|
workspace: true;
|
|
28723
28723
|
};
|
|
28724
|
-
created_time: string;
|
|
28725
28724
|
last_edited_time: string;
|
|
28726
|
-
data_sources: {
|
|
28727
|
-
name: string;
|
|
28728
|
-
id: string;
|
|
28729
|
-
icon?: {
|
|
28730
|
-
type: "emoji";
|
|
28731
|
-
emoji: string;
|
|
28732
|
-
} | {
|
|
28733
|
-
type: "external";
|
|
28734
|
-
external: {
|
|
28735
|
-
url: string;
|
|
28736
|
-
};
|
|
28737
|
-
} | {
|
|
28738
|
-
type: "file";
|
|
28739
|
-
file: {
|
|
28740
|
-
url: string;
|
|
28741
|
-
expiry_time: string;
|
|
28742
|
-
};
|
|
28743
|
-
} | null | undefined;
|
|
28744
|
-
cover?: {
|
|
28745
|
-
type: "file";
|
|
28746
|
-
file: {
|
|
28747
|
-
url: string;
|
|
28748
|
-
expiry_time: string;
|
|
28749
|
-
};
|
|
28750
|
-
} | {
|
|
28751
|
-
type: "file_upload";
|
|
28752
|
-
file_upload: {
|
|
28753
|
-
id: string;
|
|
28754
|
-
};
|
|
28755
|
-
} | {
|
|
28756
|
-
type: "external";
|
|
28757
|
-
external: {
|
|
28758
|
-
url: string;
|
|
28759
|
-
};
|
|
28760
|
-
} | null | undefined;
|
|
28761
|
-
}[];
|
|
28762
|
-
description?: {
|
|
28763
|
-
type: "text" | "mention" | "equation";
|
|
28764
|
-
text?: {
|
|
28765
|
-
content: string;
|
|
28766
|
-
link?: {
|
|
28767
|
-
url: string;
|
|
28768
|
-
} | null | undefined;
|
|
28769
|
-
} | undefined;
|
|
28770
|
-
plain_text?: string | undefined;
|
|
28771
|
-
annotations?: {
|
|
28772
|
-
code: boolean;
|
|
28773
|
-
bold: boolean;
|
|
28774
|
-
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
28775
|
-
italic: boolean;
|
|
28776
|
-
strikethrough: boolean;
|
|
28777
|
-
underline: boolean;
|
|
28778
|
-
} | undefined;
|
|
28779
|
-
href?: string | null | undefined;
|
|
28780
|
-
}[] | undefined;
|
|
28781
|
-
url?: string | undefined;
|
|
28782
|
-
is_locked?: boolean | undefined;
|
|
28783
|
-
icon?: {
|
|
28784
|
-
type: "emoji";
|
|
28785
|
-
emoji: string;
|
|
28786
|
-
} | {
|
|
28787
|
-
type: "external";
|
|
28788
|
-
external: {
|
|
28789
|
-
url: string;
|
|
28790
|
-
};
|
|
28791
|
-
} | {
|
|
28792
|
-
type: "file";
|
|
28793
|
-
file: {
|
|
28794
|
-
url: string;
|
|
28795
|
-
expiry_time: string;
|
|
28796
|
-
};
|
|
28797
|
-
} | null | undefined;
|
|
28798
|
-
cover?: {
|
|
28799
|
-
type: "file";
|
|
28800
|
-
file: {
|
|
28801
|
-
url: string;
|
|
28802
|
-
expiry_time: string;
|
|
28803
|
-
};
|
|
28804
|
-
} | {
|
|
28805
|
-
type: "file_upload";
|
|
28806
|
-
file_upload: {
|
|
28807
|
-
id: string;
|
|
28808
|
-
};
|
|
28809
|
-
} | {
|
|
28810
|
-
type: "external";
|
|
28811
|
-
external: {
|
|
28812
|
-
url: string;
|
|
28813
|
-
};
|
|
28814
|
-
} | null | undefined;
|
|
28815
|
-
in_trash?: boolean | undefined;
|
|
28816
|
-
public_url?: string | null | undefined;
|
|
28817
|
-
is_inline?: boolean | undefined;
|
|
28818
|
-
}, {
|
|
28819
|
-
object: "database";
|
|
28820
|
-
title: {
|
|
28821
|
-
type: "text" | "mention" | "equation";
|
|
28822
|
-
text?: {
|
|
28823
|
-
content: string;
|
|
28824
|
-
link?: {
|
|
28825
|
-
url: string;
|
|
28826
|
-
} | null | undefined;
|
|
28827
|
-
} | undefined;
|
|
28828
|
-
plain_text?: string | undefined;
|
|
28829
|
-
annotations?: {
|
|
28830
|
-
code?: boolean | undefined;
|
|
28831
|
-
bold?: boolean | undefined;
|
|
28832
|
-
color?: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red" | undefined;
|
|
28833
|
-
italic?: boolean | undefined;
|
|
28834
|
-
strikethrough?: boolean | undefined;
|
|
28835
|
-
underline?: boolean | undefined;
|
|
28836
|
-
} | undefined;
|
|
28837
|
-
href?: string | null | undefined;
|
|
28838
|
-
}[];
|
|
28839
|
-
id: string;
|
|
28840
|
-
parent: {
|
|
28841
|
-
type: "page_id";
|
|
28842
|
-
page_id: string;
|
|
28843
|
-
} | {
|
|
28844
|
-
type: "database_id";
|
|
28845
|
-
database_id: string;
|
|
28846
|
-
} | {
|
|
28847
|
-
type: "data_source_id";
|
|
28848
|
-
data_source_id: string;
|
|
28849
|
-
database_id?: string | undefined;
|
|
28850
|
-
} | {
|
|
28851
|
-
type: "block_id";
|
|
28852
|
-
block_id: string;
|
|
28853
|
-
} | {
|
|
28854
|
-
type: "workspace";
|
|
28855
|
-
workspace: true;
|
|
28856
|
-
};
|
|
28857
28725
|
created_time: string;
|
|
28858
|
-
last_edited_time: string;
|
|
28859
|
-
data_sources: {
|
|
28860
|
-
name: string;
|
|
28861
|
-
id: string;
|
|
28862
|
-
icon?: {
|
|
28863
|
-
type: "emoji";
|
|
28864
|
-
emoji: string;
|
|
28865
|
-
} | {
|
|
28866
|
-
type: "external";
|
|
28867
|
-
external: {
|
|
28868
|
-
url: string;
|
|
28869
|
-
};
|
|
28870
|
-
} | {
|
|
28871
|
-
type: "file";
|
|
28872
|
-
file: {
|
|
28873
|
-
url: string;
|
|
28874
|
-
expiry_time: string;
|
|
28875
|
-
};
|
|
28876
|
-
} | null | undefined;
|
|
28877
|
-
cover?: {
|
|
28878
|
-
type: "file";
|
|
28879
|
-
file: {
|
|
28880
|
-
url: string;
|
|
28881
|
-
expiry_time: string;
|
|
28882
|
-
};
|
|
28883
|
-
} | {
|
|
28884
|
-
type: "file_upload";
|
|
28885
|
-
file_upload: {
|
|
28886
|
-
id: string;
|
|
28887
|
-
};
|
|
28888
|
-
} | {
|
|
28889
|
-
type: "external";
|
|
28890
|
-
external: {
|
|
28891
|
-
url: string;
|
|
28892
|
-
};
|
|
28893
|
-
} | null | undefined;
|
|
28894
|
-
}[];
|
|
28895
|
-
description?: {
|
|
28896
|
-
type: "text" | "mention" | "equation";
|
|
28897
|
-
text?: {
|
|
28898
|
-
content: string;
|
|
28899
|
-
link?: {
|
|
28900
|
-
url: string;
|
|
28901
|
-
} | null | undefined;
|
|
28902
|
-
} | undefined;
|
|
28903
|
-
plain_text?: string | undefined;
|
|
28904
|
-
annotations?: {
|
|
28905
|
-
code?: boolean | undefined;
|
|
28906
|
-
bold?: boolean | undefined;
|
|
28907
|
-
color?: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red" | undefined;
|
|
28908
|
-
italic?: boolean | undefined;
|
|
28909
|
-
strikethrough?: boolean | undefined;
|
|
28910
|
-
underline?: boolean | undefined;
|
|
28911
|
-
} | undefined;
|
|
28912
|
-
href?: string | null | undefined;
|
|
28913
|
-
}[] | undefined;
|
|
28914
|
-
url?: string | undefined;
|
|
28915
|
-
is_locked?: boolean | undefined;
|
|
28916
|
-
icon?: {
|
|
28917
|
-
type: "emoji";
|
|
28918
|
-
emoji: string;
|
|
28919
|
-
} | {
|
|
28920
|
-
type: "external";
|
|
28921
|
-
external: {
|
|
28922
|
-
url: string;
|
|
28923
|
-
};
|
|
28924
|
-
} | {
|
|
28925
|
-
type: "file";
|
|
28926
|
-
file: {
|
|
28927
|
-
url: string;
|
|
28928
|
-
expiry_time: string;
|
|
28929
|
-
};
|
|
28930
|
-
} | null | undefined;
|
|
28931
|
-
cover?: {
|
|
28932
|
-
type: "file";
|
|
28933
|
-
file: {
|
|
28934
|
-
url: string;
|
|
28935
|
-
expiry_time: string;
|
|
28936
|
-
};
|
|
28937
|
-
} | {
|
|
28938
|
-
type: "file_upload";
|
|
28939
|
-
file_upload: {
|
|
28940
|
-
id: string;
|
|
28941
|
-
};
|
|
28942
|
-
} | {
|
|
28943
|
-
type: "external";
|
|
28944
|
-
external: {
|
|
28945
|
-
url: string;
|
|
28946
|
-
};
|
|
28947
|
-
} | null | undefined;
|
|
28948
|
-
in_trash?: boolean | undefined;
|
|
28949
|
-
public_url?: string | null | undefined;
|
|
28950
|
-
is_inline?: boolean | undefined;
|
|
28951
|
-
}>>;
|
|
28952
|
-
}, "strip", z.ZodTypeAny, {
|
|
28953
|
-
error: string;
|
|
28954
|
-
success: boolean;
|
|
28955
|
-
operation: "create_database";
|
|
28956
|
-
database?: {
|
|
28957
|
-
object: "database";
|
|
28958
|
-
title: {
|
|
28959
|
-
type: "text" | "mention" | "equation";
|
|
28960
|
-
text?: {
|
|
28961
|
-
content: string;
|
|
28962
|
-
link?: {
|
|
28963
|
-
url: string;
|
|
28964
|
-
} | null | undefined;
|
|
28965
|
-
} | undefined;
|
|
28966
|
-
plain_text?: string | undefined;
|
|
28967
|
-
annotations?: {
|
|
28968
|
-
code: boolean;
|
|
28969
|
-
bold: boolean;
|
|
28970
|
-
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
28971
|
-
italic: boolean;
|
|
28972
|
-
strikethrough: boolean;
|
|
28973
|
-
underline: boolean;
|
|
28974
|
-
} | undefined;
|
|
28975
|
-
href?: string | null | undefined;
|
|
28976
|
-
}[];
|
|
28977
|
-
id: string;
|
|
28978
|
-
parent: {
|
|
28979
|
-
type: "page_id";
|
|
28980
|
-
page_id: string;
|
|
28981
|
-
} | {
|
|
28982
|
-
type: "database_id";
|
|
28983
|
-
database_id: string;
|
|
28984
|
-
} | {
|
|
28985
|
-
type: "data_source_id";
|
|
28986
|
-
data_source_id: string;
|
|
28987
|
-
database_id?: string | undefined;
|
|
28988
|
-
} | {
|
|
28989
|
-
type: "block_id";
|
|
28990
|
-
block_id: string;
|
|
28991
|
-
} | {
|
|
28992
|
-
type: "workspace";
|
|
28993
|
-
workspace: true;
|
|
28994
|
-
};
|
|
28995
|
-
created_time: string;
|
|
28996
|
-
last_edited_time: string;
|
|
28997
28726
|
data_sources: {
|
|
28998
28727
|
name: string;
|
|
28999
28728
|
id: string;
|
|
@@ -29084,8 +28813,279 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29084
28813
|
};
|
|
29085
28814
|
} | null | undefined;
|
|
29086
28815
|
in_trash?: boolean | undefined;
|
|
28816
|
+
is_inline?: boolean | undefined;
|
|
29087
28817
|
public_url?: string | null | undefined;
|
|
28818
|
+
}, {
|
|
28819
|
+
object: "database";
|
|
28820
|
+
title: {
|
|
28821
|
+
type: "text" | "mention" | "equation";
|
|
28822
|
+
text?: {
|
|
28823
|
+
content: string;
|
|
28824
|
+
link?: {
|
|
28825
|
+
url: string;
|
|
28826
|
+
} | null | undefined;
|
|
28827
|
+
} | undefined;
|
|
28828
|
+
plain_text?: string | undefined;
|
|
28829
|
+
annotations?: {
|
|
28830
|
+
code?: boolean | undefined;
|
|
28831
|
+
bold?: boolean | undefined;
|
|
28832
|
+
color?: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red" | undefined;
|
|
28833
|
+
italic?: boolean | undefined;
|
|
28834
|
+
strikethrough?: boolean | undefined;
|
|
28835
|
+
underline?: boolean | undefined;
|
|
28836
|
+
} | undefined;
|
|
28837
|
+
href?: string | null | undefined;
|
|
28838
|
+
}[];
|
|
28839
|
+
id: string;
|
|
28840
|
+
parent: {
|
|
28841
|
+
type: "page_id";
|
|
28842
|
+
page_id: string;
|
|
28843
|
+
} | {
|
|
28844
|
+
type: "database_id";
|
|
28845
|
+
database_id: string;
|
|
28846
|
+
} | {
|
|
28847
|
+
type: "data_source_id";
|
|
28848
|
+
data_source_id: string;
|
|
28849
|
+
database_id?: string | undefined;
|
|
28850
|
+
} | {
|
|
28851
|
+
type: "block_id";
|
|
28852
|
+
block_id: string;
|
|
28853
|
+
} | {
|
|
28854
|
+
type: "workspace";
|
|
28855
|
+
workspace: true;
|
|
28856
|
+
};
|
|
28857
|
+
last_edited_time: string;
|
|
28858
|
+
created_time: string;
|
|
28859
|
+
data_sources: {
|
|
28860
|
+
name: string;
|
|
28861
|
+
id: string;
|
|
28862
|
+
icon?: {
|
|
28863
|
+
type: "emoji";
|
|
28864
|
+
emoji: string;
|
|
28865
|
+
} | {
|
|
28866
|
+
type: "external";
|
|
28867
|
+
external: {
|
|
28868
|
+
url: string;
|
|
28869
|
+
};
|
|
28870
|
+
} | {
|
|
28871
|
+
type: "file";
|
|
28872
|
+
file: {
|
|
28873
|
+
url: string;
|
|
28874
|
+
expiry_time: string;
|
|
28875
|
+
};
|
|
28876
|
+
} | null | undefined;
|
|
28877
|
+
cover?: {
|
|
28878
|
+
type: "file";
|
|
28879
|
+
file: {
|
|
28880
|
+
url: string;
|
|
28881
|
+
expiry_time: string;
|
|
28882
|
+
};
|
|
28883
|
+
} | {
|
|
28884
|
+
type: "file_upload";
|
|
28885
|
+
file_upload: {
|
|
28886
|
+
id: string;
|
|
28887
|
+
};
|
|
28888
|
+
} | {
|
|
28889
|
+
type: "external";
|
|
28890
|
+
external: {
|
|
28891
|
+
url: string;
|
|
28892
|
+
};
|
|
28893
|
+
} | null | undefined;
|
|
28894
|
+
}[];
|
|
28895
|
+
description?: {
|
|
28896
|
+
type: "text" | "mention" | "equation";
|
|
28897
|
+
text?: {
|
|
28898
|
+
content: string;
|
|
28899
|
+
link?: {
|
|
28900
|
+
url: string;
|
|
28901
|
+
} | null | undefined;
|
|
28902
|
+
} | undefined;
|
|
28903
|
+
plain_text?: string | undefined;
|
|
28904
|
+
annotations?: {
|
|
28905
|
+
code?: boolean | undefined;
|
|
28906
|
+
bold?: boolean | undefined;
|
|
28907
|
+
color?: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red" | undefined;
|
|
28908
|
+
italic?: boolean | undefined;
|
|
28909
|
+
strikethrough?: boolean | undefined;
|
|
28910
|
+
underline?: boolean | undefined;
|
|
28911
|
+
} | undefined;
|
|
28912
|
+
href?: string | null | undefined;
|
|
28913
|
+
}[] | undefined;
|
|
28914
|
+
url?: string | undefined;
|
|
28915
|
+
is_locked?: boolean | undefined;
|
|
28916
|
+
icon?: {
|
|
28917
|
+
type: "emoji";
|
|
28918
|
+
emoji: string;
|
|
28919
|
+
} | {
|
|
28920
|
+
type: "external";
|
|
28921
|
+
external: {
|
|
28922
|
+
url: string;
|
|
28923
|
+
};
|
|
28924
|
+
} | {
|
|
28925
|
+
type: "file";
|
|
28926
|
+
file: {
|
|
28927
|
+
url: string;
|
|
28928
|
+
expiry_time: string;
|
|
28929
|
+
};
|
|
28930
|
+
} | null | undefined;
|
|
28931
|
+
cover?: {
|
|
28932
|
+
type: "file";
|
|
28933
|
+
file: {
|
|
28934
|
+
url: string;
|
|
28935
|
+
expiry_time: string;
|
|
28936
|
+
};
|
|
28937
|
+
} | {
|
|
28938
|
+
type: "file_upload";
|
|
28939
|
+
file_upload: {
|
|
28940
|
+
id: string;
|
|
28941
|
+
};
|
|
28942
|
+
} | {
|
|
28943
|
+
type: "external";
|
|
28944
|
+
external: {
|
|
28945
|
+
url: string;
|
|
28946
|
+
};
|
|
28947
|
+
} | null | undefined;
|
|
28948
|
+
in_trash?: boolean | undefined;
|
|
29088
28949
|
is_inline?: boolean | undefined;
|
|
28950
|
+
public_url?: string | null | undefined;
|
|
28951
|
+
}>>;
|
|
28952
|
+
}, "strip", z.ZodTypeAny, {
|
|
28953
|
+
error: string;
|
|
28954
|
+
success: boolean;
|
|
28955
|
+
operation: "create_database";
|
|
28956
|
+
database?: {
|
|
28957
|
+
object: "database";
|
|
28958
|
+
title: {
|
|
28959
|
+
type: "text" | "mention" | "equation";
|
|
28960
|
+
text?: {
|
|
28961
|
+
content: string;
|
|
28962
|
+
link?: {
|
|
28963
|
+
url: string;
|
|
28964
|
+
} | null | undefined;
|
|
28965
|
+
} | undefined;
|
|
28966
|
+
plain_text?: string | undefined;
|
|
28967
|
+
annotations?: {
|
|
28968
|
+
code: boolean;
|
|
28969
|
+
bold: boolean;
|
|
28970
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
28971
|
+
italic: boolean;
|
|
28972
|
+
strikethrough: boolean;
|
|
28973
|
+
underline: boolean;
|
|
28974
|
+
} | undefined;
|
|
28975
|
+
href?: string | null | undefined;
|
|
28976
|
+
}[];
|
|
28977
|
+
id: string;
|
|
28978
|
+
parent: {
|
|
28979
|
+
type: "page_id";
|
|
28980
|
+
page_id: string;
|
|
28981
|
+
} | {
|
|
28982
|
+
type: "database_id";
|
|
28983
|
+
database_id: string;
|
|
28984
|
+
} | {
|
|
28985
|
+
type: "data_source_id";
|
|
28986
|
+
data_source_id: string;
|
|
28987
|
+
database_id?: string | undefined;
|
|
28988
|
+
} | {
|
|
28989
|
+
type: "block_id";
|
|
28990
|
+
block_id: string;
|
|
28991
|
+
} | {
|
|
28992
|
+
type: "workspace";
|
|
28993
|
+
workspace: true;
|
|
28994
|
+
};
|
|
28995
|
+
last_edited_time: string;
|
|
28996
|
+
created_time: string;
|
|
28997
|
+
data_sources: {
|
|
28998
|
+
name: string;
|
|
28999
|
+
id: string;
|
|
29000
|
+
icon?: {
|
|
29001
|
+
type: "emoji";
|
|
29002
|
+
emoji: string;
|
|
29003
|
+
} | {
|
|
29004
|
+
type: "external";
|
|
29005
|
+
external: {
|
|
29006
|
+
url: string;
|
|
29007
|
+
};
|
|
29008
|
+
} | {
|
|
29009
|
+
type: "file";
|
|
29010
|
+
file: {
|
|
29011
|
+
url: string;
|
|
29012
|
+
expiry_time: string;
|
|
29013
|
+
};
|
|
29014
|
+
} | null | undefined;
|
|
29015
|
+
cover?: {
|
|
29016
|
+
type: "file";
|
|
29017
|
+
file: {
|
|
29018
|
+
url: string;
|
|
29019
|
+
expiry_time: string;
|
|
29020
|
+
};
|
|
29021
|
+
} | {
|
|
29022
|
+
type: "file_upload";
|
|
29023
|
+
file_upload: {
|
|
29024
|
+
id: string;
|
|
29025
|
+
};
|
|
29026
|
+
} | {
|
|
29027
|
+
type: "external";
|
|
29028
|
+
external: {
|
|
29029
|
+
url: string;
|
|
29030
|
+
};
|
|
29031
|
+
} | null | undefined;
|
|
29032
|
+
}[];
|
|
29033
|
+
description?: {
|
|
29034
|
+
type: "text" | "mention" | "equation";
|
|
29035
|
+
text?: {
|
|
29036
|
+
content: string;
|
|
29037
|
+
link?: {
|
|
29038
|
+
url: string;
|
|
29039
|
+
} | null | undefined;
|
|
29040
|
+
} | undefined;
|
|
29041
|
+
plain_text?: string | undefined;
|
|
29042
|
+
annotations?: {
|
|
29043
|
+
code: boolean;
|
|
29044
|
+
bold: boolean;
|
|
29045
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
29046
|
+
italic: boolean;
|
|
29047
|
+
strikethrough: boolean;
|
|
29048
|
+
underline: boolean;
|
|
29049
|
+
} | undefined;
|
|
29050
|
+
href?: string | null | undefined;
|
|
29051
|
+
}[] | undefined;
|
|
29052
|
+
url?: string | undefined;
|
|
29053
|
+
is_locked?: boolean | undefined;
|
|
29054
|
+
icon?: {
|
|
29055
|
+
type: "emoji";
|
|
29056
|
+
emoji: string;
|
|
29057
|
+
} | {
|
|
29058
|
+
type: "external";
|
|
29059
|
+
external: {
|
|
29060
|
+
url: string;
|
|
29061
|
+
};
|
|
29062
|
+
} | {
|
|
29063
|
+
type: "file";
|
|
29064
|
+
file: {
|
|
29065
|
+
url: string;
|
|
29066
|
+
expiry_time: string;
|
|
29067
|
+
};
|
|
29068
|
+
} | null | undefined;
|
|
29069
|
+
cover?: {
|
|
29070
|
+
type: "file";
|
|
29071
|
+
file: {
|
|
29072
|
+
url: string;
|
|
29073
|
+
expiry_time: string;
|
|
29074
|
+
};
|
|
29075
|
+
} | {
|
|
29076
|
+
type: "file_upload";
|
|
29077
|
+
file_upload: {
|
|
29078
|
+
id: string;
|
|
29079
|
+
};
|
|
29080
|
+
} | {
|
|
29081
|
+
type: "external";
|
|
29082
|
+
external: {
|
|
29083
|
+
url: string;
|
|
29084
|
+
};
|
|
29085
|
+
} | null | undefined;
|
|
29086
|
+
in_trash?: boolean | undefined;
|
|
29087
|
+
is_inline?: boolean | undefined;
|
|
29088
|
+
public_url?: string | null | undefined;
|
|
29089
29089
|
} | undefined;
|
|
29090
29090
|
}, {
|
|
29091
29091
|
error: string;
|
|
@@ -29130,8 +29130,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29130
29130
|
type: "workspace";
|
|
29131
29131
|
workspace: true;
|
|
29132
29132
|
};
|
|
29133
|
-
created_time: string;
|
|
29134
29133
|
last_edited_time: string;
|
|
29134
|
+
created_time: string;
|
|
29135
29135
|
data_sources: {
|
|
29136
29136
|
name: string;
|
|
29137
29137
|
id: string;
|
|
@@ -29222,8 +29222,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29222
29222
|
};
|
|
29223
29223
|
} | null | undefined;
|
|
29224
29224
|
in_trash?: boolean | undefined;
|
|
29225
|
-
public_url?: string | null | undefined;
|
|
29226
29225
|
is_inline?: boolean | undefined;
|
|
29226
|
+
public_url?: string | null | undefined;
|
|
29227
29227
|
} | undefined;
|
|
29228
29228
|
}>, z.ZodObject<{
|
|
29229
29229
|
operation: z.ZodLiteral<"update_database">;
|
|
@@ -29799,8 +29799,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29799
29799
|
type: "workspace";
|
|
29800
29800
|
workspace: true;
|
|
29801
29801
|
};
|
|
29802
|
-
created_time: string;
|
|
29803
29802
|
last_edited_time: string;
|
|
29803
|
+
created_time: string;
|
|
29804
29804
|
data_sources: {
|
|
29805
29805
|
name: string;
|
|
29806
29806
|
id: string;
|
|
@@ -29891,8 +29891,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29891
29891
|
};
|
|
29892
29892
|
} | null | undefined;
|
|
29893
29893
|
in_trash?: boolean | undefined;
|
|
29894
|
-
public_url?: string | null | undefined;
|
|
29895
29894
|
is_inline?: boolean | undefined;
|
|
29895
|
+
public_url?: string | null | undefined;
|
|
29896
29896
|
}, {
|
|
29897
29897
|
object: "database";
|
|
29898
29898
|
title: {
|
|
@@ -29932,8 +29932,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29932
29932
|
type: "workspace";
|
|
29933
29933
|
workspace: true;
|
|
29934
29934
|
};
|
|
29935
|
-
created_time: string;
|
|
29936
29935
|
last_edited_time: string;
|
|
29936
|
+
created_time: string;
|
|
29937
29937
|
data_sources: {
|
|
29938
29938
|
name: string;
|
|
29939
29939
|
id: string;
|
|
@@ -30024,8 +30024,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30024
30024
|
};
|
|
30025
30025
|
} | null | undefined;
|
|
30026
30026
|
in_trash?: boolean | undefined;
|
|
30027
|
-
public_url?: string | null | undefined;
|
|
30028
30027
|
is_inline?: boolean | undefined;
|
|
30028
|
+
public_url?: string | null | undefined;
|
|
30029
30029
|
}>>;
|
|
30030
30030
|
}, "strip", z.ZodTypeAny, {
|
|
30031
30031
|
error: string;
|
|
@@ -30070,8 +30070,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30070
30070
|
type: "workspace";
|
|
30071
30071
|
workspace: true;
|
|
30072
30072
|
};
|
|
30073
|
-
created_time: string;
|
|
30074
30073
|
last_edited_time: string;
|
|
30074
|
+
created_time: string;
|
|
30075
30075
|
data_sources: {
|
|
30076
30076
|
name: string;
|
|
30077
30077
|
id: string;
|
|
@@ -30162,8 +30162,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30162
30162
|
};
|
|
30163
30163
|
} | null | undefined;
|
|
30164
30164
|
in_trash?: boolean | undefined;
|
|
30165
|
-
public_url?: string | null | undefined;
|
|
30166
30165
|
is_inline?: boolean | undefined;
|
|
30166
|
+
public_url?: string | null | undefined;
|
|
30167
30167
|
} | undefined;
|
|
30168
30168
|
}, {
|
|
30169
30169
|
error: string;
|
|
@@ -30208,8 +30208,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30208
30208
|
type: "workspace";
|
|
30209
30209
|
workspace: true;
|
|
30210
30210
|
};
|
|
30211
|
-
created_time: string;
|
|
30212
30211
|
last_edited_time: string;
|
|
30212
|
+
created_time: string;
|
|
30213
30213
|
data_sources: {
|
|
30214
30214
|
name: string;
|
|
30215
30215
|
id: string;
|
|
@@ -30300,8 +30300,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30300
30300
|
};
|
|
30301
30301
|
} | null | undefined;
|
|
30302
30302
|
in_trash?: boolean | undefined;
|
|
30303
|
-
public_url?: string | null | undefined;
|
|
30304
30303
|
is_inline?: boolean | undefined;
|
|
30304
|
+
public_url?: string | null | undefined;
|
|
30305
30305
|
} | undefined;
|
|
30306
30306
|
}>, z.ZodObject<{
|
|
30307
30307
|
operation: z.ZodLiteral<"append_block_children">;
|
|
@@ -34562,26 +34562,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34562
34562
|
} & {
|
|
34563
34563
|
[k: string]: unknown;
|
|
34564
34564
|
};
|
|
34565
|
-
created_time: string;
|
|
34566
|
-
last_edited_time: string;
|
|
34567
|
-
created_by: {
|
|
34568
|
-
object: "user";
|
|
34569
|
-
id: string;
|
|
34570
|
-
type?: "person" | "bot" | undefined;
|
|
34571
|
-
name?: string | undefined;
|
|
34572
|
-
person?: {
|
|
34573
|
-
email?: string | undefined;
|
|
34574
|
-
} | undefined;
|
|
34575
|
-
avatar_url?: string | null | undefined;
|
|
34576
|
-
bot?: {
|
|
34577
|
-
owner?: {
|
|
34578
|
-
type: "user" | "workspace";
|
|
34579
|
-
workspace?: boolean | undefined;
|
|
34580
|
-
} | undefined;
|
|
34581
|
-
workspace_name?: string | undefined;
|
|
34582
|
-
} | undefined;
|
|
34583
|
-
};
|
|
34584
|
-
discussion_id: string;
|
|
34585
34565
|
rich_text: {
|
|
34586
34566
|
type: "text" | "mention" | "equation";
|
|
34587
34567
|
text?: {
|
|
@@ -34601,18 +34581,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34601
34581
|
} | undefined;
|
|
34602
34582
|
href?: string | null | undefined;
|
|
34603
34583
|
}[];
|
|
34604
|
-
}, {
|
|
34605
|
-
object: "comment";
|
|
34606
|
-
id: string;
|
|
34607
|
-
parent: {
|
|
34608
|
-
type: "block_id" | "page_id";
|
|
34609
|
-
block_id?: string | undefined;
|
|
34610
|
-
page_id?: string | undefined;
|
|
34611
|
-
} & {
|
|
34612
|
-
[k: string]: unknown;
|
|
34613
|
-
};
|
|
34614
|
-
created_time: string;
|
|
34615
34584
|
last_edited_time: string;
|
|
34585
|
+
created_time: string;
|
|
34616
34586
|
created_by: {
|
|
34617
34587
|
object: "user";
|
|
34618
34588
|
id: string;
|
|
@@ -34631,6 +34601,16 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34631
34601
|
} | undefined;
|
|
34632
34602
|
};
|
|
34633
34603
|
discussion_id: string;
|
|
34604
|
+
}, {
|
|
34605
|
+
object: "comment";
|
|
34606
|
+
id: string;
|
|
34607
|
+
parent: {
|
|
34608
|
+
type: "block_id" | "page_id";
|
|
34609
|
+
block_id?: string | undefined;
|
|
34610
|
+
page_id?: string | undefined;
|
|
34611
|
+
} & {
|
|
34612
|
+
[k: string]: unknown;
|
|
34613
|
+
};
|
|
34634
34614
|
rich_text: {
|
|
34635
34615
|
type: "text" | "mention" | "equation";
|
|
34636
34616
|
text?: {
|
|
@@ -34650,23 +34630,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34650
34630
|
} | undefined;
|
|
34651
34631
|
href?: string | null | undefined;
|
|
34652
34632
|
}[];
|
|
34653
|
-
}>>;
|
|
34654
|
-
}, "strip", z.ZodTypeAny, {
|
|
34655
|
-
error: string;
|
|
34656
|
-
success: boolean;
|
|
34657
|
-
operation: "create_comment";
|
|
34658
|
-
comment?: {
|
|
34659
|
-
object: "comment";
|
|
34660
|
-
id: string;
|
|
34661
|
-
parent: {
|
|
34662
|
-
type: "block_id" | "page_id";
|
|
34663
|
-
block_id?: string | undefined;
|
|
34664
|
-
page_id?: string | undefined;
|
|
34665
|
-
} & {
|
|
34666
|
-
[k: string]: unknown;
|
|
34667
|
-
};
|
|
34668
|
-
created_time: string;
|
|
34669
34633
|
last_edited_time: string;
|
|
34634
|
+
created_time: string;
|
|
34670
34635
|
created_by: {
|
|
34671
34636
|
object: "user";
|
|
34672
34637
|
id: string;
|
|
@@ -34685,6 +34650,21 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34685
34650
|
} | undefined;
|
|
34686
34651
|
};
|
|
34687
34652
|
discussion_id: string;
|
|
34653
|
+
}>>;
|
|
34654
|
+
}, "strip", z.ZodTypeAny, {
|
|
34655
|
+
error: string;
|
|
34656
|
+
success: boolean;
|
|
34657
|
+
operation: "create_comment";
|
|
34658
|
+
comment?: {
|
|
34659
|
+
object: "comment";
|
|
34660
|
+
id: string;
|
|
34661
|
+
parent: {
|
|
34662
|
+
type: "block_id" | "page_id";
|
|
34663
|
+
block_id?: string | undefined;
|
|
34664
|
+
page_id?: string | undefined;
|
|
34665
|
+
} & {
|
|
34666
|
+
[k: string]: unknown;
|
|
34667
|
+
};
|
|
34688
34668
|
rich_text: {
|
|
34689
34669
|
type: "text" | "mention" | "equation";
|
|
34690
34670
|
text?: {
|
|
@@ -34704,23 +34684,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34704
34684
|
} | undefined;
|
|
34705
34685
|
href?: string | null | undefined;
|
|
34706
34686
|
}[];
|
|
34707
|
-
} | undefined;
|
|
34708
|
-
}, {
|
|
34709
|
-
error: string;
|
|
34710
|
-
success: boolean;
|
|
34711
|
-
operation: "create_comment";
|
|
34712
|
-
comment?: {
|
|
34713
|
-
object: "comment";
|
|
34714
|
-
id: string;
|
|
34715
|
-
parent: {
|
|
34716
|
-
type: "block_id" | "page_id";
|
|
34717
|
-
block_id?: string | undefined;
|
|
34718
|
-
page_id?: string | undefined;
|
|
34719
|
-
} & {
|
|
34720
|
-
[k: string]: unknown;
|
|
34721
|
-
};
|
|
34722
|
-
created_time: string;
|
|
34723
34687
|
last_edited_time: string;
|
|
34688
|
+
created_time: string;
|
|
34724
34689
|
created_by: {
|
|
34725
34690
|
object: "user";
|
|
34726
34691
|
id: string;
|
|
@@ -34739,6 +34704,21 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34739
34704
|
} | undefined;
|
|
34740
34705
|
};
|
|
34741
34706
|
discussion_id: string;
|
|
34707
|
+
} | undefined;
|
|
34708
|
+
}, {
|
|
34709
|
+
error: string;
|
|
34710
|
+
success: boolean;
|
|
34711
|
+
operation: "create_comment";
|
|
34712
|
+
comment?: {
|
|
34713
|
+
object: "comment";
|
|
34714
|
+
id: string;
|
|
34715
|
+
parent: {
|
|
34716
|
+
type: "block_id" | "page_id";
|
|
34717
|
+
block_id?: string | undefined;
|
|
34718
|
+
page_id?: string | undefined;
|
|
34719
|
+
} & {
|
|
34720
|
+
[k: string]: unknown;
|
|
34721
|
+
};
|
|
34742
34722
|
rich_text: {
|
|
34743
34723
|
type: "text" | "mention" | "equation";
|
|
34744
34724
|
text?: {
|
|
@@ -34758,6 +34738,26 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34758
34738
|
} | undefined;
|
|
34759
34739
|
href?: string | null | undefined;
|
|
34760
34740
|
}[];
|
|
34741
|
+
last_edited_time: string;
|
|
34742
|
+
created_time: string;
|
|
34743
|
+
created_by: {
|
|
34744
|
+
object: "user";
|
|
34745
|
+
id: string;
|
|
34746
|
+
type?: "person" | "bot" | undefined;
|
|
34747
|
+
name?: string | undefined;
|
|
34748
|
+
person?: {
|
|
34749
|
+
email?: string | undefined;
|
|
34750
|
+
} | undefined;
|
|
34751
|
+
avatar_url?: string | null | undefined;
|
|
34752
|
+
bot?: {
|
|
34753
|
+
owner?: {
|
|
34754
|
+
type: "user" | "workspace";
|
|
34755
|
+
workspace?: boolean | undefined;
|
|
34756
|
+
} | undefined;
|
|
34757
|
+
workspace_name?: string | undefined;
|
|
34758
|
+
} | undefined;
|
|
34759
|
+
};
|
|
34760
|
+
discussion_id: string;
|
|
34761
34761
|
} | undefined;
|
|
34762
34762
|
}>, z.ZodObject<{
|
|
34763
34763
|
operation: z.ZodLiteral<"retrieve_comment">;
|
|
@@ -34946,26 +34946,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34946
34946
|
} & {
|
|
34947
34947
|
[k: string]: unknown;
|
|
34948
34948
|
};
|
|
34949
|
-
created_time: string;
|
|
34950
|
-
last_edited_time: string;
|
|
34951
|
-
created_by: {
|
|
34952
|
-
object: "user";
|
|
34953
|
-
id: string;
|
|
34954
|
-
type?: "person" | "bot" | undefined;
|
|
34955
|
-
name?: string | undefined;
|
|
34956
|
-
person?: {
|
|
34957
|
-
email?: string | undefined;
|
|
34958
|
-
} | undefined;
|
|
34959
|
-
avatar_url?: string | null | undefined;
|
|
34960
|
-
bot?: {
|
|
34961
|
-
owner?: {
|
|
34962
|
-
type: "user" | "workspace";
|
|
34963
|
-
workspace?: boolean | undefined;
|
|
34964
|
-
} | undefined;
|
|
34965
|
-
workspace_name?: string | undefined;
|
|
34966
|
-
} | undefined;
|
|
34967
|
-
};
|
|
34968
|
-
discussion_id: string;
|
|
34969
34949
|
rich_text: {
|
|
34970
34950
|
type: "text" | "mention" | "equation";
|
|
34971
34951
|
text?: {
|
|
@@ -34985,18 +34965,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34985
34965
|
} | undefined;
|
|
34986
34966
|
href?: string | null | undefined;
|
|
34987
34967
|
}[];
|
|
34988
|
-
}, {
|
|
34989
|
-
object: "comment";
|
|
34990
|
-
id: string;
|
|
34991
|
-
parent: {
|
|
34992
|
-
type: "block_id" | "page_id";
|
|
34993
|
-
block_id?: string | undefined;
|
|
34994
|
-
page_id?: string | undefined;
|
|
34995
|
-
} & {
|
|
34996
|
-
[k: string]: unknown;
|
|
34997
|
-
};
|
|
34998
|
-
created_time: string;
|
|
34999
34968
|
last_edited_time: string;
|
|
34969
|
+
created_time: string;
|
|
35000
34970
|
created_by: {
|
|
35001
34971
|
object: "user";
|
|
35002
34972
|
id: string;
|
|
@@ -35015,6 +34985,16 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35015
34985
|
} | undefined;
|
|
35016
34986
|
};
|
|
35017
34987
|
discussion_id: string;
|
|
34988
|
+
}, {
|
|
34989
|
+
object: "comment";
|
|
34990
|
+
id: string;
|
|
34991
|
+
parent: {
|
|
34992
|
+
type: "block_id" | "page_id";
|
|
34993
|
+
block_id?: string | undefined;
|
|
34994
|
+
page_id?: string | undefined;
|
|
34995
|
+
} & {
|
|
34996
|
+
[k: string]: unknown;
|
|
34997
|
+
};
|
|
35018
34998
|
rich_text: {
|
|
35019
34999
|
type: "text" | "mention" | "equation";
|
|
35020
35000
|
text?: {
|
|
@@ -35034,23 +35014,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35034
35014
|
} | undefined;
|
|
35035
35015
|
href?: string | null | undefined;
|
|
35036
35016
|
}[];
|
|
35037
|
-
}>>;
|
|
35038
|
-
}, "strip", z.ZodTypeAny, {
|
|
35039
|
-
error: string;
|
|
35040
|
-
success: boolean;
|
|
35041
|
-
operation: "retrieve_comment";
|
|
35042
|
-
comment?: {
|
|
35043
|
-
object: "comment";
|
|
35044
|
-
id: string;
|
|
35045
|
-
parent: {
|
|
35046
|
-
type: "block_id" | "page_id";
|
|
35047
|
-
block_id?: string | undefined;
|
|
35048
|
-
page_id?: string | undefined;
|
|
35049
|
-
} & {
|
|
35050
|
-
[k: string]: unknown;
|
|
35051
|
-
};
|
|
35052
|
-
created_time: string;
|
|
35053
35017
|
last_edited_time: string;
|
|
35018
|
+
created_time: string;
|
|
35054
35019
|
created_by: {
|
|
35055
35020
|
object: "user";
|
|
35056
35021
|
id: string;
|
|
@@ -35069,6 +35034,21 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35069
35034
|
} | undefined;
|
|
35070
35035
|
};
|
|
35071
35036
|
discussion_id: string;
|
|
35037
|
+
}>>;
|
|
35038
|
+
}, "strip", z.ZodTypeAny, {
|
|
35039
|
+
error: string;
|
|
35040
|
+
success: boolean;
|
|
35041
|
+
operation: "retrieve_comment";
|
|
35042
|
+
comment?: {
|
|
35043
|
+
object: "comment";
|
|
35044
|
+
id: string;
|
|
35045
|
+
parent: {
|
|
35046
|
+
type: "block_id" | "page_id";
|
|
35047
|
+
block_id?: string | undefined;
|
|
35048
|
+
page_id?: string | undefined;
|
|
35049
|
+
} & {
|
|
35050
|
+
[k: string]: unknown;
|
|
35051
|
+
};
|
|
35072
35052
|
rich_text: {
|
|
35073
35053
|
type: "text" | "mention" | "equation";
|
|
35074
35054
|
text?: {
|
|
@@ -35088,23 +35068,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35088
35068
|
} | undefined;
|
|
35089
35069
|
href?: string | null | undefined;
|
|
35090
35070
|
}[];
|
|
35091
|
-
} | undefined;
|
|
35092
|
-
}, {
|
|
35093
|
-
error: string;
|
|
35094
|
-
success: boolean;
|
|
35095
|
-
operation: "retrieve_comment";
|
|
35096
|
-
comment?: {
|
|
35097
|
-
object: "comment";
|
|
35098
|
-
id: string;
|
|
35099
|
-
parent: {
|
|
35100
|
-
type: "block_id" | "page_id";
|
|
35101
|
-
block_id?: string | undefined;
|
|
35102
|
-
page_id?: string | undefined;
|
|
35103
|
-
} & {
|
|
35104
|
-
[k: string]: unknown;
|
|
35105
|
-
};
|
|
35106
|
-
created_time: string;
|
|
35107
35071
|
last_edited_time: string;
|
|
35072
|
+
created_time: string;
|
|
35108
35073
|
created_by: {
|
|
35109
35074
|
object: "user";
|
|
35110
35075
|
id: string;
|
|
@@ -35123,6 +35088,21 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35123
35088
|
} | undefined;
|
|
35124
35089
|
};
|
|
35125
35090
|
discussion_id: string;
|
|
35091
|
+
} | undefined;
|
|
35092
|
+
}, {
|
|
35093
|
+
error: string;
|
|
35094
|
+
success: boolean;
|
|
35095
|
+
operation: "retrieve_comment";
|
|
35096
|
+
comment?: {
|
|
35097
|
+
object: "comment";
|
|
35098
|
+
id: string;
|
|
35099
|
+
parent: {
|
|
35100
|
+
type: "block_id" | "page_id";
|
|
35101
|
+
block_id?: string | undefined;
|
|
35102
|
+
page_id?: string | undefined;
|
|
35103
|
+
} & {
|
|
35104
|
+
[k: string]: unknown;
|
|
35105
|
+
};
|
|
35126
35106
|
rich_text: {
|
|
35127
35107
|
type: "text" | "mention" | "equation";
|
|
35128
35108
|
text?: {
|
|
@@ -35142,6 +35122,26 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35142
35122
|
} | undefined;
|
|
35143
35123
|
href?: string | null | undefined;
|
|
35144
35124
|
}[];
|
|
35125
|
+
last_edited_time: string;
|
|
35126
|
+
created_time: string;
|
|
35127
|
+
created_by: {
|
|
35128
|
+
object: "user";
|
|
35129
|
+
id: string;
|
|
35130
|
+
type?: "person" | "bot" | undefined;
|
|
35131
|
+
name?: string | undefined;
|
|
35132
|
+
person?: {
|
|
35133
|
+
email?: string | undefined;
|
|
35134
|
+
} | undefined;
|
|
35135
|
+
avatar_url?: string | null | undefined;
|
|
35136
|
+
bot?: {
|
|
35137
|
+
owner?: {
|
|
35138
|
+
type: "user" | "workspace";
|
|
35139
|
+
workspace?: boolean | undefined;
|
|
35140
|
+
} | undefined;
|
|
35141
|
+
workspace_name?: string | undefined;
|
|
35142
|
+
} | undefined;
|
|
35143
|
+
};
|
|
35144
|
+
discussion_id: string;
|
|
35145
35145
|
} | undefined;
|
|
35146
35146
|
}>, z.ZodObject<{
|
|
35147
35147
|
operation: z.ZodLiteral<"list_users">;
|