@bubblelab/bubble-core 0.1.210 → 0.1.211
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 +132 -111
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.d.ts +84 -84
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +2 -1
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +100 -100
- 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-detail.d.ts +38 -38
- 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 +126 -126
- package/dist/bubbles/service-bubble/apify/apify.d.ts +22 -22
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +114 -114
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts +489 -0
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/assembled/assembled.js +363 -0
- package/dist/bubbles/service-bubble/assembled/assembled.js.map +1 -0
- package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +460 -0
- package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/assembled/assembled.schema.js +295 -0
- package/dist/bubbles/service-bubble/assembled/assembled.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/assembled/assembled.utils.d.ts +12 -0
- package/dist/bubbles/service-bubble/assembled/assembled.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/assembled/assembled.utils.js +89 -0
- package/dist/bubbles/service-bubble/assembled/assembled.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/assembled/index.d.ts +4 -0
- package/dist/bubbles/service-bubble/assembled/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/assembled/index.js +4 -0
- package/dist/bubbles/service-bubble/assembled/index.js.map +1 -0
- package/dist/bubbles/service-bubble/attio/attio.d.ts +6 -6
- package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +5 -5
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
- package/dist/bubbles/service-bubble/firecrawl.d.ts +278 -278
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/github.d.ts +12 -12
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-calendar.d.ts +80 -80
- package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
- package/dist/bubbles/service-bubble/http.d.ts +6 -6
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/notion/notion.d.ts +272 -272
- 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/posthog/posthog.d.ts +9 -9
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +294 -294
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +39 -39
- 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/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +385 -385
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-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/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
- 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 +44 -44
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +34 -34
- package/dist/bubbles.json +927 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -1134,6 +1134,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1134
1134
|
}, "strip", z.ZodTypeAny, {
|
|
1135
1135
|
operation: "update_data_source";
|
|
1136
1136
|
data_source_id: string;
|
|
1137
|
+
properties?: Record<string, unknown> | undefined;
|
|
1137
1138
|
description?: {
|
|
1138
1139
|
type: "text" | "mention" | "equation";
|
|
1139
1140
|
text?: {
|
|
@@ -1153,7 +1154,6 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1153
1154
|
} | undefined;
|
|
1154
1155
|
href?: string | null | undefined;
|
|
1155
1156
|
}[] | undefined;
|
|
1156
|
-
properties?: Record<string, unknown> | undefined;
|
|
1157
1157
|
title?: {
|
|
1158
1158
|
type: "text" | "mention" | "equation";
|
|
1159
1159
|
text?: {
|
|
@@ -1202,6 +1202,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1202
1202
|
}, {
|
|
1203
1203
|
operation: "update_data_source";
|
|
1204
1204
|
data_source_id: string;
|
|
1205
|
+
properties?: Record<string, unknown> | undefined;
|
|
1205
1206
|
description?: {
|
|
1206
1207
|
type: "text" | "mention" | "equation";
|
|
1207
1208
|
text?: {
|
|
@@ -1221,7 +1222,6 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1221
1222
|
} | undefined;
|
|
1222
1223
|
href?: string | null | undefined;
|
|
1223
1224
|
}[] | undefined;
|
|
1224
|
-
properties?: Record<string, unknown> | undefined;
|
|
1225
1225
|
title?: {
|
|
1226
1226
|
type: "text" | "mention" | "equation";
|
|
1227
1227
|
text?: {
|
|
@@ -2536,7 +2536,6 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2536
2536
|
block_id?: string | undefined;
|
|
2537
2537
|
page_id?: string | undefined;
|
|
2538
2538
|
};
|
|
2539
|
-
operation: "create_comment";
|
|
2540
2539
|
rich_text: {
|
|
2541
2540
|
type: "text" | "mention" | "equation";
|
|
2542
2541
|
text?: {
|
|
@@ -2556,6 +2555,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2556
2555
|
} | undefined;
|
|
2557
2556
|
href?: string | null | undefined;
|
|
2558
2557
|
}[];
|
|
2558
|
+
operation: "create_comment";
|
|
2559
2559
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2560
2560
|
attachments?: {
|
|
2561
2561
|
file_upload_id: string;
|
|
@@ -2572,7 +2572,6 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2572
2572
|
block_id?: string | undefined;
|
|
2573
2573
|
page_id?: string | undefined;
|
|
2574
2574
|
};
|
|
2575
|
-
operation: "create_comment";
|
|
2576
2575
|
rich_text: {
|
|
2577
2576
|
type: "text" | "mention" | "equation";
|
|
2578
2577
|
text?: {
|
|
@@ -2592,6 +2591,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2592
2591
|
} | undefined;
|
|
2593
2592
|
href?: string | null | undefined;
|
|
2594
2593
|
}[];
|
|
2594
|
+
operation: "create_comment";
|
|
2595
2595
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2596
2596
|
attachments?: {
|
|
2597
2597
|
file_upload_id: string;
|
|
@@ -3009,8 +3009,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3009
3009
|
}, "strip", z.ZodTypeAny, {
|
|
3010
3010
|
object: "page";
|
|
3011
3011
|
properties: Record<string, unknown>;
|
|
3012
|
-
url: string;
|
|
3013
3012
|
id: string;
|
|
3013
|
+
url: string;
|
|
3014
3014
|
parent: {
|
|
3015
3015
|
type: "page_id";
|
|
3016
3016
|
page_id: string;
|
|
@@ -3102,8 +3102,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3102
3102
|
}, {
|
|
3103
3103
|
object: "page";
|
|
3104
3104
|
properties: Record<string, unknown>;
|
|
3105
|
-
url: string;
|
|
3106
3105
|
id: string;
|
|
3106
|
+
url: string;
|
|
3107
3107
|
parent: {
|
|
3108
3108
|
type: "page_id";
|
|
3109
3109
|
page_id: string;
|
|
@@ -3200,8 +3200,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3200
3200
|
page?: {
|
|
3201
3201
|
object: "page";
|
|
3202
3202
|
properties: Record<string, unknown>;
|
|
3203
|
-
url: string;
|
|
3204
3203
|
id: string;
|
|
3204
|
+
url: string;
|
|
3205
3205
|
parent: {
|
|
3206
3206
|
type: "page_id";
|
|
3207
3207
|
page_id: string;
|
|
@@ -3298,8 +3298,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3298
3298
|
page?: {
|
|
3299
3299
|
object: "page";
|
|
3300
3300
|
properties: Record<string, unknown>;
|
|
3301
|
-
url: string;
|
|
3302
3301
|
id: string;
|
|
3302
|
+
url: string;
|
|
3303
3303
|
parent: {
|
|
3304
3304
|
type: "page_id";
|
|
3305
3305
|
page_id: string;
|
|
@@ -3713,8 +3713,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3713
3713
|
}, "strip", z.ZodTypeAny, {
|
|
3714
3714
|
object: "page";
|
|
3715
3715
|
properties: Record<string, unknown>;
|
|
3716
|
-
url: string;
|
|
3717
3716
|
id: string;
|
|
3717
|
+
url: string;
|
|
3718
3718
|
parent: {
|
|
3719
3719
|
type: "page_id";
|
|
3720
3720
|
page_id: string;
|
|
@@ -3806,8 +3806,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3806
3806
|
}, {
|
|
3807
3807
|
object: "page";
|
|
3808
3808
|
properties: Record<string, unknown>;
|
|
3809
|
-
url: string;
|
|
3810
3809
|
id: string;
|
|
3810
|
+
url: string;
|
|
3811
3811
|
parent: {
|
|
3812
3812
|
type: "page_id";
|
|
3813
3813
|
page_id: string;
|
|
@@ -3904,8 +3904,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3904
3904
|
page?: {
|
|
3905
3905
|
object: "page";
|
|
3906
3906
|
properties: Record<string, unknown>;
|
|
3907
|
-
url: string;
|
|
3908
3907
|
id: string;
|
|
3908
|
+
url: string;
|
|
3909
3909
|
parent: {
|
|
3910
3910
|
type: "page_id";
|
|
3911
3911
|
page_id: string;
|
|
@@ -4002,8 +4002,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4002
4002
|
page?: {
|
|
4003
4003
|
object: "page";
|
|
4004
4004
|
properties: Record<string, unknown>;
|
|
4005
|
-
url: string;
|
|
4006
4005
|
id: string;
|
|
4006
|
+
url: string;
|
|
4007
4007
|
parent: {
|
|
4008
4008
|
type: "page_id";
|
|
4009
4009
|
page_id: string;
|
|
@@ -4417,8 +4417,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4417
4417
|
}, "strip", z.ZodTypeAny, {
|
|
4418
4418
|
object: "page";
|
|
4419
4419
|
properties: Record<string, unknown>;
|
|
4420
|
-
url: string;
|
|
4421
4420
|
id: string;
|
|
4421
|
+
url: string;
|
|
4422
4422
|
parent: {
|
|
4423
4423
|
type: "page_id";
|
|
4424
4424
|
page_id: string;
|
|
@@ -4510,8 +4510,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4510
4510
|
}, {
|
|
4511
4511
|
object: "page";
|
|
4512
4512
|
properties: Record<string, unknown>;
|
|
4513
|
-
url: string;
|
|
4514
4513
|
id: string;
|
|
4514
|
+
url: string;
|
|
4515
4515
|
parent: {
|
|
4516
4516
|
type: "page_id";
|
|
4517
4517
|
page_id: string;
|
|
@@ -4608,8 +4608,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4608
4608
|
page?: {
|
|
4609
4609
|
object: "page";
|
|
4610
4610
|
properties: Record<string, unknown>;
|
|
4611
|
-
url: string;
|
|
4612
4611
|
id: string;
|
|
4612
|
+
url: string;
|
|
4613
4613
|
parent: {
|
|
4614
4614
|
type: "page_id";
|
|
4615
4615
|
page_id: string;
|
|
@@ -4706,8 +4706,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4706
4706
|
page?: {
|
|
4707
4707
|
object: "page";
|
|
4708
4708
|
properties: Record<string, unknown>;
|
|
4709
|
-
url: string;
|
|
4710
4709
|
id: string;
|
|
4710
|
+
url: string;
|
|
4711
4711
|
parent: {
|
|
4712
4712
|
type: "page_id";
|
|
4713
4713
|
page_id: string;
|
|
@@ -19131,26 +19131,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
19131
19131
|
} & {
|
|
19132
19132
|
[k: string]: unknown;
|
|
19133
19133
|
};
|
|
19134
|
-
created_time: string;
|
|
19135
|
-
last_edited_time: string;
|
|
19136
|
-
created_by: {
|
|
19137
|
-
object: "user";
|
|
19138
|
-
id: string;
|
|
19139
|
-
type?: "person" | "bot" | undefined;
|
|
19140
|
-
name?: string | undefined;
|
|
19141
|
-
person?: {
|
|
19142
|
-
email?: string | undefined;
|
|
19143
|
-
} | undefined;
|
|
19144
|
-
avatar_url?: string | null | undefined;
|
|
19145
|
-
bot?: {
|
|
19146
|
-
owner?: {
|
|
19147
|
-
type: "user" | "workspace";
|
|
19148
|
-
workspace?: boolean | undefined;
|
|
19149
|
-
} | undefined;
|
|
19150
|
-
workspace_name?: string | undefined;
|
|
19151
|
-
} | undefined;
|
|
19152
|
-
};
|
|
19153
|
-
discussion_id: string;
|
|
19154
19134
|
rich_text: {
|
|
19155
19135
|
type: "text" | "mention" | "equation";
|
|
19156
19136
|
text?: {
|
|
@@ -19170,16 +19150,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
19170
19150
|
} | undefined;
|
|
19171
19151
|
href?: string | null | undefined;
|
|
19172
19152
|
}[];
|
|
19173
|
-
}, {
|
|
19174
|
-
object: "comment";
|
|
19175
|
-
id: string;
|
|
19176
|
-
parent: {
|
|
19177
|
-
type: "block_id" | "page_id";
|
|
19178
|
-
block_id?: string | undefined;
|
|
19179
|
-
page_id?: string | undefined;
|
|
19180
|
-
} & {
|
|
19181
|
-
[k: string]: unknown;
|
|
19182
|
-
};
|
|
19183
19153
|
created_time: string;
|
|
19184
19154
|
last_edited_time: string;
|
|
19185
19155
|
created_by: {
|
|
@@ -19200,6 +19170,16 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
19200
19170
|
} | undefined;
|
|
19201
19171
|
};
|
|
19202
19172
|
discussion_id: string;
|
|
19173
|
+
}, {
|
|
19174
|
+
object: "comment";
|
|
19175
|
+
id: string;
|
|
19176
|
+
parent: {
|
|
19177
|
+
type: "block_id" | "page_id";
|
|
19178
|
+
block_id?: string | undefined;
|
|
19179
|
+
page_id?: string | undefined;
|
|
19180
|
+
} & {
|
|
19181
|
+
[k: string]: unknown;
|
|
19182
|
+
};
|
|
19203
19183
|
rich_text: {
|
|
19204
19184
|
type: "text" | "mention" | "equation";
|
|
19205
19185
|
text?: {
|
|
@@ -19219,21 +19199,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
19219
19199
|
} | undefined;
|
|
19220
19200
|
href?: string | null | undefined;
|
|
19221
19201
|
}[];
|
|
19222
|
-
}>>;
|
|
19223
|
-
}, "strip", z.ZodTypeAny, {
|
|
19224
|
-
error: string;
|
|
19225
|
-
success: boolean;
|
|
19226
|
-
operation: "create_comment";
|
|
19227
|
-
comment?: {
|
|
19228
|
-
object: "comment";
|
|
19229
|
-
id: string;
|
|
19230
|
-
parent: {
|
|
19231
|
-
type: "block_id" | "page_id";
|
|
19232
|
-
block_id?: string | undefined;
|
|
19233
|
-
page_id?: string | undefined;
|
|
19234
|
-
} & {
|
|
19235
|
-
[k: string]: unknown;
|
|
19236
|
-
};
|
|
19237
19202
|
created_time: string;
|
|
19238
19203
|
last_edited_time: string;
|
|
19239
19204
|
created_by: {
|
|
@@ -19254,6 +19219,21 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
19254
19219
|
} | undefined;
|
|
19255
19220
|
};
|
|
19256
19221
|
discussion_id: string;
|
|
19222
|
+
}>>;
|
|
19223
|
+
}, "strip", z.ZodTypeAny, {
|
|
19224
|
+
error: string;
|
|
19225
|
+
success: boolean;
|
|
19226
|
+
operation: "create_comment";
|
|
19227
|
+
comment?: {
|
|
19228
|
+
object: "comment";
|
|
19229
|
+
id: string;
|
|
19230
|
+
parent: {
|
|
19231
|
+
type: "block_id" | "page_id";
|
|
19232
|
+
block_id?: string | undefined;
|
|
19233
|
+
page_id?: string | undefined;
|
|
19234
|
+
} & {
|
|
19235
|
+
[k: string]: unknown;
|
|
19236
|
+
};
|
|
19257
19237
|
rich_text: {
|
|
19258
19238
|
type: "text" | "mention" | "equation";
|
|
19259
19239
|
text?: {
|
|
@@ -19273,21 +19253,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
19273
19253
|
} | undefined;
|
|
19274
19254
|
href?: string | null | undefined;
|
|
19275
19255
|
}[];
|
|
19276
|
-
} | undefined;
|
|
19277
|
-
}, {
|
|
19278
|
-
error: string;
|
|
19279
|
-
success: boolean;
|
|
19280
|
-
operation: "create_comment";
|
|
19281
|
-
comment?: {
|
|
19282
|
-
object: "comment";
|
|
19283
|
-
id: string;
|
|
19284
|
-
parent: {
|
|
19285
|
-
type: "block_id" | "page_id";
|
|
19286
|
-
block_id?: string | undefined;
|
|
19287
|
-
page_id?: string | undefined;
|
|
19288
|
-
} & {
|
|
19289
|
-
[k: string]: unknown;
|
|
19290
|
-
};
|
|
19291
19256
|
created_time: string;
|
|
19292
19257
|
last_edited_time: string;
|
|
19293
19258
|
created_by: {
|
|
@@ -19308,6 +19273,21 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
19308
19273
|
} | undefined;
|
|
19309
19274
|
};
|
|
19310
19275
|
discussion_id: string;
|
|
19276
|
+
} | undefined;
|
|
19277
|
+
}, {
|
|
19278
|
+
error: string;
|
|
19279
|
+
success: boolean;
|
|
19280
|
+
operation: "create_comment";
|
|
19281
|
+
comment?: {
|
|
19282
|
+
object: "comment";
|
|
19283
|
+
id: string;
|
|
19284
|
+
parent: {
|
|
19285
|
+
type: "block_id" | "page_id";
|
|
19286
|
+
block_id?: string | undefined;
|
|
19287
|
+
page_id?: string | undefined;
|
|
19288
|
+
} & {
|
|
19289
|
+
[k: string]: unknown;
|
|
19290
|
+
};
|
|
19311
19291
|
rich_text: {
|
|
19312
19292
|
type: "text" | "mention" | "equation";
|
|
19313
19293
|
text?: {
|
|
@@ -19327,6 +19307,26 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
19327
19307
|
} | undefined;
|
|
19328
19308
|
href?: string | null | undefined;
|
|
19329
19309
|
}[];
|
|
19310
|
+
created_time: string;
|
|
19311
|
+
last_edited_time: string;
|
|
19312
|
+
created_by: {
|
|
19313
|
+
object: "user";
|
|
19314
|
+
id: string;
|
|
19315
|
+
type?: "person" | "bot" | undefined;
|
|
19316
|
+
name?: string | undefined;
|
|
19317
|
+
person?: {
|
|
19318
|
+
email?: string | undefined;
|
|
19319
|
+
} | undefined;
|
|
19320
|
+
avatar_url?: string | null | undefined;
|
|
19321
|
+
bot?: {
|
|
19322
|
+
owner?: {
|
|
19323
|
+
type: "user" | "workspace";
|
|
19324
|
+
workspace?: boolean | undefined;
|
|
19325
|
+
} | undefined;
|
|
19326
|
+
workspace_name?: string | undefined;
|
|
19327
|
+
} | undefined;
|
|
19328
|
+
};
|
|
19329
|
+
discussion_id: string;
|
|
19330
19330
|
} | undefined;
|
|
19331
19331
|
}>, z.ZodObject<{
|
|
19332
19332
|
operation: z.ZodLiteral<"retrieve_comment">;
|
|
@@ -19515,26 +19515,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
19515
19515
|
} & {
|
|
19516
19516
|
[k: string]: unknown;
|
|
19517
19517
|
};
|
|
19518
|
-
created_time: string;
|
|
19519
|
-
last_edited_time: string;
|
|
19520
|
-
created_by: {
|
|
19521
|
-
object: "user";
|
|
19522
|
-
id: string;
|
|
19523
|
-
type?: "person" | "bot" | undefined;
|
|
19524
|
-
name?: string | undefined;
|
|
19525
|
-
person?: {
|
|
19526
|
-
email?: string | undefined;
|
|
19527
|
-
} | undefined;
|
|
19528
|
-
avatar_url?: string | null | undefined;
|
|
19529
|
-
bot?: {
|
|
19530
|
-
owner?: {
|
|
19531
|
-
type: "user" | "workspace";
|
|
19532
|
-
workspace?: boolean | undefined;
|
|
19533
|
-
} | undefined;
|
|
19534
|
-
workspace_name?: string | undefined;
|
|
19535
|
-
} | undefined;
|
|
19536
|
-
};
|
|
19537
|
-
discussion_id: string;
|
|
19538
19518
|
rich_text: {
|
|
19539
19519
|
type: "text" | "mention" | "equation";
|
|
19540
19520
|
text?: {
|
|
@@ -19554,16 +19534,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
19554
19534
|
} | undefined;
|
|
19555
19535
|
href?: string | null | undefined;
|
|
19556
19536
|
}[];
|
|
19557
|
-
}, {
|
|
19558
|
-
object: "comment";
|
|
19559
|
-
id: string;
|
|
19560
|
-
parent: {
|
|
19561
|
-
type: "block_id" | "page_id";
|
|
19562
|
-
block_id?: string | undefined;
|
|
19563
|
-
page_id?: string | undefined;
|
|
19564
|
-
} & {
|
|
19565
|
-
[k: string]: unknown;
|
|
19566
|
-
};
|
|
19567
19537
|
created_time: string;
|
|
19568
19538
|
last_edited_time: string;
|
|
19569
19539
|
created_by: {
|
|
@@ -19584,6 +19554,16 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
19584
19554
|
} | undefined;
|
|
19585
19555
|
};
|
|
19586
19556
|
discussion_id: string;
|
|
19557
|
+
}, {
|
|
19558
|
+
object: "comment";
|
|
19559
|
+
id: string;
|
|
19560
|
+
parent: {
|
|
19561
|
+
type: "block_id" | "page_id";
|
|
19562
|
+
block_id?: string | undefined;
|
|
19563
|
+
page_id?: string | undefined;
|
|
19564
|
+
} & {
|
|
19565
|
+
[k: string]: unknown;
|
|
19566
|
+
};
|
|
19587
19567
|
rich_text: {
|
|
19588
19568
|
type: "text" | "mention" | "equation";
|
|
19589
19569
|
text?: {
|
|
@@ -19603,21 +19583,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
19603
19583
|
} | undefined;
|
|
19604
19584
|
href?: string | null | undefined;
|
|
19605
19585
|
}[];
|
|
19606
|
-
}>>;
|
|
19607
|
-
}, "strip", z.ZodTypeAny, {
|
|
19608
|
-
error: string;
|
|
19609
|
-
success: boolean;
|
|
19610
|
-
operation: "retrieve_comment";
|
|
19611
|
-
comment?: {
|
|
19612
|
-
object: "comment";
|
|
19613
|
-
id: string;
|
|
19614
|
-
parent: {
|
|
19615
|
-
type: "block_id" | "page_id";
|
|
19616
|
-
block_id?: string | undefined;
|
|
19617
|
-
page_id?: string | undefined;
|
|
19618
|
-
} & {
|
|
19619
|
-
[k: string]: unknown;
|
|
19620
|
-
};
|
|
19621
19586
|
created_time: string;
|
|
19622
19587
|
last_edited_time: string;
|
|
19623
19588
|
created_by: {
|
|
@@ -19638,6 +19603,21 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
19638
19603
|
} | undefined;
|
|
19639
19604
|
};
|
|
19640
19605
|
discussion_id: string;
|
|
19606
|
+
}>>;
|
|
19607
|
+
}, "strip", z.ZodTypeAny, {
|
|
19608
|
+
error: string;
|
|
19609
|
+
success: boolean;
|
|
19610
|
+
operation: "retrieve_comment";
|
|
19611
|
+
comment?: {
|
|
19612
|
+
object: "comment";
|
|
19613
|
+
id: string;
|
|
19614
|
+
parent: {
|
|
19615
|
+
type: "block_id" | "page_id";
|
|
19616
|
+
block_id?: string | undefined;
|
|
19617
|
+
page_id?: string | undefined;
|
|
19618
|
+
} & {
|
|
19619
|
+
[k: string]: unknown;
|
|
19620
|
+
};
|
|
19641
19621
|
rich_text: {
|
|
19642
19622
|
type: "text" | "mention" | "equation";
|
|
19643
19623
|
text?: {
|
|
@@ -19657,21 +19637,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
19657
19637
|
} | undefined;
|
|
19658
19638
|
href?: string | null | undefined;
|
|
19659
19639
|
}[];
|
|
19660
|
-
} | undefined;
|
|
19661
|
-
}, {
|
|
19662
|
-
error: string;
|
|
19663
|
-
success: boolean;
|
|
19664
|
-
operation: "retrieve_comment";
|
|
19665
|
-
comment?: {
|
|
19666
|
-
object: "comment";
|
|
19667
|
-
id: string;
|
|
19668
|
-
parent: {
|
|
19669
|
-
type: "block_id" | "page_id";
|
|
19670
|
-
block_id?: string | undefined;
|
|
19671
|
-
page_id?: string | undefined;
|
|
19672
|
-
} & {
|
|
19673
|
-
[k: string]: unknown;
|
|
19674
|
-
};
|
|
19675
19640
|
created_time: string;
|
|
19676
19641
|
last_edited_time: string;
|
|
19677
19642
|
created_by: {
|
|
@@ -19692,6 +19657,21 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
19692
19657
|
} | undefined;
|
|
19693
19658
|
};
|
|
19694
19659
|
discussion_id: string;
|
|
19660
|
+
} | undefined;
|
|
19661
|
+
}, {
|
|
19662
|
+
error: string;
|
|
19663
|
+
success: boolean;
|
|
19664
|
+
operation: "retrieve_comment";
|
|
19665
|
+
comment?: {
|
|
19666
|
+
object: "comment";
|
|
19667
|
+
id: string;
|
|
19668
|
+
parent: {
|
|
19669
|
+
type: "block_id" | "page_id";
|
|
19670
|
+
block_id?: string | undefined;
|
|
19671
|
+
page_id?: string | undefined;
|
|
19672
|
+
} & {
|
|
19673
|
+
[k: string]: unknown;
|
|
19674
|
+
};
|
|
19695
19675
|
rich_text: {
|
|
19696
19676
|
type: "text" | "mention" | "equation";
|
|
19697
19677
|
text?: {
|
|
@@ -19711,6 +19691,26 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
19711
19691
|
} | undefined;
|
|
19712
19692
|
href?: string | null | undefined;
|
|
19713
19693
|
}[];
|
|
19694
|
+
created_time: string;
|
|
19695
|
+
last_edited_time: string;
|
|
19696
|
+
created_by: {
|
|
19697
|
+
object: "user";
|
|
19698
|
+
id: string;
|
|
19699
|
+
type?: "person" | "bot" | undefined;
|
|
19700
|
+
name?: string | undefined;
|
|
19701
|
+
person?: {
|
|
19702
|
+
email?: string | undefined;
|
|
19703
|
+
} | undefined;
|
|
19704
|
+
avatar_url?: string | null | undefined;
|
|
19705
|
+
bot?: {
|
|
19706
|
+
owner?: {
|
|
19707
|
+
type: "user" | "workspace";
|
|
19708
|
+
workspace?: boolean | undefined;
|
|
19709
|
+
} | undefined;
|
|
19710
|
+
workspace_name?: string | undefined;
|
|
19711
|
+
} | undefined;
|
|
19712
|
+
};
|
|
19713
|
+
discussion_id: string;
|
|
19714
19714
|
} | undefined;
|
|
19715
19715
|
}>, z.ZodObject<{
|
|
19716
19716
|
operation: z.ZodLiteral<"list_users">;
|
|
@@ -21085,6 +21085,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21085
21085
|
}, "strip", z.ZodTypeAny, {
|
|
21086
21086
|
operation: "update_data_source";
|
|
21087
21087
|
data_source_id: string;
|
|
21088
|
+
properties?: Record<string, unknown> | undefined;
|
|
21088
21089
|
description?: {
|
|
21089
21090
|
type: "text" | "mention" | "equation";
|
|
21090
21091
|
text?: {
|
|
@@ -21104,7 +21105,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21104
21105
|
} | undefined;
|
|
21105
21106
|
href?: string | null | undefined;
|
|
21106
21107
|
}[] | undefined;
|
|
21107
|
-
properties?: Record<string, unknown> | undefined;
|
|
21108
21108
|
title?: {
|
|
21109
21109
|
type: "text" | "mention" | "equation";
|
|
21110
21110
|
text?: {
|
|
@@ -21153,6 +21153,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21153
21153
|
}, {
|
|
21154
21154
|
operation: "update_data_source";
|
|
21155
21155
|
data_source_id: string;
|
|
21156
|
+
properties?: Record<string, unknown> | undefined;
|
|
21156
21157
|
description?: {
|
|
21157
21158
|
type: "text" | "mention" | "equation";
|
|
21158
21159
|
text?: {
|
|
@@ -21172,7 +21173,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21172
21173
|
} | undefined;
|
|
21173
21174
|
href?: string | null | undefined;
|
|
21174
21175
|
}[] | undefined;
|
|
21175
|
-
properties?: Record<string, unknown> | undefined;
|
|
21176
21176
|
title?: {
|
|
21177
21177
|
type: "text" | "mention" | "equation";
|
|
21178
21178
|
text?: {
|
|
@@ -22487,7 +22487,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22487
22487
|
block_id?: string | undefined;
|
|
22488
22488
|
page_id?: string | undefined;
|
|
22489
22489
|
};
|
|
22490
|
-
operation: "create_comment";
|
|
22491
22490
|
rich_text: {
|
|
22492
22491
|
type: "text" | "mention" | "equation";
|
|
22493
22492
|
text?: {
|
|
@@ -22507,6 +22506,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22507
22506
|
} | undefined;
|
|
22508
22507
|
href?: string | null | undefined;
|
|
22509
22508
|
}[];
|
|
22509
|
+
operation: "create_comment";
|
|
22510
22510
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
22511
22511
|
attachments?: {
|
|
22512
22512
|
file_upload_id: string;
|
|
@@ -22523,7 +22523,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22523
22523
|
block_id?: string | undefined;
|
|
22524
22524
|
page_id?: string | undefined;
|
|
22525
22525
|
};
|
|
22526
|
-
operation: "create_comment";
|
|
22527
22526
|
rich_text: {
|
|
22528
22527
|
type: "text" | "mention" | "equation";
|
|
22529
22528
|
text?: {
|
|
@@ -22543,6 +22542,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22543
22542
|
} | undefined;
|
|
22544
22543
|
href?: string | null | undefined;
|
|
22545
22544
|
}[];
|
|
22545
|
+
operation: "create_comment";
|
|
22546
22546
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
22547
22547
|
attachments?: {
|
|
22548
22548
|
file_upload_id: string;
|
|
@@ -22960,8 +22960,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22960
22960
|
}, "strip", z.ZodTypeAny, {
|
|
22961
22961
|
object: "page";
|
|
22962
22962
|
properties: Record<string, unknown>;
|
|
22963
|
-
url: string;
|
|
22964
22963
|
id: string;
|
|
22964
|
+
url: string;
|
|
22965
22965
|
parent: {
|
|
22966
22966
|
type: "page_id";
|
|
22967
22967
|
page_id: string;
|
|
@@ -23053,8 +23053,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23053
23053
|
}, {
|
|
23054
23054
|
object: "page";
|
|
23055
23055
|
properties: Record<string, unknown>;
|
|
23056
|
-
url: string;
|
|
23057
23056
|
id: string;
|
|
23057
|
+
url: string;
|
|
23058
23058
|
parent: {
|
|
23059
23059
|
type: "page_id";
|
|
23060
23060
|
page_id: string;
|
|
@@ -23151,8 +23151,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23151
23151
|
page?: {
|
|
23152
23152
|
object: "page";
|
|
23153
23153
|
properties: Record<string, unknown>;
|
|
23154
|
-
url: string;
|
|
23155
23154
|
id: string;
|
|
23155
|
+
url: string;
|
|
23156
23156
|
parent: {
|
|
23157
23157
|
type: "page_id";
|
|
23158
23158
|
page_id: string;
|
|
@@ -23249,8 +23249,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23249
23249
|
page?: {
|
|
23250
23250
|
object: "page";
|
|
23251
23251
|
properties: Record<string, unknown>;
|
|
23252
|
-
url: string;
|
|
23253
23252
|
id: string;
|
|
23253
|
+
url: string;
|
|
23254
23254
|
parent: {
|
|
23255
23255
|
type: "page_id";
|
|
23256
23256
|
page_id: string;
|
|
@@ -23664,8 +23664,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23664
23664
|
}, "strip", z.ZodTypeAny, {
|
|
23665
23665
|
object: "page";
|
|
23666
23666
|
properties: Record<string, unknown>;
|
|
23667
|
-
url: string;
|
|
23668
23667
|
id: string;
|
|
23668
|
+
url: string;
|
|
23669
23669
|
parent: {
|
|
23670
23670
|
type: "page_id";
|
|
23671
23671
|
page_id: string;
|
|
@@ -23757,8 +23757,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23757
23757
|
}, {
|
|
23758
23758
|
object: "page";
|
|
23759
23759
|
properties: Record<string, unknown>;
|
|
23760
|
-
url: string;
|
|
23761
23760
|
id: string;
|
|
23761
|
+
url: string;
|
|
23762
23762
|
parent: {
|
|
23763
23763
|
type: "page_id";
|
|
23764
23764
|
page_id: string;
|
|
@@ -23855,8 +23855,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23855
23855
|
page?: {
|
|
23856
23856
|
object: "page";
|
|
23857
23857
|
properties: Record<string, unknown>;
|
|
23858
|
-
url: string;
|
|
23859
23858
|
id: string;
|
|
23859
|
+
url: string;
|
|
23860
23860
|
parent: {
|
|
23861
23861
|
type: "page_id";
|
|
23862
23862
|
page_id: string;
|
|
@@ -23953,8 +23953,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23953
23953
|
page?: {
|
|
23954
23954
|
object: "page";
|
|
23955
23955
|
properties: Record<string, unknown>;
|
|
23956
|
-
url: string;
|
|
23957
23956
|
id: string;
|
|
23957
|
+
url: string;
|
|
23958
23958
|
parent: {
|
|
23959
23959
|
type: "page_id";
|
|
23960
23960
|
page_id: string;
|
|
@@ -24368,8 +24368,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
24368
24368
|
}, "strip", z.ZodTypeAny, {
|
|
24369
24369
|
object: "page";
|
|
24370
24370
|
properties: Record<string, unknown>;
|
|
24371
|
-
url: string;
|
|
24372
24371
|
id: string;
|
|
24372
|
+
url: string;
|
|
24373
24373
|
parent: {
|
|
24374
24374
|
type: "page_id";
|
|
24375
24375
|
page_id: string;
|
|
@@ -24461,8 +24461,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
24461
24461
|
}, {
|
|
24462
24462
|
object: "page";
|
|
24463
24463
|
properties: Record<string, unknown>;
|
|
24464
|
-
url: string;
|
|
24465
24464
|
id: string;
|
|
24465
|
+
url: string;
|
|
24466
24466
|
parent: {
|
|
24467
24467
|
type: "page_id";
|
|
24468
24468
|
page_id: string;
|
|
@@ -24559,8 +24559,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
24559
24559
|
page?: {
|
|
24560
24560
|
object: "page";
|
|
24561
24561
|
properties: Record<string, unknown>;
|
|
24562
|
-
url: string;
|
|
24563
24562
|
id: string;
|
|
24563
|
+
url: string;
|
|
24564
24564
|
parent: {
|
|
24565
24565
|
type: "page_id";
|
|
24566
24566
|
page_id: string;
|
|
@@ -24657,8 +24657,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
24657
24657
|
page?: {
|
|
24658
24658
|
object: "page";
|
|
24659
24659
|
properties: Record<string, unknown>;
|
|
24660
|
-
url: string;
|
|
24661
24660
|
id: string;
|
|
24661
|
+
url: string;
|
|
24662
24662
|
parent: {
|
|
24663
24663
|
type: "page_id";
|
|
24664
24664
|
page_id: string;
|
|
@@ -39082,26 +39082,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
39082
39082
|
} & {
|
|
39083
39083
|
[k: string]: unknown;
|
|
39084
39084
|
};
|
|
39085
|
-
created_time: string;
|
|
39086
|
-
last_edited_time: string;
|
|
39087
|
-
created_by: {
|
|
39088
|
-
object: "user";
|
|
39089
|
-
id: string;
|
|
39090
|
-
type?: "person" | "bot" | undefined;
|
|
39091
|
-
name?: string | undefined;
|
|
39092
|
-
person?: {
|
|
39093
|
-
email?: string | undefined;
|
|
39094
|
-
} | undefined;
|
|
39095
|
-
avatar_url?: string | null | undefined;
|
|
39096
|
-
bot?: {
|
|
39097
|
-
owner?: {
|
|
39098
|
-
type: "user" | "workspace";
|
|
39099
|
-
workspace?: boolean | undefined;
|
|
39100
|
-
} | undefined;
|
|
39101
|
-
workspace_name?: string | undefined;
|
|
39102
|
-
} | undefined;
|
|
39103
|
-
};
|
|
39104
|
-
discussion_id: string;
|
|
39105
39085
|
rich_text: {
|
|
39106
39086
|
type: "text" | "mention" | "equation";
|
|
39107
39087
|
text?: {
|
|
@@ -39121,16 +39101,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
39121
39101
|
} | undefined;
|
|
39122
39102
|
href?: string | null | undefined;
|
|
39123
39103
|
}[];
|
|
39124
|
-
}, {
|
|
39125
|
-
object: "comment";
|
|
39126
|
-
id: string;
|
|
39127
|
-
parent: {
|
|
39128
|
-
type: "block_id" | "page_id";
|
|
39129
|
-
block_id?: string | undefined;
|
|
39130
|
-
page_id?: string | undefined;
|
|
39131
|
-
} & {
|
|
39132
|
-
[k: string]: unknown;
|
|
39133
|
-
};
|
|
39134
39104
|
created_time: string;
|
|
39135
39105
|
last_edited_time: string;
|
|
39136
39106
|
created_by: {
|
|
@@ -39151,6 +39121,16 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
39151
39121
|
} | undefined;
|
|
39152
39122
|
};
|
|
39153
39123
|
discussion_id: string;
|
|
39124
|
+
}, {
|
|
39125
|
+
object: "comment";
|
|
39126
|
+
id: string;
|
|
39127
|
+
parent: {
|
|
39128
|
+
type: "block_id" | "page_id";
|
|
39129
|
+
block_id?: string | undefined;
|
|
39130
|
+
page_id?: string | undefined;
|
|
39131
|
+
} & {
|
|
39132
|
+
[k: string]: unknown;
|
|
39133
|
+
};
|
|
39154
39134
|
rich_text: {
|
|
39155
39135
|
type: "text" | "mention" | "equation";
|
|
39156
39136
|
text?: {
|
|
@@ -39170,21 +39150,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
39170
39150
|
} | undefined;
|
|
39171
39151
|
href?: string | null | undefined;
|
|
39172
39152
|
}[];
|
|
39173
|
-
}>>;
|
|
39174
|
-
}, "strip", z.ZodTypeAny, {
|
|
39175
|
-
error: string;
|
|
39176
|
-
success: boolean;
|
|
39177
|
-
operation: "create_comment";
|
|
39178
|
-
comment?: {
|
|
39179
|
-
object: "comment";
|
|
39180
|
-
id: string;
|
|
39181
|
-
parent: {
|
|
39182
|
-
type: "block_id" | "page_id";
|
|
39183
|
-
block_id?: string | undefined;
|
|
39184
|
-
page_id?: string | undefined;
|
|
39185
|
-
} & {
|
|
39186
|
-
[k: string]: unknown;
|
|
39187
|
-
};
|
|
39188
39153
|
created_time: string;
|
|
39189
39154
|
last_edited_time: string;
|
|
39190
39155
|
created_by: {
|
|
@@ -39205,6 +39170,21 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
39205
39170
|
} | undefined;
|
|
39206
39171
|
};
|
|
39207
39172
|
discussion_id: string;
|
|
39173
|
+
}>>;
|
|
39174
|
+
}, "strip", z.ZodTypeAny, {
|
|
39175
|
+
error: string;
|
|
39176
|
+
success: boolean;
|
|
39177
|
+
operation: "create_comment";
|
|
39178
|
+
comment?: {
|
|
39179
|
+
object: "comment";
|
|
39180
|
+
id: string;
|
|
39181
|
+
parent: {
|
|
39182
|
+
type: "block_id" | "page_id";
|
|
39183
|
+
block_id?: string | undefined;
|
|
39184
|
+
page_id?: string | undefined;
|
|
39185
|
+
} & {
|
|
39186
|
+
[k: string]: unknown;
|
|
39187
|
+
};
|
|
39208
39188
|
rich_text: {
|
|
39209
39189
|
type: "text" | "mention" | "equation";
|
|
39210
39190
|
text?: {
|
|
@@ -39224,21 +39204,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
39224
39204
|
} | undefined;
|
|
39225
39205
|
href?: string | null | undefined;
|
|
39226
39206
|
}[];
|
|
39227
|
-
} | undefined;
|
|
39228
|
-
}, {
|
|
39229
|
-
error: string;
|
|
39230
|
-
success: boolean;
|
|
39231
|
-
operation: "create_comment";
|
|
39232
|
-
comment?: {
|
|
39233
|
-
object: "comment";
|
|
39234
|
-
id: string;
|
|
39235
|
-
parent: {
|
|
39236
|
-
type: "block_id" | "page_id";
|
|
39237
|
-
block_id?: string | undefined;
|
|
39238
|
-
page_id?: string | undefined;
|
|
39239
|
-
} & {
|
|
39240
|
-
[k: string]: unknown;
|
|
39241
|
-
};
|
|
39242
39207
|
created_time: string;
|
|
39243
39208
|
last_edited_time: string;
|
|
39244
39209
|
created_by: {
|
|
@@ -39259,6 +39224,21 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
39259
39224
|
} | undefined;
|
|
39260
39225
|
};
|
|
39261
39226
|
discussion_id: string;
|
|
39227
|
+
} | undefined;
|
|
39228
|
+
}, {
|
|
39229
|
+
error: string;
|
|
39230
|
+
success: boolean;
|
|
39231
|
+
operation: "create_comment";
|
|
39232
|
+
comment?: {
|
|
39233
|
+
object: "comment";
|
|
39234
|
+
id: string;
|
|
39235
|
+
parent: {
|
|
39236
|
+
type: "block_id" | "page_id";
|
|
39237
|
+
block_id?: string | undefined;
|
|
39238
|
+
page_id?: string | undefined;
|
|
39239
|
+
} & {
|
|
39240
|
+
[k: string]: unknown;
|
|
39241
|
+
};
|
|
39262
39242
|
rich_text: {
|
|
39263
39243
|
type: "text" | "mention" | "equation";
|
|
39264
39244
|
text?: {
|
|
@@ -39278,6 +39258,26 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
39278
39258
|
} | undefined;
|
|
39279
39259
|
href?: string | null | undefined;
|
|
39280
39260
|
}[];
|
|
39261
|
+
created_time: string;
|
|
39262
|
+
last_edited_time: string;
|
|
39263
|
+
created_by: {
|
|
39264
|
+
object: "user";
|
|
39265
|
+
id: string;
|
|
39266
|
+
type?: "person" | "bot" | undefined;
|
|
39267
|
+
name?: string | undefined;
|
|
39268
|
+
person?: {
|
|
39269
|
+
email?: string | undefined;
|
|
39270
|
+
} | undefined;
|
|
39271
|
+
avatar_url?: string | null | undefined;
|
|
39272
|
+
bot?: {
|
|
39273
|
+
owner?: {
|
|
39274
|
+
type: "user" | "workspace";
|
|
39275
|
+
workspace?: boolean | undefined;
|
|
39276
|
+
} | undefined;
|
|
39277
|
+
workspace_name?: string | undefined;
|
|
39278
|
+
} | undefined;
|
|
39279
|
+
};
|
|
39280
|
+
discussion_id: string;
|
|
39281
39281
|
} | undefined;
|
|
39282
39282
|
}>, z.ZodObject<{
|
|
39283
39283
|
operation: z.ZodLiteral<"retrieve_comment">;
|
|
@@ -39466,26 +39466,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
39466
39466
|
} & {
|
|
39467
39467
|
[k: string]: unknown;
|
|
39468
39468
|
};
|
|
39469
|
-
created_time: string;
|
|
39470
|
-
last_edited_time: string;
|
|
39471
|
-
created_by: {
|
|
39472
|
-
object: "user";
|
|
39473
|
-
id: string;
|
|
39474
|
-
type?: "person" | "bot" | undefined;
|
|
39475
|
-
name?: string | undefined;
|
|
39476
|
-
person?: {
|
|
39477
|
-
email?: string | undefined;
|
|
39478
|
-
} | undefined;
|
|
39479
|
-
avatar_url?: string | null | undefined;
|
|
39480
|
-
bot?: {
|
|
39481
|
-
owner?: {
|
|
39482
|
-
type: "user" | "workspace";
|
|
39483
|
-
workspace?: boolean | undefined;
|
|
39484
|
-
} | undefined;
|
|
39485
|
-
workspace_name?: string | undefined;
|
|
39486
|
-
} | undefined;
|
|
39487
|
-
};
|
|
39488
|
-
discussion_id: string;
|
|
39489
39469
|
rich_text: {
|
|
39490
39470
|
type: "text" | "mention" | "equation";
|
|
39491
39471
|
text?: {
|
|
@@ -39505,16 +39485,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
39505
39485
|
} | undefined;
|
|
39506
39486
|
href?: string | null | undefined;
|
|
39507
39487
|
}[];
|
|
39508
|
-
}, {
|
|
39509
|
-
object: "comment";
|
|
39510
|
-
id: string;
|
|
39511
|
-
parent: {
|
|
39512
|
-
type: "block_id" | "page_id";
|
|
39513
|
-
block_id?: string | undefined;
|
|
39514
|
-
page_id?: string | undefined;
|
|
39515
|
-
} & {
|
|
39516
|
-
[k: string]: unknown;
|
|
39517
|
-
};
|
|
39518
39488
|
created_time: string;
|
|
39519
39489
|
last_edited_time: string;
|
|
39520
39490
|
created_by: {
|
|
@@ -39535,6 +39505,16 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
39535
39505
|
} | undefined;
|
|
39536
39506
|
};
|
|
39537
39507
|
discussion_id: string;
|
|
39508
|
+
}, {
|
|
39509
|
+
object: "comment";
|
|
39510
|
+
id: string;
|
|
39511
|
+
parent: {
|
|
39512
|
+
type: "block_id" | "page_id";
|
|
39513
|
+
block_id?: string | undefined;
|
|
39514
|
+
page_id?: string | undefined;
|
|
39515
|
+
} & {
|
|
39516
|
+
[k: string]: unknown;
|
|
39517
|
+
};
|
|
39538
39518
|
rich_text: {
|
|
39539
39519
|
type: "text" | "mention" | "equation";
|
|
39540
39520
|
text?: {
|
|
@@ -39554,21 +39534,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
39554
39534
|
} | undefined;
|
|
39555
39535
|
href?: string | null | undefined;
|
|
39556
39536
|
}[];
|
|
39557
|
-
}>>;
|
|
39558
|
-
}, "strip", z.ZodTypeAny, {
|
|
39559
|
-
error: string;
|
|
39560
|
-
success: boolean;
|
|
39561
|
-
operation: "retrieve_comment";
|
|
39562
|
-
comment?: {
|
|
39563
|
-
object: "comment";
|
|
39564
|
-
id: string;
|
|
39565
|
-
parent: {
|
|
39566
|
-
type: "block_id" | "page_id";
|
|
39567
|
-
block_id?: string | undefined;
|
|
39568
|
-
page_id?: string | undefined;
|
|
39569
|
-
} & {
|
|
39570
|
-
[k: string]: unknown;
|
|
39571
|
-
};
|
|
39572
39537
|
created_time: string;
|
|
39573
39538
|
last_edited_time: string;
|
|
39574
39539
|
created_by: {
|
|
@@ -39589,6 +39554,21 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
39589
39554
|
} | undefined;
|
|
39590
39555
|
};
|
|
39591
39556
|
discussion_id: string;
|
|
39557
|
+
}>>;
|
|
39558
|
+
}, "strip", z.ZodTypeAny, {
|
|
39559
|
+
error: string;
|
|
39560
|
+
success: boolean;
|
|
39561
|
+
operation: "retrieve_comment";
|
|
39562
|
+
comment?: {
|
|
39563
|
+
object: "comment";
|
|
39564
|
+
id: string;
|
|
39565
|
+
parent: {
|
|
39566
|
+
type: "block_id" | "page_id";
|
|
39567
|
+
block_id?: string | undefined;
|
|
39568
|
+
page_id?: string | undefined;
|
|
39569
|
+
} & {
|
|
39570
|
+
[k: string]: unknown;
|
|
39571
|
+
};
|
|
39592
39572
|
rich_text: {
|
|
39593
39573
|
type: "text" | "mention" | "equation";
|
|
39594
39574
|
text?: {
|
|
@@ -39608,21 +39588,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
39608
39588
|
} | undefined;
|
|
39609
39589
|
href?: string | null | undefined;
|
|
39610
39590
|
}[];
|
|
39611
|
-
} | undefined;
|
|
39612
|
-
}, {
|
|
39613
|
-
error: string;
|
|
39614
|
-
success: boolean;
|
|
39615
|
-
operation: "retrieve_comment";
|
|
39616
|
-
comment?: {
|
|
39617
|
-
object: "comment";
|
|
39618
|
-
id: string;
|
|
39619
|
-
parent: {
|
|
39620
|
-
type: "block_id" | "page_id";
|
|
39621
|
-
block_id?: string | undefined;
|
|
39622
|
-
page_id?: string | undefined;
|
|
39623
|
-
} & {
|
|
39624
|
-
[k: string]: unknown;
|
|
39625
|
-
};
|
|
39626
39591
|
created_time: string;
|
|
39627
39592
|
last_edited_time: string;
|
|
39628
39593
|
created_by: {
|
|
@@ -39643,6 +39608,21 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
39643
39608
|
} | undefined;
|
|
39644
39609
|
};
|
|
39645
39610
|
discussion_id: string;
|
|
39611
|
+
} | undefined;
|
|
39612
|
+
}, {
|
|
39613
|
+
error: string;
|
|
39614
|
+
success: boolean;
|
|
39615
|
+
operation: "retrieve_comment";
|
|
39616
|
+
comment?: {
|
|
39617
|
+
object: "comment";
|
|
39618
|
+
id: string;
|
|
39619
|
+
parent: {
|
|
39620
|
+
type: "block_id" | "page_id";
|
|
39621
|
+
block_id?: string | undefined;
|
|
39622
|
+
page_id?: string | undefined;
|
|
39623
|
+
} & {
|
|
39624
|
+
[k: string]: unknown;
|
|
39625
|
+
};
|
|
39646
39626
|
rich_text: {
|
|
39647
39627
|
type: "text" | "mention" | "equation";
|
|
39648
39628
|
text?: {
|
|
@@ -39662,6 +39642,26 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
39662
39642
|
} | undefined;
|
|
39663
39643
|
href?: string | null | undefined;
|
|
39664
39644
|
}[];
|
|
39645
|
+
created_time: string;
|
|
39646
|
+
last_edited_time: string;
|
|
39647
|
+
created_by: {
|
|
39648
|
+
object: "user";
|
|
39649
|
+
id: string;
|
|
39650
|
+
type?: "person" | "bot" | undefined;
|
|
39651
|
+
name?: string | undefined;
|
|
39652
|
+
person?: {
|
|
39653
|
+
email?: string | undefined;
|
|
39654
|
+
} | undefined;
|
|
39655
|
+
avatar_url?: string | null | undefined;
|
|
39656
|
+
bot?: {
|
|
39657
|
+
owner?: {
|
|
39658
|
+
type: "user" | "workspace";
|
|
39659
|
+
workspace?: boolean | undefined;
|
|
39660
|
+
} | undefined;
|
|
39661
|
+
workspace_name?: string | undefined;
|
|
39662
|
+
} | undefined;
|
|
39663
|
+
};
|
|
39664
|
+
discussion_id: string;
|
|
39665
39665
|
} | undefined;
|
|
39666
39666
|
}>, z.ZodObject<{
|
|
39667
39667
|
operation: z.ZodLiteral<"list_users">;
|