@bubblelab/bubble-core 0.1.34 → 0.1.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bubble-bundle.d.ts +50 -50
- package/dist/bubbles/service-bubble/agi-inc.d.ts +12 -12
- package/dist/bubbles/service-bubble/airtable.d.ts +156 -156
- package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +8 -8
- package/dist/bubbles/service-bubble/followupboss.d.ts +78 -78
- package/dist/bubbles/service-bubble/github.d.ts +98 -98
- package/dist/bubbles/service-bubble/gmail.d.ts +30 -30
- package/dist/bubbles/service-bubble/google-calendar.d.ts +88 -88
- package/dist/bubbles/service-bubble/google-drive.d.ts +50 -50
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +8 -8
- package/dist/bubbles/service-bubble/http.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +77 -77
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +112 -112
- package/dist/bubbles/service-bubble/notion/notion.d.ts +148 -148
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +60 -60
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +30 -30
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -192,7 +192,6 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
192
192
|
}>]>>;
|
|
193
193
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
194
194
|
}, "strip", z.ZodTypeAny, {
|
|
195
|
-
operation: "create_page";
|
|
196
195
|
parent: {
|
|
197
196
|
type: "page_id";
|
|
198
197
|
page_id: string;
|
|
@@ -210,6 +209,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
210
209
|
type: "workspace";
|
|
211
210
|
workspace: true;
|
|
212
211
|
};
|
|
212
|
+
operation: "create_page";
|
|
213
213
|
properties?: Record<string, unknown> | undefined;
|
|
214
214
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
215
215
|
icon?: {
|
|
@@ -251,7 +251,6 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
251
251
|
} | undefined;
|
|
252
252
|
children?: unknown[] | undefined;
|
|
253
253
|
}, {
|
|
254
|
-
operation: "create_page";
|
|
255
254
|
parent: {
|
|
256
255
|
type: "page_id";
|
|
257
256
|
page_id: string;
|
|
@@ -269,6 +268,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
269
268
|
type: "workspace";
|
|
270
269
|
workspace: true;
|
|
271
270
|
};
|
|
271
|
+
operation: "create_page";
|
|
272
272
|
properties?: Record<string, unknown> | undefined;
|
|
273
273
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
274
274
|
icon?: {
|
|
@@ -769,12 +769,12 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
769
769
|
}>]>>;
|
|
770
770
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
771
771
|
}, "strip", z.ZodTypeAny, {
|
|
772
|
-
operation: "create_data_source";
|
|
773
772
|
properties: Record<string, unknown>;
|
|
774
773
|
parent: {
|
|
775
774
|
type: "database_id";
|
|
776
775
|
database_id: string;
|
|
777
776
|
};
|
|
777
|
+
operation: "create_data_source";
|
|
778
778
|
title?: {
|
|
779
779
|
type: "text" | "mention" | "equation";
|
|
780
780
|
text?: {
|
|
@@ -816,12 +816,12 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
816
816
|
emoji: string;
|
|
817
817
|
} | undefined;
|
|
818
818
|
}, {
|
|
819
|
-
operation: "create_data_source";
|
|
820
819
|
properties: Record<string, unknown>;
|
|
821
820
|
parent: {
|
|
822
821
|
type: "database_id";
|
|
823
822
|
database_id: string;
|
|
824
823
|
};
|
|
824
|
+
operation: "create_data_source";
|
|
825
825
|
title?: {
|
|
826
826
|
type: "text" | "mention" | "equation";
|
|
827
827
|
text?: {
|
|
@@ -1158,11 +1158,11 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1158
1158
|
} | undefined;
|
|
1159
1159
|
href?: string | null | undefined;
|
|
1160
1160
|
}[] | undefined;
|
|
1161
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1162
1161
|
parent?: {
|
|
1163
1162
|
type: "database_id";
|
|
1164
1163
|
database_id: string;
|
|
1165
1164
|
} | undefined;
|
|
1165
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1166
1166
|
icon?: {
|
|
1167
1167
|
type: "file";
|
|
1168
1168
|
file: {
|
|
@@ -1226,11 +1226,11 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1226
1226
|
} | undefined;
|
|
1227
1227
|
href?: string | null | undefined;
|
|
1228
1228
|
}[] | undefined;
|
|
1229
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1230
1229
|
parent?: {
|
|
1231
1230
|
type: "database_id";
|
|
1232
1231
|
database_id: string;
|
|
1233
1232
|
} | undefined;
|
|
1233
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1234
1234
|
icon?: {
|
|
1235
1235
|
type: "file";
|
|
1236
1236
|
file: {
|
|
@@ -1597,7 +1597,6 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1597
1597
|
}>]>>;
|
|
1598
1598
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1599
1599
|
}, "strip", z.ZodTypeAny, {
|
|
1600
|
-
operation: "create_database";
|
|
1601
1600
|
parent: {
|
|
1602
1601
|
type: "workspace";
|
|
1603
1602
|
workspace: boolean;
|
|
@@ -1607,6 +1606,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1607
1606
|
page_id: string;
|
|
1608
1607
|
workspace?: undefined;
|
|
1609
1608
|
};
|
|
1609
|
+
operation: "create_database";
|
|
1610
1610
|
initial_data_source: {
|
|
1611
1611
|
properties: Record<string, unknown>;
|
|
1612
1612
|
};
|
|
@@ -1687,12 +1687,12 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1687
1687
|
};
|
|
1688
1688
|
} | undefined;
|
|
1689
1689
|
}, {
|
|
1690
|
-
operation: "create_database";
|
|
1691
1690
|
parent: {
|
|
1692
1691
|
type: "workspace" | "page_id";
|
|
1693
1692
|
workspace?: true | undefined;
|
|
1694
1693
|
page_id?: string | undefined;
|
|
1695
1694
|
};
|
|
1695
|
+
operation: "create_database";
|
|
1696
1696
|
initial_data_source: {
|
|
1697
1697
|
properties: Record<string, unknown>;
|
|
1698
1698
|
};
|
|
@@ -2170,7 +2170,6 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2170
2170
|
} | undefined;
|
|
2171
2171
|
href?: string | null | undefined;
|
|
2172
2172
|
}[] | undefined;
|
|
2173
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2174
2173
|
parent?: {
|
|
2175
2174
|
type: "page_id";
|
|
2176
2175
|
page_id: string;
|
|
@@ -2188,6 +2187,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2188
2187
|
type: "workspace";
|
|
2189
2188
|
workspace: true;
|
|
2190
2189
|
} | undefined;
|
|
2190
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2191
2191
|
is_locked?: boolean | undefined;
|
|
2192
2192
|
icon?: {
|
|
2193
2193
|
type: "file";
|
|
@@ -2269,7 +2269,6 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2269
2269
|
} | undefined;
|
|
2270
2270
|
href?: string | null | undefined;
|
|
2271
2271
|
}[] | undefined;
|
|
2272
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2273
2272
|
parent?: {
|
|
2274
2273
|
type: "page_id";
|
|
2275
2274
|
page_id: string;
|
|
@@ -2287,6 +2286,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2287
2286
|
type: "workspace";
|
|
2288
2287
|
workspace: true;
|
|
2289
2288
|
} | undefined;
|
|
2289
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2290
2290
|
is_locked?: boolean | undefined;
|
|
2291
2291
|
icon?: {
|
|
2292
2292
|
type: "file";
|
|
@@ -2517,11 +2517,11 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2517
2517
|
}>>;
|
|
2518
2518
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
2519
2519
|
}, "strip", z.ZodTypeAny, {
|
|
2520
|
-
operation: "create_comment";
|
|
2521
2520
|
parent: {
|
|
2522
2521
|
block_id?: string | undefined;
|
|
2523
2522
|
page_id?: string | undefined;
|
|
2524
2523
|
};
|
|
2524
|
+
operation: "create_comment";
|
|
2525
2525
|
rich_text: {
|
|
2526
2526
|
type: "text" | "mention" | "equation";
|
|
2527
2527
|
text?: {
|
|
@@ -2553,11 +2553,11 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2553
2553
|
} | undefined;
|
|
2554
2554
|
} | undefined;
|
|
2555
2555
|
}, {
|
|
2556
|
-
operation: "create_comment";
|
|
2557
2556
|
parent: {
|
|
2558
2557
|
block_id?: string | undefined;
|
|
2559
2558
|
page_id?: string | undefined;
|
|
2560
2559
|
};
|
|
2560
|
+
operation: "create_comment";
|
|
2561
2561
|
rich_text: {
|
|
2562
2562
|
type: "text" | "mention" | "equation";
|
|
2563
2563
|
text?: {
|
|
@@ -2994,7 +2994,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2994
2994
|
}, "strip", z.ZodTypeAny, {
|
|
2995
2995
|
object: "page";
|
|
2996
2996
|
properties: Record<string, unknown>;
|
|
2997
|
-
|
|
2997
|
+
id: string;
|
|
2998
2998
|
parent: {
|
|
2999
2999
|
type: "page_id";
|
|
3000
3000
|
page_id: string;
|
|
@@ -3012,7 +3012,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3012
3012
|
type: "workspace";
|
|
3013
3013
|
workspace: true;
|
|
3014
3014
|
};
|
|
3015
|
-
|
|
3015
|
+
url: string;
|
|
3016
3016
|
created_time: string;
|
|
3017
3017
|
last_edited_time: string;
|
|
3018
3018
|
created_by: {
|
|
@@ -3087,7 +3087,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3087
3087
|
}, {
|
|
3088
3088
|
object: "page";
|
|
3089
3089
|
properties: Record<string, unknown>;
|
|
3090
|
-
|
|
3090
|
+
id: string;
|
|
3091
3091
|
parent: {
|
|
3092
3092
|
type: "page_id";
|
|
3093
3093
|
page_id: string;
|
|
@@ -3105,7 +3105,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3105
3105
|
type: "workspace";
|
|
3106
3106
|
workspace: true;
|
|
3107
3107
|
};
|
|
3108
|
-
|
|
3108
|
+
url: string;
|
|
3109
3109
|
created_time: string;
|
|
3110
3110
|
last_edited_time: string;
|
|
3111
3111
|
created_by: {
|
|
@@ -3185,7 +3185,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3185
3185
|
page?: {
|
|
3186
3186
|
object: "page";
|
|
3187
3187
|
properties: Record<string, unknown>;
|
|
3188
|
-
|
|
3188
|
+
id: string;
|
|
3189
3189
|
parent: {
|
|
3190
3190
|
type: "page_id";
|
|
3191
3191
|
page_id: string;
|
|
@@ -3203,7 +3203,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3203
3203
|
type: "workspace";
|
|
3204
3204
|
workspace: true;
|
|
3205
3205
|
};
|
|
3206
|
-
|
|
3206
|
+
url: string;
|
|
3207
3207
|
created_time: string;
|
|
3208
3208
|
last_edited_time: string;
|
|
3209
3209
|
created_by: {
|
|
@@ -3283,7 +3283,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3283
3283
|
page?: {
|
|
3284
3284
|
object: "page";
|
|
3285
3285
|
properties: Record<string, unknown>;
|
|
3286
|
-
|
|
3286
|
+
id: string;
|
|
3287
3287
|
parent: {
|
|
3288
3288
|
type: "page_id";
|
|
3289
3289
|
page_id: string;
|
|
@@ -3301,7 +3301,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3301
3301
|
type: "workspace";
|
|
3302
3302
|
workspace: true;
|
|
3303
3303
|
};
|
|
3304
|
-
|
|
3304
|
+
url: string;
|
|
3305
3305
|
created_time: string;
|
|
3306
3306
|
last_edited_time: string;
|
|
3307
3307
|
created_by: {
|
|
@@ -3698,7 +3698,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3698
3698
|
}, "strip", z.ZodTypeAny, {
|
|
3699
3699
|
object: "page";
|
|
3700
3700
|
properties: Record<string, unknown>;
|
|
3701
|
-
|
|
3701
|
+
id: string;
|
|
3702
3702
|
parent: {
|
|
3703
3703
|
type: "page_id";
|
|
3704
3704
|
page_id: string;
|
|
@@ -3716,7 +3716,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3716
3716
|
type: "workspace";
|
|
3717
3717
|
workspace: true;
|
|
3718
3718
|
};
|
|
3719
|
-
|
|
3719
|
+
url: string;
|
|
3720
3720
|
created_time: string;
|
|
3721
3721
|
last_edited_time: string;
|
|
3722
3722
|
created_by: {
|
|
@@ -3791,7 +3791,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3791
3791
|
}, {
|
|
3792
3792
|
object: "page";
|
|
3793
3793
|
properties: Record<string, unknown>;
|
|
3794
|
-
|
|
3794
|
+
id: string;
|
|
3795
3795
|
parent: {
|
|
3796
3796
|
type: "page_id";
|
|
3797
3797
|
page_id: string;
|
|
@@ -3809,7 +3809,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3809
3809
|
type: "workspace";
|
|
3810
3810
|
workspace: true;
|
|
3811
3811
|
};
|
|
3812
|
-
|
|
3812
|
+
url: string;
|
|
3813
3813
|
created_time: string;
|
|
3814
3814
|
last_edited_time: string;
|
|
3815
3815
|
created_by: {
|
|
@@ -3889,7 +3889,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3889
3889
|
page?: {
|
|
3890
3890
|
object: "page";
|
|
3891
3891
|
properties: Record<string, unknown>;
|
|
3892
|
-
|
|
3892
|
+
id: string;
|
|
3893
3893
|
parent: {
|
|
3894
3894
|
type: "page_id";
|
|
3895
3895
|
page_id: string;
|
|
@@ -3907,7 +3907,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3907
3907
|
type: "workspace";
|
|
3908
3908
|
workspace: true;
|
|
3909
3909
|
};
|
|
3910
|
-
|
|
3910
|
+
url: string;
|
|
3911
3911
|
created_time: string;
|
|
3912
3912
|
last_edited_time: string;
|
|
3913
3913
|
created_by: {
|
|
@@ -3987,7 +3987,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3987
3987
|
page?: {
|
|
3988
3988
|
object: "page";
|
|
3989
3989
|
properties: Record<string, unknown>;
|
|
3990
|
-
|
|
3990
|
+
id: string;
|
|
3991
3991
|
parent: {
|
|
3992
3992
|
type: "page_id";
|
|
3993
3993
|
page_id: string;
|
|
@@ -4005,7 +4005,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4005
4005
|
type: "workspace";
|
|
4006
4006
|
workspace: true;
|
|
4007
4007
|
};
|
|
4008
|
-
|
|
4008
|
+
url: string;
|
|
4009
4009
|
created_time: string;
|
|
4010
4010
|
last_edited_time: string;
|
|
4011
4011
|
created_by: {
|
|
@@ -4402,7 +4402,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4402
4402
|
}, "strip", z.ZodTypeAny, {
|
|
4403
4403
|
object: "page";
|
|
4404
4404
|
properties: Record<string, unknown>;
|
|
4405
|
-
|
|
4405
|
+
id: string;
|
|
4406
4406
|
parent: {
|
|
4407
4407
|
type: "page_id";
|
|
4408
4408
|
page_id: string;
|
|
@@ -4420,7 +4420,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4420
4420
|
type: "workspace";
|
|
4421
4421
|
workspace: true;
|
|
4422
4422
|
};
|
|
4423
|
-
|
|
4423
|
+
url: string;
|
|
4424
4424
|
created_time: string;
|
|
4425
4425
|
last_edited_time: string;
|
|
4426
4426
|
created_by: {
|
|
@@ -4495,7 +4495,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4495
4495
|
}, {
|
|
4496
4496
|
object: "page";
|
|
4497
4497
|
properties: Record<string, unknown>;
|
|
4498
|
-
|
|
4498
|
+
id: string;
|
|
4499
4499
|
parent: {
|
|
4500
4500
|
type: "page_id";
|
|
4501
4501
|
page_id: string;
|
|
@@ -4513,7 +4513,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4513
4513
|
type: "workspace";
|
|
4514
4514
|
workspace: true;
|
|
4515
4515
|
};
|
|
4516
|
-
|
|
4516
|
+
url: string;
|
|
4517
4517
|
created_time: string;
|
|
4518
4518
|
last_edited_time: string;
|
|
4519
4519
|
created_by: {
|
|
@@ -4593,7 +4593,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4593
4593
|
page?: {
|
|
4594
4594
|
object: "page";
|
|
4595
4595
|
properties: Record<string, unknown>;
|
|
4596
|
-
|
|
4596
|
+
id: string;
|
|
4597
4597
|
parent: {
|
|
4598
4598
|
type: "page_id";
|
|
4599
4599
|
page_id: string;
|
|
@@ -4611,7 +4611,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4611
4611
|
type: "workspace";
|
|
4612
4612
|
workspace: true;
|
|
4613
4613
|
};
|
|
4614
|
-
|
|
4614
|
+
url: string;
|
|
4615
4615
|
created_time: string;
|
|
4616
4616
|
last_edited_time: string;
|
|
4617
4617
|
created_by: {
|
|
@@ -4691,7 +4691,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4691
4691
|
page?: {
|
|
4692
4692
|
object: "page";
|
|
4693
4693
|
properties: Record<string, unknown>;
|
|
4694
|
-
|
|
4694
|
+
id: string;
|
|
4695
4695
|
parent: {
|
|
4696
4696
|
type: "page_id";
|
|
4697
4697
|
page_id: string;
|
|
@@ -4709,7 +4709,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4709
4709
|
type: "workspace";
|
|
4710
4710
|
workspace: true;
|
|
4711
4711
|
};
|
|
4712
|
-
|
|
4712
|
+
url: string;
|
|
4713
4713
|
created_time: string;
|
|
4714
4714
|
last_edited_time: string;
|
|
4715
4715
|
created_by: {
|
|
@@ -5245,8 +5245,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5245
5245
|
};
|
|
5246
5246
|
}>]>>>;
|
|
5247
5247
|
}, "strip", z.ZodTypeAny, {
|
|
5248
|
-
name: string;
|
|
5249
5248
|
id: string;
|
|
5249
|
+
name: string;
|
|
5250
5250
|
icon?: {
|
|
5251
5251
|
type: "emoji";
|
|
5252
5252
|
emoji: string;
|
|
@@ -5280,8 +5280,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5280
5280
|
};
|
|
5281
5281
|
} | null | undefined;
|
|
5282
5282
|
}, {
|
|
5283
|
-
name: string;
|
|
5284
5283
|
id: string;
|
|
5284
|
+
name: string;
|
|
5285
5285
|
icon?: {
|
|
5286
5286
|
type: "emoji";
|
|
5287
5287
|
emoji: string;
|
|
@@ -5338,6 +5338,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5338
5338
|
} | undefined;
|
|
5339
5339
|
href?: string | null | undefined;
|
|
5340
5340
|
}[];
|
|
5341
|
+
id: string;
|
|
5341
5342
|
parent: {
|
|
5342
5343
|
type: "page_id";
|
|
5343
5344
|
page_id: string;
|
|
@@ -5355,12 +5356,11 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5355
5356
|
type: "workspace";
|
|
5356
5357
|
workspace: true;
|
|
5357
5358
|
};
|
|
5358
|
-
id: string;
|
|
5359
5359
|
created_time: string;
|
|
5360
5360
|
last_edited_time: string;
|
|
5361
5361
|
data_sources: {
|
|
5362
|
-
name: string;
|
|
5363
5362
|
id: string;
|
|
5363
|
+
name: string;
|
|
5364
5364
|
icon?: {
|
|
5365
5365
|
type: "emoji";
|
|
5366
5366
|
emoji: string;
|
|
@@ -5471,6 +5471,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5471
5471
|
} | undefined;
|
|
5472
5472
|
href?: string | null | undefined;
|
|
5473
5473
|
}[];
|
|
5474
|
+
id: string;
|
|
5474
5475
|
parent: {
|
|
5475
5476
|
type: "page_id";
|
|
5476
5477
|
page_id: string;
|
|
@@ -5488,12 +5489,11 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5488
5489
|
type: "workspace";
|
|
5489
5490
|
workspace: true;
|
|
5490
5491
|
};
|
|
5491
|
-
id: string;
|
|
5492
5492
|
created_time: string;
|
|
5493
5493
|
last_edited_time: string;
|
|
5494
5494
|
data_sources: {
|
|
5495
|
-
name: string;
|
|
5496
5495
|
id: string;
|
|
5496
|
+
name: string;
|
|
5497
5497
|
icon?: {
|
|
5498
5498
|
type: "emoji";
|
|
5499
5499
|
emoji: string;
|
|
@@ -5609,6 +5609,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5609
5609
|
} | undefined;
|
|
5610
5610
|
href?: string | null | undefined;
|
|
5611
5611
|
}[];
|
|
5612
|
+
id: string;
|
|
5612
5613
|
parent: {
|
|
5613
5614
|
type: "page_id";
|
|
5614
5615
|
page_id: string;
|
|
@@ -5626,12 +5627,11 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5626
5627
|
type: "workspace";
|
|
5627
5628
|
workspace: true;
|
|
5628
5629
|
};
|
|
5629
|
-
id: string;
|
|
5630
5630
|
created_time: string;
|
|
5631
5631
|
last_edited_time: string;
|
|
5632
5632
|
data_sources: {
|
|
5633
|
-
name: string;
|
|
5634
5633
|
id: string;
|
|
5634
|
+
name: string;
|
|
5635
5635
|
icon?: {
|
|
5636
5636
|
type: "emoji";
|
|
5637
5637
|
emoji: string;
|
|
@@ -5747,6 +5747,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5747
5747
|
} | undefined;
|
|
5748
5748
|
href?: string | null | undefined;
|
|
5749
5749
|
}[];
|
|
5750
|
+
id: string;
|
|
5750
5751
|
parent: {
|
|
5751
5752
|
type: "page_id";
|
|
5752
5753
|
page_id: string;
|
|
@@ -5764,12 +5765,11 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5764
5765
|
type: "workspace";
|
|
5765
5766
|
workspace: true;
|
|
5766
5767
|
};
|
|
5767
|
-
id: string;
|
|
5768
5768
|
created_time: string;
|
|
5769
5769
|
last_edited_time: string;
|
|
5770
5770
|
data_sources: {
|
|
5771
|
-
name: string;
|
|
5772
5771
|
id: string;
|
|
5772
|
+
name: string;
|
|
5773
5773
|
icon?: {
|
|
5774
5774
|
type: "emoji";
|
|
5775
5775
|
emoji: string;
|
|
@@ -10919,8 +10919,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
10919
10919
|
};
|
|
10920
10920
|
}>]>>>;
|
|
10921
10921
|
}, "strip", z.ZodTypeAny, {
|
|
10922
|
-
name: string;
|
|
10923
10922
|
id: string;
|
|
10923
|
+
name: string;
|
|
10924
10924
|
icon?: {
|
|
10925
10925
|
type: "emoji";
|
|
10926
10926
|
emoji: string;
|
|
@@ -10954,8 +10954,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
10954
10954
|
};
|
|
10955
10955
|
} | null | undefined;
|
|
10956
10956
|
}, {
|
|
10957
|
-
name: string;
|
|
10958
10957
|
id: string;
|
|
10958
|
+
name: string;
|
|
10959
10959
|
icon?: {
|
|
10960
10960
|
type: "emoji";
|
|
10961
10961
|
emoji: string;
|
|
@@ -11012,6 +11012,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11012
11012
|
} | undefined;
|
|
11013
11013
|
href?: string | null | undefined;
|
|
11014
11014
|
}[];
|
|
11015
|
+
id: string;
|
|
11015
11016
|
parent: {
|
|
11016
11017
|
type: "page_id";
|
|
11017
11018
|
page_id: string;
|
|
@@ -11029,12 +11030,11 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11029
11030
|
type: "workspace";
|
|
11030
11031
|
workspace: true;
|
|
11031
11032
|
};
|
|
11032
|
-
id: string;
|
|
11033
11033
|
created_time: string;
|
|
11034
11034
|
last_edited_time: string;
|
|
11035
11035
|
data_sources: {
|
|
11036
|
-
name: string;
|
|
11037
11036
|
id: string;
|
|
11037
|
+
name: string;
|
|
11038
11038
|
icon?: {
|
|
11039
11039
|
type: "emoji";
|
|
11040
11040
|
emoji: string;
|
|
@@ -11145,6 +11145,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11145
11145
|
} | undefined;
|
|
11146
11146
|
href?: string | null | undefined;
|
|
11147
11147
|
}[];
|
|
11148
|
+
id: string;
|
|
11148
11149
|
parent: {
|
|
11149
11150
|
type: "page_id";
|
|
11150
11151
|
page_id: string;
|
|
@@ -11162,12 +11163,11 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11162
11163
|
type: "workspace";
|
|
11163
11164
|
workspace: true;
|
|
11164
11165
|
};
|
|
11165
|
-
id: string;
|
|
11166
11166
|
created_time: string;
|
|
11167
11167
|
last_edited_time: string;
|
|
11168
11168
|
data_sources: {
|
|
11169
|
-
name: string;
|
|
11170
11169
|
id: string;
|
|
11170
|
+
name: string;
|
|
11171
11171
|
icon?: {
|
|
11172
11172
|
type: "emoji";
|
|
11173
11173
|
emoji: string;
|
|
@@ -11283,6 +11283,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11283
11283
|
} | undefined;
|
|
11284
11284
|
href?: string | null | undefined;
|
|
11285
11285
|
}[];
|
|
11286
|
+
id: string;
|
|
11286
11287
|
parent: {
|
|
11287
11288
|
type: "page_id";
|
|
11288
11289
|
page_id: string;
|
|
@@ -11300,12 +11301,11 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11300
11301
|
type: "workspace";
|
|
11301
11302
|
workspace: true;
|
|
11302
11303
|
};
|
|
11303
|
-
id: string;
|
|
11304
11304
|
created_time: string;
|
|
11305
11305
|
last_edited_time: string;
|
|
11306
11306
|
data_sources: {
|
|
11307
|
-
name: string;
|
|
11308
11307
|
id: string;
|
|
11308
|
+
name: string;
|
|
11309
11309
|
icon?: {
|
|
11310
11310
|
type: "emoji";
|
|
11311
11311
|
emoji: string;
|
|
@@ -11421,6 +11421,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11421
11421
|
} | undefined;
|
|
11422
11422
|
href?: string | null | undefined;
|
|
11423
11423
|
}[];
|
|
11424
|
+
id: string;
|
|
11424
11425
|
parent: {
|
|
11425
11426
|
type: "page_id";
|
|
11426
11427
|
page_id: string;
|
|
@@ -11438,12 +11439,11 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11438
11439
|
type: "workspace";
|
|
11439
11440
|
workspace: true;
|
|
11440
11441
|
};
|
|
11441
|
-
id: string;
|
|
11442
11442
|
created_time: string;
|
|
11443
11443
|
last_edited_time: string;
|
|
11444
11444
|
data_sources: {
|
|
11445
|
-
name: string;
|
|
11446
11445
|
id: string;
|
|
11446
|
+
name: string;
|
|
11447
11447
|
icon?: {
|
|
11448
11448
|
type: "emoji";
|
|
11449
11449
|
emoji: string;
|
|
@@ -11997,8 +11997,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11997
11997
|
};
|
|
11998
11998
|
}>]>>>;
|
|
11999
11999
|
}, "strip", z.ZodTypeAny, {
|
|
12000
|
-
name: string;
|
|
12001
12000
|
id: string;
|
|
12001
|
+
name: string;
|
|
12002
12002
|
icon?: {
|
|
12003
12003
|
type: "emoji";
|
|
12004
12004
|
emoji: string;
|
|
@@ -12032,8 +12032,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12032
12032
|
};
|
|
12033
12033
|
} | null | undefined;
|
|
12034
12034
|
}, {
|
|
12035
|
-
name: string;
|
|
12036
12035
|
id: string;
|
|
12036
|
+
name: string;
|
|
12037
12037
|
icon?: {
|
|
12038
12038
|
type: "emoji";
|
|
12039
12039
|
emoji: string;
|
|
@@ -12090,6 +12090,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12090
12090
|
} | undefined;
|
|
12091
12091
|
href?: string | null | undefined;
|
|
12092
12092
|
}[];
|
|
12093
|
+
id: string;
|
|
12093
12094
|
parent: {
|
|
12094
12095
|
type: "page_id";
|
|
12095
12096
|
page_id: string;
|
|
@@ -12107,12 +12108,11 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12107
12108
|
type: "workspace";
|
|
12108
12109
|
workspace: true;
|
|
12109
12110
|
};
|
|
12110
|
-
id: string;
|
|
12111
12111
|
created_time: string;
|
|
12112
12112
|
last_edited_time: string;
|
|
12113
12113
|
data_sources: {
|
|
12114
|
-
name: string;
|
|
12115
12114
|
id: string;
|
|
12115
|
+
name: string;
|
|
12116
12116
|
icon?: {
|
|
12117
12117
|
type: "emoji";
|
|
12118
12118
|
emoji: string;
|
|
@@ -12223,6 +12223,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12223
12223
|
} | undefined;
|
|
12224
12224
|
href?: string | null | undefined;
|
|
12225
12225
|
}[];
|
|
12226
|
+
id: string;
|
|
12226
12227
|
parent: {
|
|
12227
12228
|
type: "page_id";
|
|
12228
12229
|
page_id: string;
|
|
@@ -12240,12 +12241,11 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12240
12241
|
type: "workspace";
|
|
12241
12242
|
workspace: true;
|
|
12242
12243
|
};
|
|
12243
|
-
id: string;
|
|
12244
12244
|
created_time: string;
|
|
12245
12245
|
last_edited_time: string;
|
|
12246
12246
|
data_sources: {
|
|
12247
|
-
name: string;
|
|
12248
12247
|
id: string;
|
|
12248
|
+
name: string;
|
|
12249
12249
|
icon?: {
|
|
12250
12250
|
type: "emoji";
|
|
12251
12251
|
emoji: string;
|
|
@@ -12361,6 +12361,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12361
12361
|
} | undefined;
|
|
12362
12362
|
href?: string | null | undefined;
|
|
12363
12363
|
}[];
|
|
12364
|
+
id: string;
|
|
12364
12365
|
parent: {
|
|
12365
12366
|
type: "page_id";
|
|
12366
12367
|
page_id: string;
|
|
@@ -12378,12 +12379,11 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12378
12379
|
type: "workspace";
|
|
12379
12380
|
workspace: true;
|
|
12380
12381
|
};
|
|
12381
|
-
id: string;
|
|
12382
12382
|
created_time: string;
|
|
12383
12383
|
last_edited_time: string;
|
|
12384
12384
|
data_sources: {
|
|
12385
|
-
name: string;
|
|
12386
12385
|
id: string;
|
|
12386
|
+
name: string;
|
|
12387
12387
|
icon?: {
|
|
12388
12388
|
type: "emoji";
|
|
12389
12389
|
emoji: string;
|
|
@@ -12499,6 +12499,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12499
12499
|
} | undefined;
|
|
12500
12500
|
href?: string | null | undefined;
|
|
12501
12501
|
}[];
|
|
12502
|
+
id: string;
|
|
12502
12503
|
parent: {
|
|
12503
12504
|
type: "page_id";
|
|
12504
12505
|
page_id: string;
|
|
@@ -12516,12 +12517,11 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12516
12517
|
type: "workspace";
|
|
12517
12518
|
workspace: true;
|
|
12518
12519
|
};
|
|
12519
|
-
id: string;
|
|
12520
12520
|
created_time: string;
|
|
12521
12521
|
last_edited_time: string;
|
|
12522
12522
|
data_sources: {
|
|
12523
|
-
name: string;
|
|
12524
12523
|
id: string;
|
|
12524
|
+
name: string;
|
|
12525
12525
|
icon?: {
|
|
12526
12526
|
type: "emoji";
|
|
12527
12527
|
emoji: string;
|
|
@@ -16863,6 +16863,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16863
16863
|
}>, "many">;
|
|
16864
16864
|
}, "strip", z.ZodTypeAny, {
|
|
16865
16865
|
object: "comment";
|
|
16866
|
+
id: string;
|
|
16866
16867
|
parent: {
|
|
16867
16868
|
type: "block_id" | "page_id";
|
|
16868
16869
|
block_id?: string | undefined;
|
|
@@ -16870,7 +16871,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16870
16871
|
} & {
|
|
16871
16872
|
[k: string]: unknown;
|
|
16872
16873
|
};
|
|
16873
|
-
id: string;
|
|
16874
16874
|
created_time: string;
|
|
16875
16875
|
last_edited_time: string;
|
|
16876
16876
|
created_by: {
|
|
@@ -16912,6 +16912,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16912
16912
|
}[];
|
|
16913
16913
|
}, {
|
|
16914
16914
|
object: "comment";
|
|
16915
|
+
id: string;
|
|
16915
16916
|
parent: {
|
|
16916
16917
|
type: "block_id" | "page_id";
|
|
16917
16918
|
block_id?: string | undefined;
|
|
@@ -16919,7 +16920,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16919
16920
|
} & {
|
|
16920
16921
|
[k: string]: unknown;
|
|
16921
16922
|
};
|
|
16922
|
-
id: string;
|
|
16923
16923
|
created_time: string;
|
|
16924
16924
|
last_edited_time: string;
|
|
16925
16925
|
created_by: {
|
|
@@ -16966,6 +16966,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16966
16966
|
error: string;
|
|
16967
16967
|
comment?: {
|
|
16968
16968
|
object: "comment";
|
|
16969
|
+
id: string;
|
|
16969
16970
|
parent: {
|
|
16970
16971
|
type: "block_id" | "page_id";
|
|
16971
16972
|
block_id?: string | undefined;
|
|
@@ -16973,7 +16974,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16973
16974
|
} & {
|
|
16974
16975
|
[k: string]: unknown;
|
|
16975
16976
|
};
|
|
16976
|
-
id: string;
|
|
16977
16977
|
created_time: string;
|
|
16978
16978
|
last_edited_time: string;
|
|
16979
16979
|
created_by: {
|
|
@@ -17020,6 +17020,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17020
17020
|
error: string;
|
|
17021
17021
|
comment?: {
|
|
17022
17022
|
object: "comment";
|
|
17023
|
+
id: string;
|
|
17023
17024
|
parent: {
|
|
17024
17025
|
type: "block_id" | "page_id";
|
|
17025
17026
|
block_id?: string | undefined;
|
|
@@ -17027,7 +17028,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17027
17028
|
} & {
|
|
17028
17029
|
[k: string]: unknown;
|
|
17029
17030
|
};
|
|
17030
|
-
id: string;
|
|
17031
17031
|
created_time: string;
|
|
17032
17032
|
last_edited_time: string;
|
|
17033
17033
|
created_by: {
|
|
@@ -17247,6 +17247,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17247
17247
|
}>, "many">;
|
|
17248
17248
|
}, "strip", z.ZodTypeAny, {
|
|
17249
17249
|
object: "comment";
|
|
17250
|
+
id: string;
|
|
17250
17251
|
parent: {
|
|
17251
17252
|
type: "block_id" | "page_id";
|
|
17252
17253
|
block_id?: string | undefined;
|
|
@@ -17254,7 +17255,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17254
17255
|
} & {
|
|
17255
17256
|
[k: string]: unknown;
|
|
17256
17257
|
};
|
|
17257
|
-
id: string;
|
|
17258
17258
|
created_time: string;
|
|
17259
17259
|
last_edited_time: string;
|
|
17260
17260
|
created_by: {
|
|
@@ -17296,6 +17296,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17296
17296
|
}[];
|
|
17297
17297
|
}, {
|
|
17298
17298
|
object: "comment";
|
|
17299
|
+
id: string;
|
|
17299
17300
|
parent: {
|
|
17300
17301
|
type: "block_id" | "page_id";
|
|
17301
17302
|
block_id?: string | undefined;
|
|
@@ -17303,7 +17304,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17303
17304
|
} & {
|
|
17304
17305
|
[k: string]: unknown;
|
|
17305
17306
|
};
|
|
17306
|
-
id: string;
|
|
17307
17307
|
created_time: string;
|
|
17308
17308
|
last_edited_time: string;
|
|
17309
17309
|
created_by: {
|
|
@@ -17350,6 +17350,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17350
17350
|
error: string;
|
|
17351
17351
|
comment?: {
|
|
17352
17352
|
object: "comment";
|
|
17353
|
+
id: string;
|
|
17353
17354
|
parent: {
|
|
17354
17355
|
type: "block_id" | "page_id";
|
|
17355
17356
|
block_id?: string | undefined;
|
|
@@ -17357,7 +17358,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17357
17358
|
} & {
|
|
17358
17359
|
[k: string]: unknown;
|
|
17359
17360
|
};
|
|
17360
|
-
id: string;
|
|
17361
17361
|
created_time: string;
|
|
17362
17362
|
last_edited_time: string;
|
|
17363
17363
|
created_by: {
|
|
@@ -17404,6 +17404,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17404
17404
|
error: string;
|
|
17405
17405
|
comment?: {
|
|
17406
17406
|
object: "comment";
|
|
17407
|
+
id: string;
|
|
17407
17408
|
parent: {
|
|
17408
17409
|
type: "block_id" | "page_id";
|
|
17409
17410
|
block_id?: string | undefined;
|
|
@@ -17411,7 +17412,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17411
17412
|
} & {
|
|
17412
17413
|
[k: string]: unknown;
|
|
17413
17414
|
};
|
|
17414
|
-
id: string;
|
|
17415
17415
|
created_time: string;
|
|
17416
17416
|
last_edited_time: string;
|
|
17417
17417
|
created_by: {
|
|
@@ -17883,7 +17883,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
17883
17883
|
}>]>>;
|
|
17884
17884
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
17885
17885
|
}, "strip", z.ZodTypeAny, {
|
|
17886
|
-
operation: "create_page";
|
|
17887
17886
|
parent: {
|
|
17888
17887
|
type: "page_id";
|
|
17889
17888
|
page_id: string;
|
|
@@ -17901,6 +17900,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
17901
17900
|
type: "workspace";
|
|
17902
17901
|
workspace: true;
|
|
17903
17902
|
};
|
|
17903
|
+
operation: "create_page";
|
|
17904
17904
|
properties?: Record<string, unknown> | undefined;
|
|
17905
17905
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
17906
17906
|
icon?: {
|
|
@@ -17942,7 +17942,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
17942
17942
|
} | undefined;
|
|
17943
17943
|
children?: unknown[] | undefined;
|
|
17944
17944
|
}, {
|
|
17945
|
-
operation: "create_page";
|
|
17946
17945
|
parent: {
|
|
17947
17946
|
type: "page_id";
|
|
17948
17947
|
page_id: string;
|
|
@@ -17960,6 +17959,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
17960
17959
|
type: "workspace";
|
|
17961
17960
|
workspace: true;
|
|
17962
17961
|
};
|
|
17962
|
+
operation: "create_page";
|
|
17963
17963
|
properties?: Record<string, unknown> | undefined;
|
|
17964
17964
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
17965
17965
|
icon?: {
|
|
@@ -18460,12 +18460,12 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
18460
18460
|
}>]>>;
|
|
18461
18461
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
18462
18462
|
}, "strip", z.ZodTypeAny, {
|
|
18463
|
-
operation: "create_data_source";
|
|
18464
18463
|
properties: Record<string, unknown>;
|
|
18465
18464
|
parent: {
|
|
18466
18465
|
type: "database_id";
|
|
18467
18466
|
database_id: string;
|
|
18468
18467
|
};
|
|
18468
|
+
operation: "create_data_source";
|
|
18469
18469
|
title?: {
|
|
18470
18470
|
type: "text" | "mention" | "equation";
|
|
18471
18471
|
text?: {
|
|
@@ -18507,12 +18507,12 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
18507
18507
|
emoji: string;
|
|
18508
18508
|
} | undefined;
|
|
18509
18509
|
}, {
|
|
18510
|
-
operation: "create_data_source";
|
|
18511
18510
|
properties: Record<string, unknown>;
|
|
18512
18511
|
parent: {
|
|
18513
18512
|
type: "database_id";
|
|
18514
18513
|
database_id: string;
|
|
18515
18514
|
};
|
|
18515
|
+
operation: "create_data_source";
|
|
18516
18516
|
title?: {
|
|
18517
18517
|
type: "text" | "mention" | "equation";
|
|
18518
18518
|
text?: {
|
|
@@ -18849,11 +18849,11 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
18849
18849
|
} | undefined;
|
|
18850
18850
|
href?: string | null | undefined;
|
|
18851
18851
|
}[] | undefined;
|
|
18852
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
18853
18852
|
parent?: {
|
|
18854
18853
|
type: "database_id";
|
|
18855
18854
|
database_id: string;
|
|
18856
18855
|
} | undefined;
|
|
18856
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
18857
18857
|
icon?: {
|
|
18858
18858
|
type: "file";
|
|
18859
18859
|
file: {
|
|
@@ -18917,11 +18917,11 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
18917
18917
|
} | undefined;
|
|
18918
18918
|
href?: string | null | undefined;
|
|
18919
18919
|
}[] | undefined;
|
|
18920
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
18921
18920
|
parent?: {
|
|
18922
18921
|
type: "database_id";
|
|
18923
18922
|
database_id: string;
|
|
18924
18923
|
} | undefined;
|
|
18924
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
18925
18925
|
icon?: {
|
|
18926
18926
|
type: "file";
|
|
18927
18927
|
file: {
|
|
@@ -19288,7 +19288,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19288
19288
|
}>]>>;
|
|
19289
19289
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
19290
19290
|
}, "strip", z.ZodTypeAny, {
|
|
19291
|
-
operation: "create_database";
|
|
19292
19291
|
parent: {
|
|
19293
19292
|
type: "workspace";
|
|
19294
19293
|
workspace: boolean;
|
|
@@ -19298,6 +19297,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19298
19297
|
page_id: string;
|
|
19299
19298
|
workspace?: undefined;
|
|
19300
19299
|
};
|
|
19300
|
+
operation: "create_database";
|
|
19301
19301
|
initial_data_source: {
|
|
19302
19302
|
properties: Record<string, unknown>;
|
|
19303
19303
|
};
|
|
@@ -19378,12 +19378,12 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19378
19378
|
};
|
|
19379
19379
|
} | undefined;
|
|
19380
19380
|
}, {
|
|
19381
|
-
operation: "create_database";
|
|
19382
19381
|
parent: {
|
|
19383
19382
|
type: "workspace" | "page_id";
|
|
19384
19383
|
workspace?: true | undefined;
|
|
19385
19384
|
page_id?: string | undefined;
|
|
19386
19385
|
};
|
|
19386
|
+
operation: "create_database";
|
|
19387
19387
|
initial_data_source: {
|
|
19388
19388
|
properties: Record<string, unknown>;
|
|
19389
19389
|
};
|
|
@@ -19861,7 +19861,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19861
19861
|
} | undefined;
|
|
19862
19862
|
href?: string | null | undefined;
|
|
19863
19863
|
}[] | undefined;
|
|
19864
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19865
19864
|
parent?: {
|
|
19866
19865
|
type: "page_id";
|
|
19867
19866
|
page_id: string;
|
|
@@ -19879,6 +19878,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19879
19878
|
type: "workspace";
|
|
19880
19879
|
workspace: true;
|
|
19881
19880
|
} | undefined;
|
|
19881
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19882
19882
|
is_locked?: boolean | undefined;
|
|
19883
19883
|
icon?: {
|
|
19884
19884
|
type: "file";
|
|
@@ -19960,7 +19960,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19960
19960
|
} | undefined;
|
|
19961
19961
|
href?: string | null | undefined;
|
|
19962
19962
|
}[] | undefined;
|
|
19963
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19964
19963
|
parent?: {
|
|
19965
19964
|
type: "page_id";
|
|
19966
19965
|
page_id: string;
|
|
@@ -19978,6 +19977,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19978
19977
|
type: "workspace";
|
|
19979
19978
|
workspace: true;
|
|
19980
19979
|
} | undefined;
|
|
19980
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19981
19981
|
is_locked?: boolean | undefined;
|
|
19982
19982
|
icon?: {
|
|
19983
19983
|
type: "file";
|
|
@@ -20208,11 +20208,11 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20208
20208
|
}>>;
|
|
20209
20209
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
20210
20210
|
}, "strip", z.ZodTypeAny, {
|
|
20211
|
-
operation: "create_comment";
|
|
20212
20211
|
parent: {
|
|
20213
20212
|
block_id?: string | undefined;
|
|
20214
20213
|
page_id?: string | undefined;
|
|
20215
20214
|
};
|
|
20215
|
+
operation: "create_comment";
|
|
20216
20216
|
rich_text: {
|
|
20217
20217
|
type: "text" | "mention" | "equation";
|
|
20218
20218
|
text?: {
|
|
@@ -20244,11 +20244,11 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20244
20244
|
} | undefined;
|
|
20245
20245
|
} | undefined;
|
|
20246
20246
|
}, {
|
|
20247
|
-
operation: "create_comment";
|
|
20248
20247
|
parent: {
|
|
20249
20248
|
block_id?: string | undefined;
|
|
20250
20249
|
page_id?: string | undefined;
|
|
20251
20250
|
};
|
|
20251
|
+
operation: "create_comment";
|
|
20252
20252
|
rich_text: {
|
|
20253
20253
|
type: "text" | "mention" | "equation";
|
|
20254
20254
|
text?: {
|
|
@@ -20685,7 +20685,7 @@ 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
|
-
|
|
20688
|
+
id: string;
|
|
20689
20689
|
parent: {
|
|
20690
20690
|
type: "page_id";
|
|
20691
20691
|
page_id: string;
|
|
@@ -20703,7 +20703,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20703
20703
|
type: "workspace";
|
|
20704
20704
|
workspace: true;
|
|
20705
20705
|
};
|
|
20706
|
-
|
|
20706
|
+
url: string;
|
|
20707
20707
|
created_time: string;
|
|
20708
20708
|
last_edited_time: string;
|
|
20709
20709
|
created_by: {
|
|
@@ -20778,7 +20778,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20778
20778
|
}, {
|
|
20779
20779
|
object: "page";
|
|
20780
20780
|
properties: Record<string, unknown>;
|
|
20781
|
-
|
|
20781
|
+
id: string;
|
|
20782
20782
|
parent: {
|
|
20783
20783
|
type: "page_id";
|
|
20784
20784
|
page_id: string;
|
|
@@ -20796,7 +20796,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20796
20796
|
type: "workspace";
|
|
20797
20797
|
workspace: true;
|
|
20798
20798
|
};
|
|
20799
|
-
|
|
20799
|
+
url: string;
|
|
20800
20800
|
created_time: string;
|
|
20801
20801
|
last_edited_time: string;
|
|
20802
20802
|
created_by: {
|
|
@@ -20876,7 +20876,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20876
20876
|
page?: {
|
|
20877
20877
|
object: "page";
|
|
20878
20878
|
properties: Record<string, unknown>;
|
|
20879
|
-
|
|
20879
|
+
id: string;
|
|
20880
20880
|
parent: {
|
|
20881
20881
|
type: "page_id";
|
|
20882
20882
|
page_id: string;
|
|
@@ -20894,7 +20894,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20894
20894
|
type: "workspace";
|
|
20895
20895
|
workspace: true;
|
|
20896
20896
|
};
|
|
20897
|
-
|
|
20897
|
+
url: string;
|
|
20898
20898
|
created_time: string;
|
|
20899
20899
|
last_edited_time: string;
|
|
20900
20900
|
created_by: {
|
|
@@ -20974,7 +20974,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20974
20974
|
page?: {
|
|
20975
20975
|
object: "page";
|
|
20976
20976
|
properties: Record<string, unknown>;
|
|
20977
|
-
|
|
20977
|
+
id: string;
|
|
20978
20978
|
parent: {
|
|
20979
20979
|
type: "page_id";
|
|
20980
20980
|
page_id: string;
|
|
@@ -20992,7 +20992,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20992
20992
|
type: "workspace";
|
|
20993
20993
|
workspace: true;
|
|
20994
20994
|
};
|
|
20995
|
-
|
|
20995
|
+
url: string;
|
|
20996
20996
|
created_time: string;
|
|
20997
20997
|
last_edited_time: string;
|
|
20998
20998
|
created_by: {
|
|
@@ -21389,7 +21389,7 @@ 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
|
-
|
|
21392
|
+
id: string;
|
|
21393
21393
|
parent: {
|
|
21394
21394
|
type: "page_id";
|
|
21395
21395
|
page_id: string;
|
|
@@ -21407,7 +21407,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21407
21407
|
type: "workspace";
|
|
21408
21408
|
workspace: true;
|
|
21409
21409
|
};
|
|
21410
|
-
|
|
21410
|
+
url: string;
|
|
21411
21411
|
created_time: string;
|
|
21412
21412
|
last_edited_time: string;
|
|
21413
21413
|
created_by: {
|
|
@@ -21482,7 +21482,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21482
21482
|
}, {
|
|
21483
21483
|
object: "page";
|
|
21484
21484
|
properties: Record<string, unknown>;
|
|
21485
|
-
|
|
21485
|
+
id: string;
|
|
21486
21486
|
parent: {
|
|
21487
21487
|
type: "page_id";
|
|
21488
21488
|
page_id: string;
|
|
@@ -21500,7 +21500,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21500
21500
|
type: "workspace";
|
|
21501
21501
|
workspace: true;
|
|
21502
21502
|
};
|
|
21503
|
-
|
|
21503
|
+
url: string;
|
|
21504
21504
|
created_time: string;
|
|
21505
21505
|
last_edited_time: string;
|
|
21506
21506
|
created_by: {
|
|
@@ -21580,7 +21580,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21580
21580
|
page?: {
|
|
21581
21581
|
object: "page";
|
|
21582
21582
|
properties: Record<string, unknown>;
|
|
21583
|
-
|
|
21583
|
+
id: string;
|
|
21584
21584
|
parent: {
|
|
21585
21585
|
type: "page_id";
|
|
21586
21586
|
page_id: string;
|
|
@@ -21598,7 +21598,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21598
21598
|
type: "workspace";
|
|
21599
21599
|
workspace: true;
|
|
21600
21600
|
};
|
|
21601
|
-
|
|
21601
|
+
url: string;
|
|
21602
21602
|
created_time: string;
|
|
21603
21603
|
last_edited_time: string;
|
|
21604
21604
|
created_by: {
|
|
@@ -21678,7 +21678,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21678
21678
|
page?: {
|
|
21679
21679
|
object: "page";
|
|
21680
21680
|
properties: Record<string, unknown>;
|
|
21681
|
-
|
|
21681
|
+
id: string;
|
|
21682
21682
|
parent: {
|
|
21683
21683
|
type: "page_id";
|
|
21684
21684
|
page_id: string;
|
|
@@ -21696,7 +21696,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21696
21696
|
type: "workspace";
|
|
21697
21697
|
workspace: true;
|
|
21698
21698
|
};
|
|
21699
|
-
|
|
21699
|
+
url: string;
|
|
21700
21700
|
created_time: string;
|
|
21701
21701
|
last_edited_time: string;
|
|
21702
21702
|
created_by: {
|
|
@@ -22093,7 +22093,7 @@ 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
|
-
|
|
22096
|
+
id: string;
|
|
22097
22097
|
parent: {
|
|
22098
22098
|
type: "page_id";
|
|
22099
22099
|
page_id: string;
|
|
@@ -22111,7 +22111,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22111
22111
|
type: "workspace";
|
|
22112
22112
|
workspace: true;
|
|
22113
22113
|
};
|
|
22114
|
-
|
|
22114
|
+
url: string;
|
|
22115
22115
|
created_time: string;
|
|
22116
22116
|
last_edited_time: string;
|
|
22117
22117
|
created_by: {
|
|
@@ -22186,7 +22186,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22186
22186
|
}, {
|
|
22187
22187
|
object: "page";
|
|
22188
22188
|
properties: Record<string, unknown>;
|
|
22189
|
-
|
|
22189
|
+
id: string;
|
|
22190
22190
|
parent: {
|
|
22191
22191
|
type: "page_id";
|
|
22192
22192
|
page_id: string;
|
|
@@ -22204,7 +22204,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22204
22204
|
type: "workspace";
|
|
22205
22205
|
workspace: true;
|
|
22206
22206
|
};
|
|
22207
|
-
|
|
22207
|
+
url: string;
|
|
22208
22208
|
created_time: string;
|
|
22209
22209
|
last_edited_time: string;
|
|
22210
22210
|
created_by: {
|
|
@@ -22284,7 +22284,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22284
22284
|
page?: {
|
|
22285
22285
|
object: "page";
|
|
22286
22286
|
properties: Record<string, unknown>;
|
|
22287
|
-
|
|
22287
|
+
id: string;
|
|
22288
22288
|
parent: {
|
|
22289
22289
|
type: "page_id";
|
|
22290
22290
|
page_id: string;
|
|
@@ -22302,7 +22302,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22302
22302
|
type: "workspace";
|
|
22303
22303
|
workspace: true;
|
|
22304
22304
|
};
|
|
22305
|
-
|
|
22305
|
+
url: string;
|
|
22306
22306
|
created_time: string;
|
|
22307
22307
|
last_edited_time: string;
|
|
22308
22308
|
created_by: {
|
|
@@ -22382,7 +22382,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22382
22382
|
page?: {
|
|
22383
22383
|
object: "page";
|
|
22384
22384
|
properties: Record<string, unknown>;
|
|
22385
|
-
|
|
22385
|
+
id: string;
|
|
22386
22386
|
parent: {
|
|
22387
22387
|
type: "page_id";
|
|
22388
22388
|
page_id: string;
|
|
@@ -22400,7 +22400,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22400
22400
|
type: "workspace";
|
|
22401
22401
|
workspace: true;
|
|
22402
22402
|
};
|
|
22403
|
-
|
|
22403
|
+
url: string;
|
|
22404
22404
|
created_time: string;
|
|
22405
22405
|
last_edited_time: string;
|
|
22406
22406
|
created_by: {
|
|
@@ -22936,8 +22936,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22936
22936
|
};
|
|
22937
22937
|
}>]>>>;
|
|
22938
22938
|
}, "strip", z.ZodTypeAny, {
|
|
22939
|
-
name: string;
|
|
22940
22939
|
id: string;
|
|
22940
|
+
name: string;
|
|
22941
22941
|
icon?: {
|
|
22942
22942
|
type: "emoji";
|
|
22943
22943
|
emoji: string;
|
|
@@ -22971,8 +22971,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22971
22971
|
};
|
|
22972
22972
|
} | null | undefined;
|
|
22973
22973
|
}, {
|
|
22974
|
-
name: string;
|
|
22975
22974
|
id: string;
|
|
22975
|
+
name: string;
|
|
22976
22976
|
icon?: {
|
|
22977
22977
|
type: "emoji";
|
|
22978
22978
|
emoji: string;
|
|
@@ -23029,6 +23029,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23029
23029
|
} | undefined;
|
|
23030
23030
|
href?: string | null | undefined;
|
|
23031
23031
|
}[];
|
|
23032
|
+
id: string;
|
|
23032
23033
|
parent: {
|
|
23033
23034
|
type: "page_id";
|
|
23034
23035
|
page_id: string;
|
|
@@ -23046,12 +23047,11 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23046
23047
|
type: "workspace";
|
|
23047
23048
|
workspace: true;
|
|
23048
23049
|
};
|
|
23049
|
-
id: string;
|
|
23050
23050
|
created_time: string;
|
|
23051
23051
|
last_edited_time: string;
|
|
23052
23052
|
data_sources: {
|
|
23053
|
-
name: string;
|
|
23054
23053
|
id: string;
|
|
23054
|
+
name: string;
|
|
23055
23055
|
icon?: {
|
|
23056
23056
|
type: "emoji";
|
|
23057
23057
|
emoji: string;
|
|
@@ -23162,6 +23162,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23162
23162
|
} | undefined;
|
|
23163
23163
|
href?: string | null | undefined;
|
|
23164
23164
|
}[];
|
|
23165
|
+
id: string;
|
|
23165
23166
|
parent: {
|
|
23166
23167
|
type: "page_id";
|
|
23167
23168
|
page_id: string;
|
|
@@ -23179,12 +23180,11 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23179
23180
|
type: "workspace";
|
|
23180
23181
|
workspace: true;
|
|
23181
23182
|
};
|
|
23182
|
-
id: string;
|
|
23183
23183
|
created_time: string;
|
|
23184
23184
|
last_edited_time: string;
|
|
23185
23185
|
data_sources: {
|
|
23186
|
-
name: string;
|
|
23187
23186
|
id: string;
|
|
23187
|
+
name: string;
|
|
23188
23188
|
icon?: {
|
|
23189
23189
|
type: "emoji";
|
|
23190
23190
|
emoji: string;
|
|
@@ -23300,6 +23300,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23300
23300
|
} | undefined;
|
|
23301
23301
|
href?: string | null | undefined;
|
|
23302
23302
|
}[];
|
|
23303
|
+
id: string;
|
|
23303
23304
|
parent: {
|
|
23304
23305
|
type: "page_id";
|
|
23305
23306
|
page_id: string;
|
|
@@ -23317,12 +23318,11 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23317
23318
|
type: "workspace";
|
|
23318
23319
|
workspace: true;
|
|
23319
23320
|
};
|
|
23320
|
-
id: string;
|
|
23321
23321
|
created_time: string;
|
|
23322
23322
|
last_edited_time: string;
|
|
23323
23323
|
data_sources: {
|
|
23324
|
-
name: string;
|
|
23325
23324
|
id: string;
|
|
23325
|
+
name: string;
|
|
23326
23326
|
icon?: {
|
|
23327
23327
|
type: "emoji";
|
|
23328
23328
|
emoji: string;
|
|
@@ -23438,6 +23438,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23438
23438
|
} | undefined;
|
|
23439
23439
|
href?: string | null | undefined;
|
|
23440
23440
|
}[];
|
|
23441
|
+
id: string;
|
|
23441
23442
|
parent: {
|
|
23442
23443
|
type: "page_id";
|
|
23443
23444
|
page_id: string;
|
|
@@ -23455,12 +23456,11 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23455
23456
|
type: "workspace";
|
|
23456
23457
|
workspace: true;
|
|
23457
23458
|
};
|
|
23458
|
-
id: string;
|
|
23459
23459
|
created_time: string;
|
|
23460
23460
|
last_edited_time: string;
|
|
23461
23461
|
data_sources: {
|
|
23462
|
-
name: string;
|
|
23463
23462
|
id: string;
|
|
23463
|
+
name: string;
|
|
23464
23464
|
icon?: {
|
|
23465
23465
|
type: "emoji";
|
|
23466
23466
|
emoji: string;
|
|
@@ -28610,8 +28610,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28610
28610
|
};
|
|
28611
28611
|
}>]>>>;
|
|
28612
28612
|
}, "strip", z.ZodTypeAny, {
|
|
28613
|
-
name: string;
|
|
28614
28613
|
id: string;
|
|
28614
|
+
name: string;
|
|
28615
28615
|
icon?: {
|
|
28616
28616
|
type: "emoji";
|
|
28617
28617
|
emoji: string;
|
|
@@ -28645,8 +28645,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28645
28645
|
};
|
|
28646
28646
|
} | null | undefined;
|
|
28647
28647
|
}, {
|
|
28648
|
-
name: string;
|
|
28649
28648
|
id: string;
|
|
28649
|
+
name: string;
|
|
28650
28650
|
icon?: {
|
|
28651
28651
|
type: "emoji";
|
|
28652
28652
|
emoji: string;
|
|
@@ -28703,6 +28703,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28703
28703
|
} | undefined;
|
|
28704
28704
|
href?: string | null | undefined;
|
|
28705
28705
|
}[];
|
|
28706
|
+
id: string;
|
|
28706
28707
|
parent: {
|
|
28707
28708
|
type: "page_id";
|
|
28708
28709
|
page_id: string;
|
|
@@ -28720,12 +28721,11 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28720
28721
|
type: "workspace";
|
|
28721
28722
|
workspace: true;
|
|
28722
28723
|
};
|
|
28723
|
-
id: string;
|
|
28724
28724
|
created_time: string;
|
|
28725
28725
|
last_edited_time: string;
|
|
28726
28726
|
data_sources: {
|
|
28727
|
-
name: string;
|
|
28728
28727
|
id: string;
|
|
28728
|
+
name: string;
|
|
28729
28729
|
icon?: {
|
|
28730
28730
|
type: "emoji";
|
|
28731
28731
|
emoji: string;
|
|
@@ -28836,6 +28836,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28836
28836
|
} | undefined;
|
|
28837
28837
|
href?: string | null | undefined;
|
|
28838
28838
|
}[];
|
|
28839
|
+
id: string;
|
|
28839
28840
|
parent: {
|
|
28840
28841
|
type: "page_id";
|
|
28841
28842
|
page_id: string;
|
|
@@ -28853,12 +28854,11 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28853
28854
|
type: "workspace";
|
|
28854
28855
|
workspace: true;
|
|
28855
28856
|
};
|
|
28856
|
-
id: string;
|
|
28857
28857
|
created_time: string;
|
|
28858
28858
|
last_edited_time: string;
|
|
28859
28859
|
data_sources: {
|
|
28860
|
-
name: string;
|
|
28861
28860
|
id: string;
|
|
28861
|
+
name: string;
|
|
28862
28862
|
icon?: {
|
|
28863
28863
|
type: "emoji";
|
|
28864
28864
|
emoji: string;
|
|
@@ -28974,6 +28974,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28974
28974
|
} | undefined;
|
|
28975
28975
|
href?: string | null | undefined;
|
|
28976
28976
|
}[];
|
|
28977
|
+
id: string;
|
|
28977
28978
|
parent: {
|
|
28978
28979
|
type: "page_id";
|
|
28979
28980
|
page_id: string;
|
|
@@ -28991,12 +28992,11 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28991
28992
|
type: "workspace";
|
|
28992
28993
|
workspace: true;
|
|
28993
28994
|
};
|
|
28994
|
-
id: string;
|
|
28995
28995
|
created_time: string;
|
|
28996
28996
|
last_edited_time: string;
|
|
28997
28997
|
data_sources: {
|
|
28998
|
-
name: string;
|
|
28999
28998
|
id: string;
|
|
28999
|
+
name: string;
|
|
29000
29000
|
icon?: {
|
|
29001
29001
|
type: "emoji";
|
|
29002
29002
|
emoji: string;
|
|
@@ -29112,6 +29112,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29112
29112
|
} | undefined;
|
|
29113
29113
|
href?: string | null | undefined;
|
|
29114
29114
|
}[];
|
|
29115
|
+
id: string;
|
|
29115
29116
|
parent: {
|
|
29116
29117
|
type: "page_id";
|
|
29117
29118
|
page_id: string;
|
|
@@ -29129,12 +29130,11 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29129
29130
|
type: "workspace";
|
|
29130
29131
|
workspace: true;
|
|
29131
29132
|
};
|
|
29132
|
-
id: string;
|
|
29133
29133
|
created_time: string;
|
|
29134
29134
|
last_edited_time: string;
|
|
29135
29135
|
data_sources: {
|
|
29136
|
-
name: string;
|
|
29137
29136
|
id: string;
|
|
29137
|
+
name: string;
|
|
29138
29138
|
icon?: {
|
|
29139
29139
|
type: "emoji";
|
|
29140
29140
|
emoji: string;
|
|
@@ -29688,8 +29688,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29688
29688
|
};
|
|
29689
29689
|
}>]>>>;
|
|
29690
29690
|
}, "strip", z.ZodTypeAny, {
|
|
29691
|
-
name: string;
|
|
29692
29691
|
id: string;
|
|
29692
|
+
name: string;
|
|
29693
29693
|
icon?: {
|
|
29694
29694
|
type: "emoji";
|
|
29695
29695
|
emoji: string;
|
|
@@ -29723,8 +29723,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29723
29723
|
};
|
|
29724
29724
|
} | null | undefined;
|
|
29725
29725
|
}, {
|
|
29726
|
-
name: string;
|
|
29727
29726
|
id: string;
|
|
29727
|
+
name: string;
|
|
29728
29728
|
icon?: {
|
|
29729
29729
|
type: "emoji";
|
|
29730
29730
|
emoji: string;
|
|
@@ -29781,6 +29781,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29781
29781
|
} | undefined;
|
|
29782
29782
|
href?: string | null | undefined;
|
|
29783
29783
|
}[];
|
|
29784
|
+
id: string;
|
|
29784
29785
|
parent: {
|
|
29785
29786
|
type: "page_id";
|
|
29786
29787
|
page_id: string;
|
|
@@ -29798,12 +29799,11 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29798
29799
|
type: "workspace";
|
|
29799
29800
|
workspace: true;
|
|
29800
29801
|
};
|
|
29801
|
-
id: string;
|
|
29802
29802
|
created_time: string;
|
|
29803
29803
|
last_edited_time: string;
|
|
29804
29804
|
data_sources: {
|
|
29805
|
-
name: string;
|
|
29806
29805
|
id: string;
|
|
29806
|
+
name: string;
|
|
29807
29807
|
icon?: {
|
|
29808
29808
|
type: "emoji";
|
|
29809
29809
|
emoji: string;
|
|
@@ -29914,6 +29914,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29914
29914
|
} | undefined;
|
|
29915
29915
|
href?: string | null | undefined;
|
|
29916
29916
|
}[];
|
|
29917
|
+
id: string;
|
|
29917
29918
|
parent: {
|
|
29918
29919
|
type: "page_id";
|
|
29919
29920
|
page_id: string;
|
|
@@ -29931,12 +29932,11 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29931
29932
|
type: "workspace";
|
|
29932
29933
|
workspace: true;
|
|
29933
29934
|
};
|
|
29934
|
-
id: string;
|
|
29935
29935
|
created_time: string;
|
|
29936
29936
|
last_edited_time: string;
|
|
29937
29937
|
data_sources: {
|
|
29938
|
-
name: string;
|
|
29939
29938
|
id: string;
|
|
29939
|
+
name: string;
|
|
29940
29940
|
icon?: {
|
|
29941
29941
|
type: "emoji";
|
|
29942
29942
|
emoji: string;
|
|
@@ -30052,6 +30052,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30052
30052
|
} | undefined;
|
|
30053
30053
|
href?: string | null | undefined;
|
|
30054
30054
|
}[];
|
|
30055
|
+
id: string;
|
|
30055
30056
|
parent: {
|
|
30056
30057
|
type: "page_id";
|
|
30057
30058
|
page_id: string;
|
|
@@ -30069,12 +30070,11 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30069
30070
|
type: "workspace";
|
|
30070
30071
|
workspace: true;
|
|
30071
30072
|
};
|
|
30072
|
-
id: string;
|
|
30073
30073
|
created_time: string;
|
|
30074
30074
|
last_edited_time: string;
|
|
30075
30075
|
data_sources: {
|
|
30076
|
-
name: string;
|
|
30077
30076
|
id: string;
|
|
30077
|
+
name: string;
|
|
30078
30078
|
icon?: {
|
|
30079
30079
|
type: "emoji";
|
|
30080
30080
|
emoji: string;
|
|
@@ -30190,6 +30190,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30190
30190
|
} | undefined;
|
|
30191
30191
|
href?: string | null | undefined;
|
|
30192
30192
|
}[];
|
|
30193
|
+
id: string;
|
|
30193
30194
|
parent: {
|
|
30194
30195
|
type: "page_id";
|
|
30195
30196
|
page_id: string;
|
|
@@ -30207,12 +30208,11 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30207
30208
|
type: "workspace";
|
|
30208
30209
|
workspace: true;
|
|
30209
30210
|
};
|
|
30210
|
-
id: string;
|
|
30211
30211
|
created_time: string;
|
|
30212
30212
|
last_edited_time: string;
|
|
30213
30213
|
data_sources: {
|
|
30214
|
-
name: string;
|
|
30215
30214
|
id: string;
|
|
30215
|
+
name: string;
|
|
30216
30216
|
icon?: {
|
|
30217
30217
|
type: "emoji";
|
|
30218
30218
|
emoji: string;
|
|
@@ -34554,6 +34554,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34554
34554
|
}>, "many">;
|
|
34555
34555
|
}, "strip", z.ZodTypeAny, {
|
|
34556
34556
|
object: "comment";
|
|
34557
|
+
id: string;
|
|
34557
34558
|
parent: {
|
|
34558
34559
|
type: "block_id" | "page_id";
|
|
34559
34560
|
block_id?: string | undefined;
|
|
@@ -34561,7 +34562,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34561
34562
|
} & {
|
|
34562
34563
|
[k: string]: unknown;
|
|
34563
34564
|
};
|
|
34564
|
-
id: string;
|
|
34565
34565
|
created_time: string;
|
|
34566
34566
|
last_edited_time: string;
|
|
34567
34567
|
created_by: {
|
|
@@ -34603,6 +34603,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34603
34603
|
}[];
|
|
34604
34604
|
}, {
|
|
34605
34605
|
object: "comment";
|
|
34606
|
+
id: string;
|
|
34606
34607
|
parent: {
|
|
34607
34608
|
type: "block_id" | "page_id";
|
|
34608
34609
|
block_id?: string | undefined;
|
|
@@ -34610,7 +34611,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34610
34611
|
} & {
|
|
34611
34612
|
[k: string]: unknown;
|
|
34612
34613
|
};
|
|
34613
|
-
id: string;
|
|
34614
34614
|
created_time: string;
|
|
34615
34615
|
last_edited_time: string;
|
|
34616
34616
|
created_by: {
|
|
@@ -34657,6 +34657,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34657
34657
|
error: string;
|
|
34658
34658
|
comment?: {
|
|
34659
34659
|
object: "comment";
|
|
34660
|
+
id: string;
|
|
34660
34661
|
parent: {
|
|
34661
34662
|
type: "block_id" | "page_id";
|
|
34662
34663
|
block_id?: string | undefined;
|
|
@@ -34664,7 +34665,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34664
34665
|
} & {
|
|
34665
34666
|
[k: string]: unknown;
|
|
34666
34667
|
};
|
|
34667
|
-
id: string;
|
|
34668
34668
|
created_time: string;
|
|
34669
34669
|
last_edited_time: string;
|
|
34670
34670
|
created_by: {
|
|
@@ -34711,6 +34711,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34711
34711
|
error: string;
|
|
34712
34712
|
comment?: {
|
|
34713
34713
|
object: "comment";
|
|
34714
|
+
id: string;
|
|
34714
34715
|
parent: {
|
|
34715
34716
|
type: "block_id" | "page_id";
|
|
34716
34717
|
block_id?: string | undefined;
|
|
@@ -34718,7 +34719,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34718
34719
|
} & {
|
|
34719
34720
|
[k: string]: unknown;
|
|
34720
34721
|
};
|
|
34721
|
-
id: string;
|
|
34722
34722
|
created_time: string;
|
|
34723
34723
|
last_edited_time: string;
|
|
34724
34724
|
created_by: {
|
|
@@ -34938,6 +34938,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34938
34938
|
}>, "many">;
|
|
34939
34939
|
}, "strip", z.ZodTypeAny, {
|
|
34940
34940
|
object: "comment";
|
|
34941
|
+
id: string;
|
|
34941
34942
|
parent: {
|
|
34942
34943
|
type: "block_id" | "page_id";
|
|
34943
34944
|
block_id?: string | undefined;
|
|
@@ -34945,7 +34946,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34945
34946
|
} & {
|
|
34946
34947
|
[k: string]: unknown;
|
|
34947
34948
|
};
|
|
34948
|
-
id: string;
|
|
34949
34949
|
created_time: string;
|
|
34950
34950
|
last_edited_time: string;
|
|
34951
34951
|
created_by: {
|
|
@@ -34987,6 +34987,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34987
34987
|
}[];
|
|
34988
34988
|
}, {
|
|
34989
34989
|
object: "comment";
|
|
34990
|
+
id: string;
|
|
34990
34991
|
parent: {
|
|
34991
34992
|
type: "block_id" | "page_id";
|
|
34992
34993
|
block_id?: string | undefined;
|
|
@@ -34994,7 +34995,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34994
34995
|
} & {
|
|
34995
34996
|
[k: string]: unknown;
|
|
34996
34997
|
};
|
|
34997
|
-
id: string;
|
|
34998
34998
|
created_time: string;
|
|
34999
34999
|
last_edited_time: string;
|
|
35000
35000
|
created_by: {
|
|
@@ -35041,6 +35041,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35041
35041
|
error: string;
|
|
35042
35042
|
comment?: {
|
|
35043
35043
|
object: "comment";
|
|
35044
|
+
id: string;
|
|
35044
35045
|
parent: {
|
|
35045
35046
|
type: "block_id" | "page_id";
|
|
35046
35047
|
block_id?: string | undefined;
|
|
@@ -35048,7 +35049,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35048
35049
|
} & {
|
|
35049
35050
|
[k: string]: unknown;
|
|
35050
35051
|
};
|
|
35051
|
-
id: string;
|
|
35052
35052
|
created_time: string;
|
|
35053
35053
|
last_edited_time: string;
|
|
35054
35054
|
created_by: {
|
|
@@ -35095,6 +35095,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35095
35095
|
error: string;
|
|
35096
35096
|
comment?: {
|
|
35097
35097
|
object: "comment";
|
|
35098
|
+
id: string;
|
|
35098
35099
|
parent: {
|
|
35099
35100
|
type: "block_id" | "page_id";
|
|
35100
35101
|
block_id?: string | undefined;
|
|
@@ -35102,7 +35103,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35102
35103
|
} & {
|
|
35103
35104
|
[k: string]: unknown;
|
|
35104
35105
|
};
|
|
35105
|
-
id: string;
|
|
35106
35106
|
created_time: string;
|
|
35107
35107
|
last_edited_time: string;
|
|
35108
35108
|
created_by: {
|