@bubblelab/bubble-core 0.1.30 → 0.1.31
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 +48 -48
- 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 +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/index.d.ts +1 -1
- package/dist/bubbles/service-bubble/jira/index.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/index.js.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.d.ts +497 -497
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.js +40 -2
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +69 -68
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.js +1 -4
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/notion/notion.d.ts +148 -148
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- 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 +10 -6
- package/package.json +2 -2
|
@@ -192,6 +192,7 @@ 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";
|
|
195
196
|
parent: {
|
|
196
197
|
type: "page_id";
|
|
197
198
|
page_id: string;
|
|
@@ -209,7 +210,6 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
209
210
|
type: "workspace";
|
|
210
211
|
workspace: true;
|
|
211
212
|
};
|
|
212
|
-
operation: "create_page";
|
|
213
213
|
properties?: Record<string, unknown> | undefined;
|
|
214
214
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
215
215
|
icon?: {
|
|
@@ -251,6 +251,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
251
251
|
} | undefined;
|
|
252
252
|
children?: unknown[] | undefined;
|
|
253
253
|
}, {
|
|
254
|
+
operation: "create_page";
|
|
254
255
|
parent: {
|
|
255
256
|
type: "page_id";
|
|
256
257
|
page_id: string;
|
|
@@ -268,7 +269,6 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
268
269
|
type: "workspace";
|
|
269
270
|
workspace: true;
|
|
270
271
|
};
|
|
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";
|
|
772
773
|
properties: Record<string, unknown>;
|
|
773
774
|
parent: {
|
|
774
775
|
type: "database_id";
|
|
775
776
|
database_id: string;
|
|
776
777
|
};
|
|
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";
|
|
819
820
|
properties: Record<string, unknown>;
|
|
820
821
|
parent: {
|
|
821
822
|
type: "database_id";
|
|
822
823
|
database_id: string;
|
|
823
824
|
};
|
|
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;
|
|
1161
1162
|
parent?: {
|
|
1162
1163
|
type: "database_id";
|
|
1163
1164
|
database_id: string;
|
|
1164
1165
|
} | 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;
|
|
1229
1230
|
parent?: {
|
|
1230
1231
|
type: "database_id";
|
|
1231
1232
|
database_id: string;
|
|
1232
1233
|
} | undefined;
|
|
1233
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1234
1234
|
icon?: {
|
|
1235
1235
|
type: "file";
|
|
1236
1236
|
file: {
|
|
@@ -1597,6 +1597,7 @@ 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";
|
|
1600
1601
|
parent: {
|
|
1601
1602
|
type: "workspace";
|
|
1602
1603
|
workspace: boolean;
|
|
@@ -1606,7 +1607,6 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1606
1607
|
page_id: string;
|
|
1607
1608
|
workspace?: undefined;
|
|
1608
1609
|
};
|
|
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";
|
|
1690
1691
|
parent: {
|
|
1691
1692
|
type: "workspace" | "page_id";
|
|
1692
1693
|
workspace?: true | undefined;
|
|
1693
1694
|
page_id?: string | undefined;
|
|
1694
1695
|
};
|
|
1695
|
-
operation: "create_database";
|
|
1696
1696
|
initial_data_source: {
|
|
1697
1697
|
properties: Record<string, unknown>;
|
|
1698
1698
|
};
|
|
@@ -2170,6 +2170,7 @@ 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;
|
|
2173
2174
|
parent?: {
|
|
2174
2175
|
type: "page_id";
|
|
2175
2176
|
page_id: string;
|
|
@@ -2187,7 +2188,6 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2187
2188
|
type: "workspace";
|
|
2188
2189
|
workspace: true;
|
|
2189
2190
|
} | undefined;
|
|
2190
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2191
2191
|
is_locked?: boolean | undefined;
|
|
2192
2192
|
icon?: {
|
|
2193
2193
|
type: "file";
|
|
@@ -2269,6 +2269,7 @@ 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;
|
|
2272
2273
|
parent?: {
|
|
2273
2274
|
type: "page_id";
|
|
2274
2275
|
page_id: string;
|
|
@@ -2286,7 +2287,6 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2286
2287
|
type: "workspace";
|
|
2287
2288
|
workspace: true;
|
|
2288
2289
|
} | 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";
|
|
2520
2521
|
parent: {
|
|
2521
2522
|
block_id?: string | undefined;
|
|
2522
2523
|
page_id?: string | undefined;
|
|
2523
2524
|
};
|
|
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";
|
|
2556
2557
|
parent: {
|
|
2557
2558
|
block_id?: string | undefined;
|
|
2558
2559
|
page_id?: string | undefined;
|
|
2559
2560
|
};
|
|
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
|
+
url: 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
|
+
id: 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
|
+
url: 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
|
+
id: 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
|
+
url: 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
|
+
id: 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
|
+
url: 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
|
+
id: 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
|
+
url: 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
|
+
id: 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
|
+
url: 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
|
+
id: 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
|
+
url: 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
|
+
id: 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
|
+
url: 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
|
+
id: 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
|
+
url: 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
|
+
id: 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
|
+
url: 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
|
+
id: 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
|
+
url: 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
|
+
id: 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
|
+
url: 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
|
+
id: 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
|
-
id: string;
|
|
5249
5248
|
name: string;
|
|
5249
|
+
id: 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
|
-
id: string;
|
|
5284
5283
|
name: string;
|
|
5284
|
+
id: string;
|
|
5285
5285
|
icon?: {
|
|
5286
5286
|
type: "emoji";
|
|
5287
5287
|
emoji: string;
|
|
@@ -5338,7 +5338,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5338
5338
|
} | undefined;
|
|
5339
5339
|
href?: string | null | undefined;
|
|
5340
5340
|
}[];
|
|
5341
|
-
id: string;
|
|
5342
5341
|
parent: {
|
|
5343
5342
|
type: "page_id";
|
|
5344
5343
|
page_id: string;
|
|
@@ -5356,11 +5355,12 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5356
5355
|
type: "workspace";
|
|
5357
5356
|
workspace: true;
|
|
5358
5357
|
};
|
|
5358
|
+
id: string;
|
|
5359
5359
|
created_time: string;
|
|
5360
5360
|
last_edited_time: string;
|
|
5361
5361
|
data_sources: {
|
|
5362
|
-
id: string;
|
|
5363
5362
|
name: string;
|
|
5363
|
+
id: string;
|
|
5364
5364
|
icon?: {
|
|
5365
5365
|
type: "emoji";
|
|
5366
5366
|
emoji: string;
|
|
@@ -5471,7 +5471,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5471
5471
|
} | undefined;
|
|
5472
5472
|
href?: string | null | undefined;
|
|
5473
5473
|
}[];
|
|
5474
|
-
id: string;
|
|
5475
5474
|
parent: {
|
|
5476
5475
|
type: "page_id";
|
|
5477
5476
|
page_id: string;
|
|
@@ -5489,11 +5488,12 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5489
5488
|
type: "workspace";
|
|
5490
5489
|
workspace: true;
|
|
5491
5490
|
};
|
|
5491
|
+
id: string;
|
|
5492
5492
|
created_time: string;
|
|
5493
5493
|
last_edited_time: string;
|
|
5494
5494
|
data_sources: {
|
|
5495
|
-
id: string;
|
|
5496
5495
|
name: string;
|
|
5496
|
+
id: string;
|
|
5497
5497
|
icon?: {
|
|
5498
5498
|
type: "emoji";
|
|
5499
5499
|
emoji: string;
|
|
@@ -5609,7 +5609,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5609
5609
|
} | undefined;
|
|
5610
5610
|
href?: string | null | undefined;
|
|
5611
5611
|
}[];
|
|
5612
|
-
id: string;
|
|
5613
5612
|
parent: {
|
|
5614
5613
|
type: "page_id";
|
|
5615
5614
|
page_id: string;
|
|
@@ -5627,11 +5626,12 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5627
5626
|
type: "workspace";
|
|
5628
5627
|
workspace: true;
|
|
5629
5628
|
};
|
|
5629
|
+
id: string;
|
|
5630
5630
|
created_time: string;
|
|
5631
5631
|
last_edited_time: string;
|
|
5632
5632
|
data_sources: {
|
|
5633
|
-
id: string;
|
|
5634
5633
|
name: string;
|
|
5634
|
+
id: string;
|
|
5635
5635
|
icon?: {
|
|
5636
5636
|
type: "emoji";
|
|
5637
5637
|
emoji: string;
|
|
@@ -5747,7 +5747,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5747
5747
|
} | undefined;
|
|
5748
5748
|
href?: string | null | undefined;
|
|
5749
5749
|
}[];
|
|
5750
|
-
id: string;
|
|
5751
5750
|
parent: {
|
|
5752
5751
|
type: "page_id";
|
|
5753
5752
|
page_id: string;
|
|
@@ -5765,11 +5764,12 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5765
5764
|
type: "workspace";
|
|
5766
5765
|
workspace: true;
|
|
5767
5766
|
};
|
|
5767
|
+
id: string;
|
|
5768
5768
|
created_time: string;
|
|
5769
5769
|
last_edited_time: string;
|
|
5770
5770
|
data_sources: {
|
|
5771
|
-
id: string;
|
|
5772
5771
|
name: string;
|
|
5772
|
+
id: 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
|
-
id: string;
|
|
10923
10922
|
name: string;
|
|
10923
|
+
id: 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
|
-
id: string;
|
|
10958
10957
|
name: string;
|
|
10958
|
+
id: string;
|
|
10959
10959
|
icon?: {
|
|
10960
10960
|
type: "emoji";
|
|
10961
10961
|
emoji: string;
|
|
@@ -11012,7 +11012,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11012
11012
|
} | undefined;
|
|
11013
11013
|
href?: string | null | undefined;
|
|
11014
11014
|
}[];
|
|
11015
|
-
id: string;
|
|
11016
11015
|
parent: {
|
|
11017
11016
|
type: "page_id";
|
|
11018
11017
|
page_id: string;
|
|
@@ -11030,11 +11029,12 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11030
11029
|
type: "workspace";
|
|
11031
11030
|
workspace: true;
|
|
11032
11031
|
};
|
|
11032
|
+
id: string;
|
|
11033
11033
|
created_time: string;
|
|
11034
11034
|
last_edited_time: string;
|
|
11035
11035
|
data_sources: {
|
|
11036
|
-
id: string;
|
|
11037
11036
|
name: string;
|
|
11037
|
+
id: string;
|
|
11038
11038
|
icon?: {
|
|
11039
11039
|
type: "emoji";
|
|
11040
11040
|
emoji: string;
|
|
@@ -11145,7 +11145,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11145
11145
|
} | undefined;
|
|
11146
11146
|
href?: string | null | undefined;
|
|
11147
11147
|
}[];
|
|
11148
|
-
id: string;
|
|
11149
11148
|
parent: {
|
|
11150
11149
|
type: "page_id";
|
|
11151
11150
|
page_id: string;
|
|
@@ -11163,11 +11162,12 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11163
11162
|
type: "workspace";
|
|
11164
11163
|
workspace: true;
|
|
11165
11164
|
};
|
|
11165
|
+
id: string;
|
|
11166
11166
|
created_time: string;
|
|
11167
11167
|
last_edited_time: string;
|
|
11168
11168
|
data_sources: {
|
|
11169
|
-
id: string;
|
|
11170
11169
|
name: string;
|
|
11170
|
+
id: string;
|
|
11171
11171
|
icon?: {
|
|
11172
11172
|
type: "emoji";
|
|
11173
11173
|
emoji: string;
|
|
@@ -11283,7 +11283,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11283
11283
|
} | undefined;
|
|
11284
11284
|
href?: string | null | undefined;
|
|
11285
11285
|
}[];
|
|
11286
|
-
id: string;
|
|
11287
11286
|
parent: {
|
|
11288
11287
|
type: "page_id";
|
|
11289
11288
|
page_id: string;
|
|
@@ -11301,11 +11300,12 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11301
11300
|
type: "workspace";
|
|
11302
11301
|
workspace: true;
|
|
11303
11302
|
};
|
|
11303
|
+
id: string;
|
|
11304
11304
|
created_time: string;
|
|
11305
11305
|
last_edited_time: string;
|
|
11306
11306
|
data_sources: {
|
|
11307
|
-
id: string;
|
|
11308
11307
|
name: string;
|
|
11308
|
+
id: string;
|
|
11309
11309
|
icon?: {
|
|
11310
11310
|
type: "emoji";
|
|
11311
11311
|
emoji: string;
|
|
@@ -11421,7 +11421,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11421
11421
|
} | undefined;
|
|
11422
11422
|
href?: string | null | undefined;
|
|
11423
11423
|
}[];
|
|
11424
|
-
id: string;
|
|
11425
11424
|
parent: {
|
|
11426
11425
|
type: "page_id";
|
|
11427
11426
|
page_id: string;
|
|
@@ -11439,11 +11438,12 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11439
11438
|
type: "workspace";
|
|
11440
11439
|
workspace: true;
|
|
11441
11440
|
};
|
|
11441
|
+
id: string;
|
|
11442
11442
|
created_time: string;
|
|
11443
11443
|
last_edited_time: string;
|
|
11444
11444
|
data_sources: {
|
|
11445
|
-
id: string;
|
|
11446
11445
|
name: string;
|
|
11446
|
+
id: 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
|
-
id: string;
|
|
12001
12000
|
name: string;
|
|
12001
|
+
id: 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
|
-
id: string;
|
|
12036
12035
|
name: string;
|
|
12036
|
+
id: string;
|
|
12037
12037
|
icon?: {
|
|
12038
12038
|
type: "emoji";
|
|
12039
12039
|
emoji: string;
|
|
@@ -12090,7 +12090,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12090
12090
|
} | undefined;
|
|
12091
12091
|
href?: string | null | undefined;
|
|
12092
12092
|
}[];
|
|
12093
|
-
id: string;
|
|
12094
12093
|
parent: {
|
|
12095
12094
|
type: "page_id";
|
|
12096
12095
|
page_id: string;
|
|
@@ -12108,11 +12107,12 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12108
12107
|
type: "workspace";
|
|
12109
12108
|
workspace: true;
|
|
12110
12109
|
};
|
|
12110
|
+
id: string;
|
|
12111
12111
|
created_time: string;
|
|
12112
12112
|
last_edited_time: string;
|
|
12113
12113
|
data_sources: {
|
|
12114
|
-
id: string;
|
|
12115
12114
|
name: string;
|
|
12115
|
+
id: string;
|
|
12116
12116
|
icon?: {
|
|
12117
12117
|
type: "emoji";
|
|
12118
12118
|
emoji: string;
|
|
@@ -12223,7 +12223,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12223
12223
|
} | undefined;
|
|
12224
12224
|
href?: string | null | undefined;
|
|
12225
12225
|
}[];
|
|
12226
|
-
id: string;
|
|
12227
12226
|
parent: {
|
|
12228
12227
|
type: "page_id";
|
|
12229
12228
|
page_id: string;
|
|
@@ -12241,11 +12240,12 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12241
12240
|
type: "workspace";
|
|
12242
12241
|
workspace: true;
|
|
12243
12242
|
};
|
|
12243
|
+
id: string;
|
|
12244
12244
|
created_time: string;
|
|
12245
12245
|
last_edited_time: string;
|
|
12246
12246
|
data_sources: {
|
|
12247
|
-
id: string;
|
|
12248
12247
|
name: string;
|
|
12248
|
+
id: string;
|
|
12249
12249
|
icon?: {
|
|
12250
12250
|
type: "emoji";
|
|
12251
12251
|
emoji: string;
|
|
@@ -12361,7 +12361,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12361
12361
|
} | undefined;
|
|
12362
12362
|
href?: string | null | undefined;
|
|
12363
12363
|
}[];
|
|
12364
|
-
id: string;
|
|
12365
12364
|
parent: {
|
|
12366
12365
|
type: "page_id";
|
|
12367
12366
|
page_id: string;
|
|
@@ -12379,11 +12378,12 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12379
12378
|
type: "workspace";
|
|
12380
12379
|
workspace: true;
|
|
12381
12380
|
};
|
|
12381
|
+
id: string;
|
|
12382
12382
|
created_time: string;
|
|
12383
12383
|
last_edited_time: string;
|
|
12384
12384
|
data_sources: {
|
|
12385
|
-
id: string;
|
|
12386
12385
|
name: string;
|
|
12386
|
+
id: string;
|
|
12387
12387
|
icon?: {
|
|
12388
12388
|
type: "emoji";
|
|
12389
12389
|
emoji: string;
|
|
@@ -12499,7 +12499,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12499
12499
|
} | undefined;
|
|
12500
12500
|
href?: string | null | undefined;
|
|
12501
12501
|
}[];
|
|
12502
|
-
id: string;
|
|
12503
12502
|
parent: {
|
|
12504
12503
|
type: "page_id";
|
|
12505
12504
|
page_id: string;
|
|
@@ -12517,11 +12516,12 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12517
12516
|
type: "workspace";
|
|
12518
12517
|
workspace: true;
|
|
12519
12518
|
};
|
|
12519
|
+
id: string;
|
|
12520
12520
|
created_time: string;
|
|
12521
12521
|
last_edited_time: string;
|
|
12522
12522
|
data_sources: {
|
|
12523
|
-
id: string;
|
|
12524
12523
|
name: string;
|
|
12524
|
+
id: string;
|
|
12525
12525
|
icon?: {
|
|
12526
12526
|
type: "emoji";
|
|
12527
12527
|
emoji: string;
|
|
@@ -16863,7 +16863,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16863
16863
|
}>, "many">;
|
|
16864
16864
|
}, "strip", z.ZodTypeAny, {
|
|
16865
16865
|
object: "comment";
|
|
16866
|
-
id: string;
|
|
16867
16866
|
parent: {
|
|
16868
16867
|
type: "block_id" | "page_id";
|
|
16869
16868
|
block_id?: string | undefined;
|
|
@@ -16871,6 +16870,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16871
16870
|
} & {
|
|
16872
16871
|
[k: string]: unknown;
|
|
16873
16872
|
};
|
|
16873
|
+
id: string;
|
|
16874
16874
|
created_time: string;
|
|
16875
16875
|
last_edited_time: string;
|
|
16876
16876
|
created_by: {
|
|
@@ -16912,7 +16912,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16912
16912
|
}[];
|
|
16913
16913
|
}, {
|
|
16914
16914
|
object: "comment";
|
|
16915
|
-
id: string;
|
|
16916
16915
|
parent: {
|
|
16917
16916
|
type: "block_id" | "page_id";
|
|
16918
16917
|
block_id?: string | undefined;
|
|
@@ -16920,6 +16919,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16920
16919
|
} & {
|
|
16921
16920
|
[k: string]: unknown;
|
|
16922
16921
|
};
|
|
16922
|
+
id: string;
|
|
16923
16923
|
created_time: string;
|
|
16924
16924
|
last_edited_time: string;
|
|
16925
16925
|
created_by: {
|
|
@@ -16966,7 +16966,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16966
16966
|
error: string;
|
|
16967
16967
|
comment?: {
|
|
16968
16968
|
object: "comment";
|
|
16969
|
-
id: string;
|
|
16970
16969
|
parent: {
|
|
16971
16970
|
type: "block_id" | "page_id";
|
|
16972
16971
|
block_id?: string | undefined;
|
|
@@ -16974,6 +16973,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16974
16973
|
} & {
|
|
16975
16974
|
[k: string]: unknown;
|
|
16976
16975
|
};
|
|
16976
|
+
id: string;
|
|
16977
16977
|
created_time: string;
|
|
16978
16978
|
last_edited_time: string;
|
|
16979
16979
|
created_by: {
|
|
@@ -17020,7 +17020,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17020
17020
|
error: string;
|
|
17021
17021
|
comment?: {
|
|
17022
17022
|
object: "comment";
|
|
17023
|
-
id: string;
|
|
17024
17023
|
parent: {
|
|
17025
17024
|
type: "block_id" | "page_id";
|
|
17026
17025
|
block_id?: string | undefined;
|
|
@@ -17028,6 +17027,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17028
17027
|
} & {
|
|
17029
17028
|
[k: string]: unknown;
|
|
17030
17029
|
};
|
|
17030
|
+
id: string;
|
|
17031
17031
|
created_time: string;
|
|
17032
17032
|
last_edited_time: string;
|
|
17033
17033
|
created_by: {
|
|
@@ -17247,7 +17247,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17247
17247
|
}>, "many">;
|
|
17248
17248
|
}, "strip", z.ZodTypeAny, {
|
|
17249
17249
|
object: "comment";
|
|
17250
|
-
id: string;
|
|
17251
17250
|
parent: {
|
|
17252
17251
|
type: "block_id" | "page_id";
|
|
17253
17252
|
block_id?: string | undefined;
|
|
@@ -17255,6 +17254,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17255
17254
|
} & {
|
|
17256
17255
|
[k: string]: unknown;
|
|
17257
17256
|
};
|
|
17257
|
+
id: string;
|
|
17258
17258
|
created_time: string;
|
|
17259
17259
|
last_edited_time: string;
|
|
17260
17260
|
created_by: {
|
|
@@ -17296,7 +17296,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17296
17296
|
}[];
|
|
17297
17297
|
}, {
|
|
17298
17298
|
object: "comment";
|
|
17299
|
-
id: string;
|
|
17300
17299
|
parent: {
|
|
17301
17300
|
type: "block_id" | "page_id";
|
|
17302
17301
|
block_id?: string | undefined;
|
|
@@ -17304,6 +17303,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17304
17303
|
} & {
|
|
17305
17304
|
[k: string]: unknown;
|
|
17306
17305
|
};
|
|
17306
|
+
id: string;
|
|
17307
17307
|
created_time: string;
|
|
17308
17308
|
last_edited_time: string;
|
|
17309
17309
|
created_by: {
|
|
@@ -17350,7 +17350,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17350
17350
|
error: string;
|
|
17351
17351
|
comment?: {
|
|
17352
17352
|
object: "comment";
|
|
17353
|
-
id: string;
|
|
17354
17353
|
parent: {
|
|
17355
17354
|
type: "block_id" | "page_id";
|
|
17356
17355
|
block_id?: string | undefined;
|
|
@@ -17358,6 +17357,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17358
17357
|
} & {
|
|
17359
17358
|
[k: string]: unknown;
|
|
17360
17359
|
};
|
|
17360
|
+
id: string;
|
|
17361
17361
|
created_time: string;
|
|
17362
17362
|
last_edited_time: string;
|
|
17363
17363
|
created_by: {
|
|
@@ -17404,7 +17404,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17404
17404
|
error: string;
|
|
17405
17405
|
comment?: {
|
|
17406
17406
|
object: "comment";
|
|
17407
|
-
id: string;
|
|
17408
17407
|
parent: {
|
|
17409
17408
|
type: "block_id" | "page_id";
|
|
17410
17409
|
block_id?: string | undefined;
|
|
@@ -17412,6 +17411,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17412
17411
|
} & {
|
|
17413
17412
|
[k: string]: unknown;
|
|
17414
17413
|
};
|
|
17414
|
+
id: string;
|
|
17415
17415
|
created_time: string;
|
|
17416
17416
|
last_edited_time: string;
|
|
17417
17417
|
created_by: {
|
|
@@ -17883,6 +17883,7 @@ 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";
|
|
17886
17887
|
parent: {
|
|
17887
17888
|
type: "page_id";
|
|
17888
17889
|
page_id: string;
|
|
@@ -17900,7 +17901,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
17900
17901
|
type: "workspace";
|
|
17901
17902
|
workspace: true;
|
|
17902
17903
|
};
|
|
17903
|
-
operation: "create_page";
|
|
17904
17904
|
properties?: Record<string, unknown> | undefined;
|
|
17905
17905
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
17906
17906
|
icon?: {
|
|
@@ -17942,6 +17942,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
17942
17942
|
} | undefined;
|
|
17943
17943
|
children?: unknown[] | undefined;
|
|
17944
17944
|
}, {
|
|
17945
|
+
operation: "create_page";
|
|
17945
17946
|
parent: {
|
|
17946
17947
|
type: "page_id";
|
|
17947
17948
|
page_id: string;
|
|
@@ -17959,7 +17960,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
17959
17960
|
type: "workspace";
|
|
17960
17961
|
workspace: true;
|
|
17961
17962
|
};
|
|
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";
|
|
18463
18464
|
properties: Record<string, unknown>;
|
|
18464
18465
|
parent: {
|
|
18465
18466
|
type: "database_id";
|
|
18466
18467
|
database_id: string;
|
|
18467
18468
|
};
|
|
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";
|
|
18510
18511
|
properties: Record<string, unknown>;
|
|
18511
18512
|
parent: {
|
|
18512
18513
|
type: "database_id";
|
|
18513
18514
|
database_id: string;
|
|
18514
18515
|
};
|
|
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;
|
|
18852
18853
|
parent?: {
|
|
18853
18854
|
type: "database_id";
|
|
18854
18855
|
database_id: string;
|
|
18855
18856
|
} | 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;
|
|
18920
18921
|
parent?: {
|
|
18921
18922
|
type: "database_id";
|
|
18922
18923
|
database_id: string;
|
|
18923
18924
|
} | undefined;
|
|
18924
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
18925
18925
|
icon?: {
|
|
18926
18926
|
type: "file";
|
|
18927
18927
|
file: {
|
|
@@ -19288,6 +19288,7 @@ 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";
|
|
19291
19292
|
parent: {
|
|
19292
19293
|
type: "workspace";
|
|
19293
19294
|
workspace: boolean;
|
|
@@ -19297,7 +19298,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19297
19298
|
page_id: string;
|
|
19298
19299
|
workspace?: undefined;
|
|
19299
19300
|
};
|
|
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";
|
|
19381
19382
|
parent: {
|
|
19382
19383
|
type: "workspace" | "page_id";
|
|
19383
19384
|
workspace?: true | undefined;
|
|
19384
19385
|
page_id?: string | undefined;
|
|
19385
19386
|
};
|
|
19386
|
-
operation: "create_database";
|
|
19387
19387
|
initial_data_source: {
|
|
19388
19388
|
properties: Record<string, unknown>;
|
|
19389
19389
|
};
|
|
@@ -19861,6 +19861,7 @@ 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;
|
|
19864
19865
|
parent?: {
|
|
19865
19866
|
type: "page_id";
|
|
19866
19867
|
page_id: string;
|
|
@@ -19878,7 +19879,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19878
19879
|
type: "workspace";
|
|
19879
19880
|
workspace: true;
|
|
19880
19881
|
} | undefined;
|
|
19881
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19882
19882
|
is_locked?: boolean | undefined;
|
|
19883
19883
|
icon?: {
|
|
19884
19884
|
type: "file";
|
|
@@ -19960,6 +19960,7 @@ 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;
|
|
19963
19964
|
parent?: {
|
|
19964
19965
|
type: "page_id";
|
|
19965
19966
|
page_id: string;
|
|
@@ -19977,7 +19978,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19977
19978
|
type: "workspace";
|
|
19978
19979
|
workspace: true;
|
|
19979
19980
|
} | 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";
|
|
20211
20212
|
parent: {
|
|
20212
20213
|
block_id?: string | undefined;
|
|
20213
20214
|
page_id?: string | undefined;
|
|
20214
20215
|
};
|
|
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";
|
|
20247
20248
|
parent: {
|
|
20248
20249
|
block_id?: string | undefined;
|
|
20249
20250
|
page_id?: string | undefined;
|
|
20250
20251
|
};
|
|
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
|
+
url: 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
|
+
id: 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
|
+
url: 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
|
+
id: 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
|
+
url: 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
|
+
id: 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
|
+
url: 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
|
+
id: 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
|
+
url: 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
|
+
id: 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
|
+
url: 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
|
+
id: 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
|
+
url: 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
|
+
id: 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
|
+
url: 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
|
+
id: 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
|
+
url: 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
|
+
id: 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
|
+
url: 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
|
+
id: 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
|
+
url: 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
|
+
id: 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
|
+
url: 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
|
+
id: 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
|
-
id: string;
|
|
22940
22939
|
name: string;
|
|
22940
|
+
id: 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
|
-
id: string;
|
|
22975
22974
|
name: string;
|
|
22975
|
+
id: string;
|
|
22976
22976
|
icon?: {
|
|
22977
22977
|
type: "emoji";
|
|
22978
22978
|
emoji: string;
|
|
@@ -23029,7 +23029,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23029
23029
|
} | undefined;
|
|
23030
23030
|
href?: string | null | undefined;
|
|
23031
23031
|
}[];
|
|
23032
|
-
id: string;
|
|
23033
23032
|
parent: {
|
|
23034
23033
|
type: "page_id";
|
|
23035
23034
|
page_id: string;
|
|
@@ -23047,11 +23046,12 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23047
23046
|
type: "workspace";
|
|
23048
23047
|
workspace: true;
|
|
23049
23048
|
};
|
|
23049
|
+
id: string;
|
|
23050
23050
|
created_time: string;
|
|
23051
23051
|
last_edited_time: string;
|
|
23052
23052
|
data_sources: {
|
|
23053
|
-
id: string;
|
|
23054
23053
|
name: string;
|
|
23054
|
+
id: string;
|
|
23055
23055
|
icon?: {
|
|
23056
23056
|
type: "emoji";
|
|
23057
23057
|
emoji: string;
|
|
@@ -23162,7 +23162,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23162
23162
|
} | undefined;
|
|
23163
23163
|
href?: string | null | undefined;
|
|
23164
23164
|
}[];
|
|
23165
|
-
id: string;
|
|
23166
23165
|
parent: {
|
|
23167
23166
|
type: "page_id";
|
|
23168
23167
|
page_id: string;
|
|
@@ -23180,11 +23179,12 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23180
23179
|
type: "workspace";
|
|
23181
23180
|
workspace: true;
|
|
23182
23181
|
};
|
|
23182
|
+
id: string;
|
|
23183
23183
|
created_time: string;
|
|
23184
23184
|
last_edited_time: string;
|
|
23185
23185
|
data_sources: {
|
|
23186
|
-
id: string;
|
|
23187
23186
|
name: string;
|
|
23187
|
+
id: string;
|
|
23188
23188
|
icon?: {
|
|
23189
23189
|
type: "emoji";
|
|
23190
23190
|
emoji: string;
|
|
@@ -23300,7 +23300,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23300
23300
|
} | undefined;
|
|
23301
23301
|
href?: string | null | undefined;
|
|
23302
23302
|
}[];
|
|
23303
|
-
id: string;
|
|
23304
23303
|
parent: {
|
|
23305
23304
|
type: "page_id";
|
|
23306
23305
|
page_id: string;
|
|
@@ -23318,11 +23317,12 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23318
23317
|
type: "workspace";
|
|
23319
23318
|
workspace: true;
|
|
23320
23319
|
};
|
|
23320
|
+
id: string;
|
|
23321
23321
|
created_time: string;
|
|
23322
23322
|
last_edited_time: string;
|
|
23323
23323
|
data_sources: {
|
|
23324
|
-
id: string;
|
|
23325
23324
|
name: string;
|
|
23325
|
+
id: string;
|
|
23326
23326
|
icon?: {
|
|
23327
23327
|
type: "emoji";
|
|
23328
23328
|
emoji: string;
|
|
@@ -23438,7 +23438,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23438
23438
|
} | undefined;
|
|
23439
23439
|
href?: string | null | undefined;
|
|
23440
23440
|
}[];
|
|
23441
|
-
id: string;
|
|
23442
23441
|
parent: {
|
|
23443
23442
|
type: "page_id";
|
|
23444
23443
|
page_id: string;
|
|
@@ -23456,11 +23455,12 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23456
23455
|
type: "workspace";
|
|
23457
23456
|
workspace: true;
|
|
23458
23457
|
};
|
|
23458
|
+
id: string;
|
|
23459
23459
|
created_time: string;
|
|
23460
23460
|
last_edited_time: string;
|
|
23461
23461
|
data_sources: {
|
|
23462
|
-
id: string;
|
|
23463
23462
|
name: string;
|
|
23463
|
+
id: 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
|
-
id: string;
|
|
28614
28613
|
name: string;
|
|
28614
|
+
id: 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
|
-
id: string;
|
|
28649
28648
|
name: string;
|
|
28649
|
+
id: string;
|
|
28650
28650
|
icon?: {
|
|
28651
28651
|
type: "emoji";
|
|
28652
28652
|
emoji: string;
|
|
@@ -28703,7 +28703,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28703
28703
|
} | undefined;
|
|
28704
28704
|
href?: string | null | undefined;
|
|
28705
28705
|
}[];
|
|
28706
|
-
id: string;
|
|
28707
28706
|
parent: {
|
|
28708
28707
|
type: "page_id";
|
|
28709
28708
|
page_id: string;
|
|
@@ -28721,11 +28720,12 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28721
28720
|
type: "workspace";
|
|
28722
28721
|
workspace: true;
|
|
28723
28722
|
};
|
|
28723
|
+
id: string;
|
|
28724
28724
|
created_time: string;
|
|
28725
28725
|
last_edited_time: string;
|
|
28726
28726
|
data_sources: {
|
|
28727
|
-
id: string;
|
|
28728
28727
|
name: string;
|
|
28728
|
+
id: string;
|
|
28729
28729
|
icon?: {
|
|
28730
28730
|
type: "emoji";
|
|
28731
28731
|
emoji: string;
|
|
@@ -28836,7 +28836,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28836
28836
|
} | undefined;
|
|
28837
28837
|
href?: string | null | undefined;
|
|
28838
28838
|
}[];
|
|
28839
|
-
id: string;
|
|
28840
28839
|
parent: {
|
|
28841
28840
|
type: "page_id";
|
|
28842
28841
|
page_id: string;
|
|
@@ -28854,11 +28853,12 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28854
28853
|
type: "workspace";
|
|
28855
28854
|
workspace: true;
|
|
28856
28855
|
};
|
|
28856
|
+
id: string;
|
|
28857
28857
|
created_time: string;
|
|
28858
28858
|
last_edited_time: string;
|
|
28859
28859
|
data_sources: {
|
|
28860
|
-
id: string;
|
|
28861
28860
|
name: string;
|
|
28861
|
+
id: string;
|
|
28862
28862
|
icon?: {
|
|
28863
28863
|
type: "emoji";
|
|
28864
28864
|
emoji: string;
|
|
@@ -28974,7 +28974,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28974
28974
|
} | undefined;
|
|
28975
28975
|
href?: string | null | undefined;
|
|
28976
28976
|
}[];
|
|
28977
|
-
id: string;
|
|
28978
28977
|
parent: {
|
|
28979
28978
|
type: "page_id";
|
|
28980
28979
|
page_id: string;
|
|
@@ -28992,11 +28991,12 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28992
28991
|
type: "workspace";
|
|
28993
28992
|
workspace: true;
|
|
28994
28993
|
};
|
|
28994
|
+
id: string;
|
|
28995
28995
|
created_time: string;
|
|
28996
28996
|
last_edited_time: string;
|
|
28997
28997
|
data_sources: {
|
|
28998
|
-
id: string;
|
|
28999
28998
|
name: string;
|
|
28999
|
+
id: string;
|
|
29000
29000
|
icon?: {
|
|
29001
29001
|
type: "emoji";
|
|
29002
29002
|
emoji: string;
|
|
@@ -29112,7 +29112,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29112
29112
|
} | undefined;
|
|
29113
29113
|
href?: string | null | undefined;
|
|
29114
29114
|
}[];
|
|
29115
|
-
id: string;
|
|
29116
29115
|
parent: {
|
|
29117
29116
|
type: "page_id";
|
|
29118
29117
|
page_id: string;
|
|
@@ -29130,11 +29129,12 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29130
29129
|
type: "workspace";
|
|
29131
29130
|
workspace: true;
|
|
29132
29131
|
};
|
|
29132
|
+
id: string;
|
|
29133
29133
|
created_time: string;
|
|
29134
29134
|
last_edited_time: string;
|
|
29135
29135
|
data_sources: {
|
|
29136
|
-
id: string;
|
|
29137
29136
|
name: string;
|
|
29137
|
+
id: 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
|
-
id: string;
|
|
29692
29691
|
name: string;
|
|
29692
|
+
id: 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
|
-
id: string;
|
|
29727
29726
|
name: string;
|
|
29727
|
+
id: string;
|
|
29728
29728
|
icon?: {
|
|
29729
29729
|
type: "emoji";
|
|
29730
29730
|
emoji: string;
|
|
@@ -29781,7 +29781,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29781
29781
|
} | undefined;
|
|
29782
29782
|
href?: string | null | undefined;
|
|
29783
29783
|
}[];
|
|
29784
|
-
id: string;
|
|
29785
29784
|
parent: {
|
|
29786
29785
|
type: "page_id";
|
|
29787
29786
|
page_id: string;
|
|
@@ -29799,11 +29798,12 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29799
29798
|
type: "workspace";
|
|
29800
29799
|
workspace: true;
|
|
29801
29800
|
};
|
|
29801
|
+
id: string;
|
|
29802
29802
|
created_time: string;
|
|
29803
29803
|
last_edited_time: string;
|
|
29804
29804
|
data_sources: {
|
|
29805
|
-
id: string;
|
|
29806
29805
|
name: string;
|
|
29806
|
+
id: string;
|
|
29807
29807
|
icon?: {
|
|
29808
29808
|
type: "emoji";
|
|
29809
29809
|
emoji: string;
|
|
@@ -29914,7 +29914,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29914
29914
|
} | undefined;
|
|
29915
29915
|
href?: string | null | undefined;
|
|
29916
29916
|
}[];
|
|
29917
|
-
id: string;
|
|
29918
29917
|
parent: {
|
|
29919
29918
|
type: "page_id";
|
|
29920
29919
|
page_id: string;
|
|
@@ -29932,11 +29931,12 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29932
29931
|
type: "workspace";
|
|
29933
29932
|
workspace: true;
|
|
29934
29933
|
};
|
|
29934
|
+
id: string;
|
|
29935
29935
|
created_time: string;
|
|
29936
29936
|
last_edited_time: string;
|
|
29937
29937
|
data_sources: {
|
|
29938
|
-
id: string;
|
|
29939
29938
|
name: string;
|
|
29939
|
+
id: string;
|
|
29940
29940
|
icon?: {
|
|
29941
29941
|
type: "emoji";
|
|
29942
29942
|
emoji: string;
|
|
@@ -30052,7 +30052,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30052
30052
|
} | undefined;
|
|
30053
30053
|
href?: string | null | undefined;
|
|
30054
30054
|
}[];
|
|
30055
|
-
id: string;
|
|
30056
30055
|
parent: {
|
|
30057
30056
|
type: "page_id";
|
|
30058
30057
|
page_id: string;
|
|
@@ -30070,11 +30069,12 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30070
30069
|
type: "workspace";
|
|
30071
30070
|
workspace: true;
|
|
30072
30071
|
};
|
|
30072
|
+
id: string;
|
|
30073
30073
|
created_time: string;
|
|
30074
30074
|
last_edited_time: string;
|
|
30075
30075
|
data_sources: {
|
|
30076
|
-
id: string;
|
|
30077
30076
|
name: string;
|
|
30077
|
+
id: string;
|
|
30078
30078
|
icon?: {
|
|
30079
30079
|
type: "emoji";
|
|
30080
30080
|
emoji: string;
|
|
@@ -30190,7 +30190,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30190
30190
|
} | undefined;
|
|
30191
30191
|
href?: string | null | undefined;
|
|
30192
30192
|
}[];
|
|
30193
|
-
id: string;
|
|
30194
30193
|
parent: {
|
|
30195
30194
|
type: "page_id";
|
|
30196
30195
|
page_id: string;
|
|
@@ -30208,11 +30207,12 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30208
30207
|
type: "workspace";
|
|
30209
30208
|
workspace: true;
|
|
30210
30209
|
};
|
|
30210
|
+
id: string;
|
|
30211
30211
|
created_time: string;
|
|
30212
30212
|
last_edited_time: string;
|
|
30213
30213
|
data_sources: {
|
|
30214
|
-
id: string;
|
|
30215
30214
|
name: string;
|
|
30215
|
+
id: string;
|
|
30216
30216
|
icon?: {
|
|
30217
30217
|
type: "emoji";
|
|
30218
30218
|
emoji: string;
|
|
@@ -34554,7 +34554,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34554
34554
|
}>, "many">;
|
|
34555
34555
|
}, "strip", z.ZodTypeAny, {
|
|
34556
34556
|
object: "comment";
|
|
34557
|
-
id: string;
|
|
34558
34557
|
parent: {
|
|
34559
34558
|
type: "block_id" | "page_id";
|
|
34560
34559
|
block_id?: string | undefined;
|
|
@@ -34562,6 +34561,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34562
34561
|
} & {
|
|
34563
34562
|
[k: string]: unknown;
|
|
34564
34563
|
};
|
|
34564
|
+
id: string;
|
|
34565
34565
|
created_time: string;
|
|
34566
34566
|
last_edited_time: string;
|
|
34567
34567
|
created_by: {
|
|
@@ -34603,7 +34603,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34603
34603
|
}[];
|
|
34604
34604
|
}, {
|
|
34605
34605
|
object: "comment";
|
|
34606
|
-
id: string;
|
|
34607
34606
|
parent: {
|
|
34608
34607
|
type: "block_id" | "page_id";
|
|
34609
34608
|
block_id?: string | undefined;
|
|
@@ -34611,6 +34610,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34611
34610
|
} & {
|
|
34612
34611
|
[k: string]: unknown;
|
|
34613
34612
|
};
|
|
34613
|
+
id: string;
|
|
34614
34614
|
created_time: string;
|
|
34615
34615
|
last_edited_time: string;
|
|
34616
34616
|
created_by: {
|
|
@@ -34657,7 +34657,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34657
34657
|
error: string;
|
|
34658
34658
|
comment?: {
|
|
34659
34659
|
object: "comment";
|
|
34660
|
-
id: string;
|
|
34661
34660
|
parent: {
|
|
34662
34661
|
type: "block_id" | "page_id";
|
|
34663
34662
|
block_id?: string | undefined;
|
|
@@ -34665,6 +34664,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34665
34664
|
} & {
|
|
34666
34665
|
[k: string]: unknown;
|
|
34667
34666
|
};
|
|
34667
|
+
id: string;
|
|
34668
34668
|
created_time: string;
|
|
34669
34669
|
last_edited_time: string;
|
|
34670
34670
|
created_by: {
|
|
@@ -34711,7 +34711,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34711
34711
|
error: string;
|
|
34712
34712
|
comment?: {
|
|
34713
34713
|
object: "comment";
|
|
34714
|
-
id: string;
|
|
34715
34714
|
parent: {
|
|
34716
34715
|
type: "block_id" | "page_id";
|
|
34717
34716
|
block_id?: string | undefined;
|
|
@@ -34719,6 +34718,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34719
34718
|
} & {
|
|
34720
34719
|
[k: string]: unknown;
|
|
34721
34720
|
};
|
|
34721
|
+
id: string;
|
|
34722
34722
|
created_time: string;
|
|
34723
34723
|
last_edited_time: string;
|
|
34724
34724
|
created_by: {
|
|
@@ -34938,7 +34938,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34938
34938
|
}>, "many">;
|
|
34939
34939
|
}, "strip", z.ZodTypeAny, {
|
|
34940
34940
|
object: "comment";
|
|
34941
|
-
id: string;
|
|
34942
34941
|
parent: {
|
|
34943
34942
|
type: "block_id" | "page_id";
|
|
34944
34943
|
block_id?: string | undefined;
|
|
@@ -34946,6 +34945,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34946
34945
|
} & {
|
|
34947
34946
|
[k: string]: unknown;
|
|
34948
34947
|
};
|
|
34948
|
+
id: string;
|
|
34949
34949
|
created_time: string;
|
|
34950
34950
|
last_edited_time: string;
|
|
34951
34951
|
created_by: {
|
|
@@ -34987,7 +34987,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34987
34987
|
}[];
|
|
34988
34988
|
}, {
|
|
34989
34989
|
object: "comment";
|
|
34990
|
-
id: string;
|
|
34991
34990
|
parent: {
|
|
34992
34991
|
type: "block_id" | "page_id";
|
|
34993
34992
|
block_id?: string | undefined;
|
|
@@ -34995,6 +34994,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34995
34994
|
} & {
|
|
34996
34995
|
[k: string]: unknown;
|
|
34997
34996
|
};
|
|
34997
|
+
id: string;
|
|
34998
34998
|
created_time: string;
|
|
34999
34999
|
last_edited_time: string;
|
|
35000
35000
|
created_by: {
|
|
@@ -35041,7 +35041,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35041
35041
|
error: string;
|
|
35042
35042
|
comment?: {
|
|
35043
35043
|
object: "comment";
|
|
35044
|
-
id: string;
|
|
35045
35044
|
parent: {
|
|
35046
35045
|
type: "block_id" | "page_id";
|
|
35047
35046
|
block_id?: string | undefined;
|
|
@@ -35049,6 +35048,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35049
35048
|
} & {
|
|
35050
35049
|
[k: string]: unknown;
|
|
35051
35050
|
};
|
|
35051
|
+
id: string;
|
|
35052
35052
|
created_time: string;
|
|
35053
35053
|
last_edited_time: string;
|
|
35054
35054
|
created_by: {
|
|
@@ -35095,7 +35095,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35095
35095
|
error: string;
|
|
35096
35096
|
comment?: {
|
|
35097
35097
|
object: "comment";
|
|
35098
|
-
id: string;
|
|
35099
35098
|
parent: {
|
|
35100
35099
|
type: "block_id" | "page_id";
|
|
35101
35100
|
block_id?: string | undefined;
|
|
@@ -35103,6 +35102,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35103
35102
|
} & {
|
|
35104
35103
|
[k: string]: unknown;
|
|
35105
35104
|
};
|
|
35105
|
+
id: string;
|
|
35106
35106
|
created_time: string;
|
|
35107
35107
|
last_edited_time: string;
|
|
35108
35108
|
created_by: {
|