@bubblelab/bubble-core 0.1.117 → 0.1.118
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 +9 -4
- package/dist/bubbles/service-bubble/notion/notion.d.ts +244 -244
- package/dist/bubbles/service-bubble/slack/index.d.ts +1 -1
- package/dist/bubbles/service-bubble/slack/index.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/index.js +1 -1
- package/dist/bubbles/service-bubble/slack/index.js.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts +42 -1
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.utils.js +156 -1
- package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js +18 -0
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js.map +1 -1
- package/dist/bubbles.json +5 -4
- package/package.json +2 -2
|
@@ -2521,7 +2521,6 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2521
2521
|
block_id?: string | undefined;
|
|
2522
2522
|
page_id?: string | undefined;
|
|
2523
2523
|
};
|
|
2524
|
-
operation: "create_comment";
|
|
2525
2524
|
rich_text: {
|
|
2526
2525
|
type: "text" | "mention" | "equation";
|
|
2527
2526
|
text?: {
|
|
@@ -2541,6 +2540,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2541
2540
|
} | undefined;
|
|
2542
2541
|
href?: string | null | undefined;
|
|
2543
2542
|
}[];
|
|
2543
|
+
operation: "create_comment";
|
|
2544
2544
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2545
2545
|
attachments?: {
|
|
2546
2546
|
file_upload_id: string;
|
|
@@ -2557,7 +2557,6 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2557
2557
|
block_id?: string | undefined;
|
|
2558
2558
|
page_id?: string | undefined;
|
|
2559
2559
|
};
|
|
2560
|
-
operation: "create_comment";
|
|
2561
2560
|
rich_text: {
|
|
2562
2561
|
type: "text" | "mention" | "equation";
|
|
2563
2562
|
text?: {
|
|
@@ -2577,6 +2576,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2577
2576
|
} | undefined;
|
|
2578
2577
|
href?: string | null | undefined;
|
|
2579
2578
|
}[];
|
|
2579
|
+
operation: "create_comment";
|
|
2580
2580
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2581
2581
|
attachments?: {
|
|
2582
2582
|
file_upload_id: string;
|
|
@@ -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,16 +16890,6 @@ 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
16893
|
created_time: string;
|
|
16924
16894
|
last_edited_time: string;
|
|
16925
16895
|
created_by: {
|
|
@@ -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,21 +16939,6 @@ 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
16942
|
created_time: string;
|
|
16978
16943
|
last_edited_time: string;
|
|
16979
16944
|
created_by: {
|
|
@@ -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,21 +16993,6 @@ 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
16996
|
created_time: string;
|
|
17032
16997
|
last_edited_time: string;
|
|
17033
16998
|
created_by: {
|
|
@@ -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
|
+
created_time: string;
|
|
17051
|
+
last_edited_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,16 +17274,6 @@ 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
17277
|
created_time: string;
|
|
17308
17278
|
last_edited_time: string;
|
|
17309
17279
|
created_by: {
|
|
@@ -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,21 +17323,6 @@ 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
17326
|
created_time: string;
|
|
17362
17327
|
last_edited_time: string;
|
|
17363
17328
|
created_by: {
|
|
@@ -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,21 +17377,6 @@ 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
17380
|
created_time: string;
|
|
17416
17381
|
last_edited_time: string;
|
|
17417
17382
|
created_by: {
|
|
@@ -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
|
+
created_time: string;
|
|
17435
|
+
last_edited_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">;
|
|
@@ -20212,7 +20212,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20212
20212
|
block_id?: string | undefined;
|
|
20213
20213
|
page_id?: string | undefined;
|
|
20214
20214
|
};
|
|
20215
|
-
operation: "create_comment";
|
|
20216
20215
|
rich_text: {
|
|
20217
20216
|
type: "text" | "mention" | "equation";
|
|
20218
20217
|
text?: {
|
|
@@ -20232,6 +20231,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20232
20231
|
} | undefined;
|
|
20233
20232
|
href?: string | null | undefined;
|
|
20234
20233
|
}[];
|
|
20234
|
+
operation: "create_comment";
|
|
20235
20235
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20236
20236
|
attachments?: {
|
|
20237
20237
|
file_upload_id: string;
|
|
@@ -20248,7 +20248,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20248
20248
|
block_id?: string | undefined;
|
|
20249
20249
|
page_id?: string | undefined;
|
|
20250
20250
|
};
|
|
20251
|
-
operation: "create_comment";
|
|
20252
20251
|
rich_text: {
|
|
20253
20252
|
type: "text" | "mention" | "equation";
|
|
20254
20253
|
text?: {
|
|
@@ -20268,6 +20267,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20268
20267
|
} | undefined;
|
|
20269
20268
|
href?: string | null | undefined;
|
|
20270
20269
|
}[];
|
|
20270
|
+
operation: "create_comment";
|
|
20271
20271
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20272
20272
|
attachments?: {
|
|
20273
20273
|
file_upload_id: string;
|
|
@@ -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,16 +34581,6 @@ 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
34584
|
created_time: string;
|
|
34615
34585
|
last_edited_time: string;
|
|
34616
34586
|
created_by: {
|
|
@@ -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,21 +34630,6 @@ 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
34633
|
created_time: string;
|
|
34669
34634
|
last_edited_time: string;
|
|
34670
34635
|
created_by: {
|
|
@@ -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,21 +34684,6 @@ 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
34687
|
created_time: string;
|
|
34723
34688
|
last_edited_time: string;
|
|
34724
34689
|
created_by: {
|
|
@@ -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
|
+
created_time: string;
|
|
34742
|
+
last_edited_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,16 +34965,6 @@ 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
34968
|
created_time: string;
|
|
34999
34969
|
last_edited_time: string;
|
|
35000
34970
|
created_by: {
|
|
@@ -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,21 +35014,6 @@ 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
35017
|
created_time: string;
|
|
35053
35018
|
last_edited_time: string;
|
|
35054
35019
|
created_by: {
|
|
@@ -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,21 +35068,6 @@ 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
35071
|
created_time: string;
|
|
35107
35072
|
last_edited_time: string;
|
|
35108
35073
|
created_by: {
|
|
@@ -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
|
+
created_time: string;
|
|
35126
|
+
last_edited_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">;
|