@bubblelab/bubble-core 0.1.78 → 0.1.79
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 +74 -74
- package/dist/bubbles/service-bubble/ai-agent.d.ts +56 -56
- package/dist/bubbles/service-bubble/airtable.d.ts +92 -92
- package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +2 -2
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +242 -242
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/github.d.ts +40 -40
- package/dist/bubbles/service-bubble/gmail.d.ts +124 -124
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/notion/notion.d.ts +453 -453
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +286 -286
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +4 -4
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +4 -4
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +52 -52
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +30 -30
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +128 -128
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +10 -10
- package/dist/bubbles.json +29 -9
- package/package.json +2 -2
|
@@ -660,13 +660,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
660
660
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
661
661
|
}, "strip", z.ZodTypeAny, {
|
|
662
662
|
type: "text" | "mention" | "equation";
|
|
663
|
-
plain_text?: string | undefined;
|
|
664
663
|
text?: {
|
|
665
664
|
content: string;
|
|
666
665
|
link?: {
|
|
667
666
|
url: string;
|
|
668
667
|
} | null | undefined;
|
|
669
668
|
} | undefined;
|
|
669
|
+
plain_text?: string | undefined;
|
|
670
670
|
annotations?: {
|
|
671
671
|
code: boolean;
|
|
672
672
|
bold: boolean;
|
|
@@ -678,13 +678,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
678
678
|
href?: string | null | undefined;
|
|
679
679
|
}, {
|
|
680
680
|
type: "text" | "mention" | "equation";
|
|
681
|
-
plain_text?: string | undefined;
|
|
682
681
|
text?: {
|
|
683
682
|
content: string;
|
|
684
683
|
link?: {
|
|
685
684
|
url: string;
|
|
686
685
|
} | null | undefined;
|
|
687
686
|
} | undefined;
|
|
687
|
+
plain_text?: string | undefined;
|
|
688
688
|
annotations?: {
|
|
689
689
|
code?: boolean | undefined;
|
|
690
690
|
bold?: boolean | undefined;
|
|
@@ -777,13 +777,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
777
777
|
operation: "create_data_source";
|
|
778
778
|
title?: {
|
|
779
779
|
type: "text" | "mention" | "equation";
|
|
780
|
-
plain_text?: string | undefined;
|
|
781
780
|
text?: {
|
|
782
781
|
content: string;
|
|
783
782
|
link?: {
|
|
784
783
|
url: string;
|
|
785
784
|
} | null | undefined;
|
|
786
785
|
} | undefined;
|
|
786
|
+
plain_text?: string | undefined;
|
|
787
787
|
annotations?: {
|
|
788
788
|
code: boolean;
|
|
789
789
|
bold: boolean;
|
|
@@ -824,13 +824,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
824
824
|
operation: "create_data_source";
|
|
825
825
|
title?: {
|
|
826
826
|
type: "text" | "mention" | "equation";
|
|
827
|
-
plain_text?: string | undefined;
|
|
828
827
|
text?: {
|
|
829
828
|
content: string;
|
|
830
829
|
link?: {
|
|
831
830
|
url: string;
|
|
832
831
|
} | null | undefined;
|
|
833
832
|
} | undefined;
|
|
833
|
+
plain_text?: string | undefined;
|
|
834
834
|
annotations?: {
|
|
835
835
|
code?: boolean | undefined;
|
|
836
836
|
bold?: boolean | undefined;
|
|
@@ -914,13 +914,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
914
914
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
915
915
|
}, "strip", z.ZodTypeAny, {
|
|
916
916
|
type: "text" | "mention" | "equation";
|
|
917
|
-
plain_text?: string | undefined;
|
|
918
917
|
text?: {
|
|
919
918
|
content: string;
|
|
920
919
|
link?: {
|
|
921
920
|
url: string;
|
|
922
921
|
} | null | undefined;
|
|
923
922
|
} | undefined;
|
|
923
|
+
plain_text?: string | undefined;
|
|
924
924
|
annotations?: {
|
|
925
925
|
code: boolean;
|
|
926
926
|
bold: boolean;
|
|
@@ -932,13 +932,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
932
932
|
href?: string | null | undefined;
|
|
933
933
|
}, {
|
|
934
934
|
type: "text" | "mention" | "equation";
|
|
935
|
-
plain_text?: string | undefined;
|
|
936
935
|
text?: {
|
|
937
936
|
content: string;
|
|
938
937
|
link?: {
|
|
939
938
|
url: string;
|
|
940
939
|
} | null | undefined;
|
|
941
940
|
} | undefined;
|
|
941
|
+
plain_text?: string | undefined;
|
|
942
942
|
annotations?: {
|
|
943
943
|
code?: boolean | undefined;
|
|
944
944
|
bold?: boolean | undefined;
|
|
@@ -997,13 +997,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
997
997
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
998
998
|
}, "strip", z.ZodTypeAny, {
|
|
999
999
|
type: "text" | "mention" | "equation";
|
|
1000
|
-
plain_text?: string | undefined;
|
|
1001
1000
|
text?: {
|
|
1002
1001
|
content: string;
|
|
1003
1002
|
link?: {
|
|
1004
1003
|
url: string;
|
|
1005
1004
|
} | null | undefined;
|
|
1006
1005
|
} | undefined;
|
|
1006
|
+
plain_text?: string | undefined;
|
|
1007
1007
|
annotations?: {
|
|
1008
1008
|
code: boolean;
|
|
1009
1009
|
bold: boolean;
|
|
@@ -1015,13 +1015,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1015
1015
|
href?: string | null | undefined;
|
|
1016
1016
|
}, {
|
|
1017
1017
|
type: "text" | "mention" | "equation";
|
|
1018
|
-
plain_text?: string | undefined;
|
|
1019
1018
|
text?: {
|
|
1020
1019
|
content: string;
|
|
1021
1020
|
link?: {
|
|
1022
1021
|
url: string;
|
|
1023
1022
|
} | null | undefined;
|
|
1024
1023
|
} | undefined;
|
|
1024
|
+
plain_text?: string | undefined;
|
|
1025
1025
|
annotations?: {
|
|
1026
1026
|
code?: boolean | undefined;
|
|
1027
1027
|
bold?: boolean | undefined;
|
|
@@ -1122,13 +1122,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1122
1122
|
properties?: Record<string, unknown> | undefined;
|
|
1123
1123
|
description?: {
|
|
1124
1124
|
type: "text" | "mention" | "equation";
|
|
1125
|
-
plain_text?: string | undefined;
|
|
1126
1125
|
text?: {
|
|
1127
1126
|
content: string;
|
|
1128
1127
|
link?: {
|
|
1129
1128
|
url: string;
|
|
1130
1129
|
} | null | undefined;
|
|
1131
1130
|
} | undefined;
|
|
1131
|
+
plain_text?: string | undefined;
|
|
1132
1132
|
annotations?: {
|
|
1133
1133
|
code: boolean;
|
|
1134
1134
|
bold: boolean;
|
|
@@ -1141,13 +1141,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1141
1141
|
}[] | undefined;
|
|
1142
1142
|
title?: {
|
|
1143
1143
|
type: "text" | "mention" | "equation";
|
|
1144
|
-
plain_text?: string | undefined;
|
|
1145
1144
|
text?: {
|
|
1146
1145
|
content: string;
|
|
1147
1146
|
link?: {
|
|
1148
1147
|
url: string;
|
|
1149
1148
|
} | null | undefined;
|
|
1150
1149
|
} | undefined;
|
|
1150
|
+
plain_text?: string | undefined;
|
|
1151
1151
|
annotations?: {
|
|
1152
1152
|
code: boolean;
|
|
1153
1153
|
bold: boolean;
|
|
@@ -1190,13 +1190,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1190
1190
|
properties?: Record<string, unknown> | undefined;
|
|
1191
1191
|
description?: {
|
|
1192
1192
|
type: "text" | "mention" | "equation";
|
|
1193
|
-
plain_text?: string | undefined;
|
|
1194
1193
|
text?: {
|
|
1195
1194
|
content: string;
|
|
1196
1195
|
link?: {
|
|
1197
1196
|
url: string;
|
|
1198
1197
|
} | null | undefined;
|
|
1199
1198
|
} | undefined;
|
|
1199
|
+
plain_text?: string | undefined;
|
|
1200
1200
|
annotations?: {
|
|
1201
1201
|
code?: boolean | undefined;
|
|
1202
1202
|
bold?: boolean | undefined;
|
|
@@ -1209,13 +1209,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1209
1209
|
}[] | undefined;
|
|
1210
1210
|
title?: {
|
|
1211
1211
|
type: "text" | "mention" | "equation";
|
|
1212
|
-
plain_text?: string | undefined;
|
|
1213
1212
|
text?: {
|
|
1214
1213
|
content: string;
|
|
1215
1214
|
link?: {
|
|
1216
1215
|
url: string;
|
|
1217
1216
|
} | null | undefined;
|
|
1218
1217
|
} | undefined;
|
|
1218
|
+
plain_text?: string | undefined;
|
|
1219
1219
|
annotations?: {
|
|
1220
1220
|
code?: boolean | undefined;
|
|
1221
1221
|
bold?: boolean | undefined;
|
|
@@ -1342,13 +1342,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1342
1342
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1343
1343
|
}, "strip", z.ZodTypeAny, {
|
|
1344
1344
|
type: "text" | "mention" | "equation";
|
|
1345
|
-
plain_text?: string | undefined;
|
|
1346
1345
|
text?: {
|
|
1347
1346
|
content: string;
|
|
1348
1347
|
link?: {
|
|
1349
1348
|
url: string;
|
|
1350
1349
|
} | null | undefined;
|
|
1351
1350
|
} | undefined;
|
|
1351
|
+
plain_text?: string | undefined;
|
|
1352
1352
|
annotations?: {
|
|
1353
1353
|
code: boolean;
|
|
1354
1354
|
bold: boolean;
|
|
@@ -1360,13 +1360,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1360
1360
|
href?: string | null | undefined;
|
|
1361
1361
|
}, {
|
|
1362
1362
|
type: "text" | "mention" | "equation";
|
|
1363
|
-
plain_text?: string | undefined;
|
|
1364
1363
|
text?: {
|
|
1365
1364
|
content: string;
|
|
1366
1365
|
link?: {
|
|
1367
1366
|
url: string;
|
|
1368
1367
|
} | null | undefined;
|
|
1369
1368
|
} | undefined;
|
|
1369
|
+
plain_text?: string | undefined;
|
|
1370
1370
|
annotations?: {
|
|
1371
1371
|
code?: boolean | undefined;
|
|
1372
1372
|
bold?: boolean | undefined;
|
|
@@ -1425,13 +1425,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1425
1425
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1426
1426
|
}, "strip", z.ZodTypeAny, {
|
|
1427
1427
|
type: "text" | "mention" | "equation";
|
|
1428
|
-
plain_text?: string | undefined;
|
|
1429
1428
|
text?: {
|
|
1430
1429
|
content: string;
|
|
1431
1430
|
link?: {
|
|
1432
1431
|
url: string;
|
|
1433
1432
|
} | null | undefined;
|
|
1434
1433
|
} | undefined;
|
|
1434
|
+
plain_text?: string | undefined;
|
|
1435
1435
|
annotations?: {
|
|
1436
1436
|
code: boolean;
|
|
1437
1437
|
bold: boolean;
|
|
@@ -1443,13 +1443,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1443
1443
|
href?: string | null | undefined;
|
|
1444
1444
|
}, {
|
|
1445
1445
|
type: "text" | "mention" | "equation";
|
|
1446
|
-
plain_text?: string | undefined;
|
|
1447
1446
|
text?: {
|
|
1448
1447
|
content: string;
|
|
1449
1448
|
link?: {
|
|
1450
1449
|
url: string;
|
|
1451
1450
|
} | null | undefined;
|
|
1452
1451
|
} | undefined;
|
|
1452
|
+
plain_text?: string | undefined;
|
|
1453
1453
|
annotations?: {
|
|
1454
1454
|
code?: boolean | undefined;
|
|
1455
1455
|
bold?: boolean | undefined;
|
|
@@ -1612,13 +1612,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1612
1612
|
};
|
|
1613
1613
|
description?: {
|
|
1614
1614
|
type: "text" | "mention" | "equation";
|
|
1615
|
-
plain_text?: string | undefined;
|
|
1616
1615
|
text?: {
|
|
1617
1616
|
content: string;
|
|
1618
1617
|
link?: {
|
|
1619
1618
|
url: string;
|
|
1620
1619
|
} | null | undefined;
|
|
1621
1620
|
} | undefined;
|
|
1621
|
+
plain_text?: string | undefined;
|
|
1622
1622
|
annotations?: {
|
|
1623
1623
|
code: boolean;
|
|
1624
1624
|
bold: boolean;
|
|
@@ -1631,13 +1631,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1631
1631
|
}[] | undefined;
|
|
1632
1632
|
title?: {
|
|
1633
1633
|
type: "text" | "mention" | "equation";
|
|
1634
|
-
plain_text?: string | undefined;
|
|
1635
1634
|
text?: {
|
|
1636
1635
|
content: string;
|
|
1637
1636
|
link?: {
|
|
1638
1637
|
url: string;
|
|
1639
1638
|
} | null | undefined;
|
|
1640
1639
|
} | undefined;
|
|
1640
|
+
plain_text?: string | undefined;
|
|
1641
1641
|
annotations?: {
|
|
1642
1642
|
code: boolean;
|
|
1643
1643
|
bold: boolean;
|
|
@@ -1698,13 +1698,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1698
1698
|
};
|
|
1699
1699
|
description?: {
|
|
1700
1700
|
type: "text" | "mention" | "equation";
|
|
1701
|
-
plain_text?: string | undefined;
|
|
1702
1701
|
text?: {
|
|
1703
1702
|
content: string;
|
|
1704
1703
|
link?: {
|
|
1705
1704
|
url: string;
|
|
1706
1705
|
} | null | undefined;
|
|
1707
1706
|
} | undefined;
|
|
1707
|
+
plain_text?: string | undefined;
|
|
1708
1708
|
annotations?: {
|
|
1709
1709
|
code?: boolean | undefined;
|
|
1710
1710
|
bold?: boolean | undefined;
|
|
@@ -1717,13 +1717,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1717
1717
|
}[] | undefined;
|
|
1718
1718
|
title?: {
|
|
1719
1719
|
type: "text" | "mention" | "equation";
|
|
1720
|
-
plain_text?: string | undefined;
|
|
1721
1720
|
text?: {
|
|
1722
1721
|
content: string;
|
|
1723
1722
|
link?: {
|
|
1724
1723
|
url: string;
|
|
1725
1724
|
} | null | undefined;
|
|
1726
1725
|
} | undefined;
|
|
1726
|
+
plain_text?: string | undefined;
|
|
1727
1727
|
annotations?: {
|
|
1728
1728
|
code?: boolean | undefined;
|
|
1729
1729
|
bold?: boolean | undefined;
|
|
@@ -1823,13 +1823,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1823
1823
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1824
1824
|
}, "strip", z.ZodTypeAny, {
|
|
1825
1825
|
type: "text" | "mention" | "equation";
|
|
1826
|
-
plain_text?: string | undefined;
|
|
1827
1826
|
text?: {
|
|
1828
1827
|
content: string;
|
|
1829
1828
|
link?: {
|
|
1830
1829
|
url: string;
|
|
1831
1830
|
} | null | undefined;
|
|
1832
1831
|
} | undefined;
|
|
1832
|
+
plain_text?: string | undefined;
|
|
1833
1833
|
annotations?: {
|
|
1834
1834
|
code: boolean;
|
|
1835
1835
|
bold: boolean;
|
|
@@ -1841,13 +1841,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1841
1841
|
href?: string | null | undefined;
|
|
1842
1842
|
}, {
|
|
1843
1843
|
type: "text" | "mention" | "equation";
|
|
1844
|
-
plain_text?: string | undefined;
|
|
1845
1844
|
text?: {
|
|
1846
1845
|
content: string;
|
|
1847
1846
|
link?: {
|
|
1848
1847
|
url: string;
|
|
1849
1848
|
} | null | undefined;
|
|
1850
1849
|
} | undefined;
|
|
1850
|
+
plain_text?: string | undefined;
|
|
1851
1851
|
annotations?: {
|
|
1852
1852
|
code?: boolean | undefined;
|
|
1853
1853
|
bold?: boolean | undefined;
|
|
@@ -1906,13 +1906,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1906
1906
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1907
1907
|
}, "strip", z.ZodTypeAny, {
|
|
1908
1908
|
type: "text" | "mention" | "equation";
|
|
1909
|
-
plain_text?: string | undefined;
|
|
1910
1909
|
text?: {
|
|
1911
1910
|
content: string;
|
|
1912
1911
|
link?: {
|
|
1913
1912
|
url: string;
|
|
1914
1913
|
} | null | undefined;
|
|
1915
1914
|
} | undefined;
|
|
1915
|
+
plain_text?: string | undefined;
|
|
1916
1916
|
annotations?: {
|
|
1917
1917
|
code: boolean;
|
|
1918
1918
|
bold: boolean;
|
|
@@ -1924,13 +1924,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1924
1924
|
href?: string | null | undefined;
|
|
1925
1925
|
}, {
|
|
1926
1926
|
type: "text" | "mention" | "equation";
|
|
1927
|
-
plain_text?: string | undefined;
|
|
1928
1927
|
text?: {
|
|
1929
1928
|
content: string;
|
|
1930
1929
|
link?: {
|
|
1931
1930
|
url: string;
|
|
1932
1931
|
} | null | undefined;
|
|
1933
1932
|
} | undefined;
|
|
1933
|
+
plain_text?: string | undefined;
|
|
1934
1934
|
annotations?: {
|
|
1935
1935
|
code?: boolean | undefined;
|
|
1936
1936
|
bold?: boolean | undefined;
|
|
@@ -2134,13 +2134,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2134
2134
|
database_id: string;
|
|
2135
2135
|
description?: {
|
|
2136
2136
|
type: "text" | "mention" | "equation";
|
|
2137
|
-
plain_text?: string | undefined;
|
|
2138
2137
|
text?: {
|
|
2139
2138
|
content: string;
|
|
2140
2139
|
link?: {
|
|
2141
2140
|
url: string;
|
|
2142
2141
|
} | null | undefined;
|
|
2143
2142
|
} | undefined;
|
|
2143
|
+
plain_text?: string | undefined;
|
|
2144
2144
|
annotations?: {
|
|
2145
2145
|
code: boolean;
|
|
2146
2146
|
bold: boolean;
|
|
@@ -2153,13 +2153,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2153
2153
|
}[] | undefined;
|
|
2154
2154
|
title?: {
|
|
2155
2155
|
type: "text" | "mention" | "equation";
|
|
2156
|
-
plain_text?: string | undefined;
|
|
2157
2156
|
text?: {
|
|
2158
2157
|
content: string;
|
|
2159
2158
|
link?: {
|
|
2160
2159
|
url: string;
|
|
2161
2160
|
} | null | undefined;
|
|
2162
2161
|
} | undefined;
|
|
2162
|
+
plain_text?: string | undefined;
|
|
2163
2163
|
annotations?: {
|
|
2164
2164
|
code: boolean;
|
|
2165
2165
|
bold: boolean;
|
|
@@ -2233,13 +2233,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2233
2233
|
database_id: string;
|
|
2234
2234
|
description?: {
|
|
2235
2235
|
type: "text" | "mention" | "equation";
|
|
2236
|
-
plain_text?: string | undefined;
|
|
2237
2236
|
text?: {
|
|
2238
2237
|
content: string;
|
|
2239
2238
|
link?: {
|
|
2240
2239
|
url: string;
|
|
2241
2240
|
} | null | undefined;
|
|
2242
2241
|
} | undefined;
|
|
2242
|
+
plain_text?: string | undefined;
|
|
2243
2243
|
annotations?: {
|
|
2244
2244
|
code?: boolean | undefined;
|
|
2245
2245
|
bold?: boolean | undefined;
|
|
@@ -2252,13 +2252,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2252
2252
|
}[] | undefined;
|
|
2253
2253
|
title?: {
|
|
2254
2254
|
type: "text" | "mention" | "equation";
|
|
2255
|
-
plain_text?: string | undefined;
|
|
2256
2255
|
text?: {
|
|
2257
2256
|
content: string;
|
|
2258
2257
|
link?: {
|
|
2259
2258
|
url: string;
|
|
2260
2259
|
} | null | undefined;
|
|
2261
2260
|
} | undefined;
|
|
2261
|
+
plain_text?: string | undefined;
|
|
2262
2262
|
annotations?: {
|
|
2263
2263
|
code?: boolean | undefined;
|
|
2264
2264
|
bold?: boolean | undefined;
|
|
@@ -2334,14 +2334,14 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2334
2334
|
after: z.ZodOptional<z.ZodString>;
|
|
2335
2335
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
2336
2336
|
}, "strip", z.ZodTypeAny, {
|
|
2337
|
-
block_id: string;
|
|
2338
2337
|
operation: "append_block_children";
|
|
2338
|
+
block_id: string;
|
|
2339
2339
|
children: unknown[];
|
|
2340
2340
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2341
2341
|
after?: string | undefined;
|
|
2342
2342
|
}, {
|
|
2343
|
-
block_id: string;
|
|
2344
2343
|
operation: "append_block_children";
|
|
2344
|
+
block_id: string;
|
|
2345
2345
|
children: unknown[];
|
|
2346
2346
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2347
2347
|
after?: string | undefined;
|
|
@@ -2352,14 +2352,14 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2352
2352
|
page_size: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2353
2353
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
2354
2354
|
}, "strip", z.ZodTypeAny, {
|
|
2355
|
-
block_id: string;
|
|
2356
2355
|
operation: "retrieve_block_children";
|
|
2356
|
+
block_id: string;
|
|
2357
2357
|
page_size: number;
|
|
2358
2358
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2359
2359
|
start_cursor?: string | undefined;
|
|
2360
2360
|
}, {
|
|
2361
|
-
block_id: string;
|
|
2362
2361
|
operation: "retrieve_block_children";
|
|
2362
|
+
block_id: string;
|
|
2363
2363
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2364
2364
|
page_size?: number | undefined;
|
|
2365
2365
|
start_cursor?: string | undefined;
|
|
@@ -2368,12 +2368,12 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2368
2368
|
block_id: z.ZodString;
|
|
2369
2369
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
2370
2370
|
}, "strip", z.ZodTypeAny, {
|
|
2371
|
-
block_id: string;
|
|
2372
2371
|
operation: "retrieve_block";
|
|
2372
|
+
block_id: string;
|
|
2373
2373
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2374
2374
|
}, {
|
|
2375
|
-
block_id: string;
|
|
2376
2375
|
operation: "retrieve_block";
|
|
2376
|
+
block_id: string;
|
|
2377
2377
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2378
2378
|
}>, z.ZodObject<{
|
|
2379
2379
|
operation: z.ZodLiteral<"update_block">;
|
|
@@ -2381,13 +2381,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2381
2381
|
archived: z.ZodOptional<z.ZodBoolean>;
|
|
2382
2382
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
2383
2383
|
}, "strip", z.ZodTypeAny, {
|
|
2384
|
-
block_id: string;
|
|
2385
2384
|
operation: "update_block";
|
|
2385
|
+
block_id: string;
|
|
2386
2386
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2387
2387
|
archived?: boolean | undefined;
|
|
2388
2388
|
}, {
|
|
2389
|
-
block_id: string;
|
|
2390
2389
|
operation: "update_block";
|
|
2390
|
+
block_id: string;
|
|
2391
2391
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2392
2392
|
archived?: boolean | undefined;
|
|
2393
2393
|
}>, z.ZodObject<{
|
|
@@ -2450,13 +2450,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2450
2450
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2451
2451
|
}, "strip", z.ZodTypeAny, {
|
|
2452
2452
|
type: "text" | "mention" | "equation";
|
|
2453
|
-
plain_text?: string | undefined;
|
|
2454
2453
|
text?: {
|
|
2455
2454
|
content: string;
|
|
2456
2455
|
link?: {
|
|
2457
2456
|
url: string;
|
|
2458
2457
|
} | null | undefined;
|
|
2459
2458
|
} | undefined;
|
|
2459
|
+
plain_text?: string | undefined;
|
|
2460
2460
|
annotations?: {
|
|
2461
2461
|
code: boolean;
|
|
2462
2462
|
bold: boolean;
|
|
@@ -2468,13 +2468,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2468
2468
|
href?: string | null | undefined;
|
|
2469
2469
|
}, {
|
|
2470
2470
|
type: "text" | "mention" | "equation";
|
|
2471
|
-
plain_text?: string | undefined;
|
|
2472
2471
|
text?: {
|
|
2473
2472
|
content: string;
|
|
2474
2473
|
link?: {
|
|
2475
2474
|
url: string;
|
|
2476
2475
|
} | null | undefined;
|
|
2477
2476
|
} | undefined;
|
|
2477
|
+
plain_text?: string | undefined;
|
|
2478
2478
|
annotations?: {
|
|
2479
2479
|
code?: boolean | undefined;
|
|
2480
2480
|
bold?: boolean | undefined;
|
|
@@ -2524,13 +2524,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2524
2524
|
operation: "create_comment";
|
|
2525
2525
|
rich_text: {
|
|
2526
2526
|
type: "text" | "mention" | "equation";
|
|
2527
|
-
plain_text?: string | undefined;
|
|
2528
2527
|
text?: {
|
|
2529
2528
|
content: string;
|
|
2530
2529
|
link?: {
|
|
2531
2530
|
url: string;
|
|
2532
2531
|
} | null | undefined;
|
|
2533
2532
|
} | undefined;
|
|
2533
|
+
plain_text?: string | undefined;
|
|
2534
2534
|
annotations?: {
|
|
2535
2535
|
code: boolean;
|
|
2536
2536
|
bold: boolean;
|
|
@@ -2560,13 +2560,13 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2560
2560
|
operation: "create_comment";
|
|
2561
2561
|
rich_text: {
|
|
2562
2562
|
type: "text" | "mention" | "equation";
|
|
2563
|
-
plain_text?: string | undefined;
|
|
2564
2563
|
text?: {
|
|
2565
2564
|
content: string;
|
|
2566
2565
|
link?: {
|
|
2567
2566
|
url: string;
|
|
2568
2567
|
} | null | undefined;
|
|
2569
2568
|
} | undefined;
|
|
2569
|
+
plain_text?: string | undefined;
|
|
2570
2570
|
annotations?: {
|
|
2571
2571
|
code?: boolean | undefined;
|
|
2572
2572
|
bold?: boolean | undefined;
|
|
@@ -2995,6 +2995,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2995
2995
|
object: "page";
|
|
2996
2996
|
properties: Record<string, unknown>;
|
|
2997
2997
|
url: string;
|
|
2998
|
+
id: string;
|
|
2998
2999
|
parent: {
|
|
2999
3000
|
type: "page_id";
|
|
3000
3001
|
page_id: string;
|
|
@@ -3012,7 +3013,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3012
3013
|
type: "workspace";
|
|
3013
3014
|
workspace: true;
|
|
3014
3015
|
};
|
|
3015
|
-
id: string;
|
|
3016
3016
|
created_time: string;
|
|
3017
3017
|
last_edited_time: string;
|
|
3018
3018
|
created_by: {
|
|
@@ -3088,6 +3088,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3088
3088
|
object: "page";
|
|
3089
3089
|
properties: Record<string, unknown>;
|
|
3090
3090
|
url: string;
|
|
3091
|
+
id: string;
|
|
3091
3092
|
parent: {
|
|
3092
3093
|
type: "page_id";
|
|
3093
3094
|
page_id: string;
|
|
@@ -3105,7 +3106,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3105
3106
|
type: "workspace";
|
|
3106
3107
|
workspace: true;
|
|
3107
3108
|
};
|
|
3108
|
-
id: string;
|
|
3109
3109
|
created_time: string;
|
|
3110
3110
|
last_edited_time: string;
|
|
3111
3111
|
created_by: {
|
|
@@ -3186,6 +3186,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3186
3186
|
object: "page";
|
|
3187
3187
|
properties: Record<string, unknown>;
|
|
3188
3188
|
url: string;
|
|
3189
|
+
id: string;
|
|
3189
3190
|
parent: {
|
|
3190
3191
|
type: "page_id";
|
|
3191
3192
|
page_id: string;
|
|
@@ -3203,7 +3204,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3203
3204
|
type: "workspace";
|
|
3204
3205
|
workspace: true;
|
|
3205
3206
|
};
|
|
3206
|
-
id: string;
|
|
3207
3207
|
created_time: string;
|
|
3208
3208
|
last_edited_time: string;
|
|
3209
3209
|
created_by: {
|
|
@@ -3284,6 +3284,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3284
3284
|
object: "page";
|
|
3285
3285
|
properties: Record<string, unknown>;
|
|
3286
3286
|
url: string;
|
|
3287
|
+
id: string;
|
|
3287
3288
|
parent: {
|
|
3288
3289
|
type: "page_id";
|
|
3289
3290
|
page_id: string;
|
|
@@ -3301,7 +3302,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3301
3302
|
type: "workspace";
|
|
3302
3303
|
workspace: true;
|
|
3303
3304
|
};
|
|
3304
|
-
id: string;
|
|
3305
3305
|
created_time: string;
|
|
3306
3306
|
last_edited_time: string;
|
|
3307
3307
|
created_by: {
|
|
@@ -3699,6 +3699,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3699
3699
|
object: "page";
|
|
3700
3700
|
properties: Record<string, unknown>;
|
|
3701
3701
|
url: string;
|
|
3702
|
+
id: string;
|
|
3702
3703
|
parent: {
|
|
3703
3704
|
type: "page_id";
|
|
3704
3705
|
page_id: string;
|
|
@@ -3716,7 +3717,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3716
3717
|
type: "workspace";
|
|
3717
3718
|
workspace: true;
|
|
3718
3719
|
};
|
|
3719
|
-
id: string;
|
|
3720
3720
|
created_time: string;
|
|
3721
3721
|
last_edited_time: string;
|
|
3722
3722
|
created_by: {
|
|
@@ -3792,6 +3792,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3792
3792
|
object: "page";
|
|
3793
3793
|
properties: Record<string, unknown>;
|
|
3794
3794
|
url: string;
|
|
3795
|
+
id: string;
|
|
3795
3796
|
parent: {
|
|
3796
3797
|
type: "page_id";
|
|
3797
3798
|
page_id: string;
|
|
@@ -3809,7 +3810,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3809
3810
|
type: "workspace";
|
|
3810
3811
|
workspace: true;
|
|
3811
3812
|
};
|
|
3812
|
-
id: string;
|
|
3813
3813
|
created_time: string;
|
|
3814
3814
|
last_edited_time: string;
|
|
3815
3815
|
created_by: {
|
|
@@ -3890,6 +3890,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3890
3890
|
object: "page";
|
|
3891
3891
|
properties: Record<string, unknown>;
|
|
3892
3892
|
url: string;
|
|
3893
|
+
id: string;
|
|
3893
3894
|
parent: {
|
|
3894
3895
|
type: "page_id";
|
|
3895
3896
|
page_id: string;
|
|
@@ -3907,7 +3908,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3907
3908
|
type: "workspace";
|
|
3908
3909
|
workspace: true;
|
|
3909
3910
|
};
|
|
3910
|
-
id: string;
|
|
3911
3911
|
created_time: string;
|
|
3912
3912
|
last_edited_time: string;
|
|
3913
3913
|
created_by: {
|
|
@@ -3988,6 +3988,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3988
3988
|
object: "page";
|
|
3989
3989
|
properties: Record<string, unknown>;
|
|
3990
3990
|
url: string;
|
|
3991
|
+
id: string;
|
|
3991
3992
|
parent: {
|
|
3992
3993
|
type: "page_id";
|
|
3993
3994
|
page_id: string;
|
|
@@ -4005,7 +4006,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4005
4006
|
type: "workspace";
|
|
4006
4007
|
workspace: true;
|
|
4007
4008
|
};
|
|
4008
|
-
id: string;
|
|
4009
4009
|
created_time: string;
|
|
4010
4010
|
last_edited_time: string;
|
|
4011
4011
|
created_by: {
|
|
@@ -4403,6 +4403,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4403
4403
|
object: "page";
|
|
4404
4404
|
properties: Record<string, unknown>;
|
|
4405
4405
|
url: string;
|
|
4406
|
+
id: string;
|
|
4406
4407
|
parent: {
|
|
4407
4408
|
type: "page_id";
|
|
4408
4409
|
page_id: string;
|
|
@@ -4420,7 +4421,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4420
4421
|
type: "workspace";
|
|
4421
4422
|
workspace: true;
|
|
4422
4423
|
};
|
|
4423
|
-
id: string;
|
|
4424
4424
|
created_time: string;
|
|
4425
4425
|
last_edited_time: string;
|
|
4426
4426
|
created_by: {
|
|
@@ -4496,6 +4496,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4496
4496
|
object: "page";
|
|
4497
4497
|
properties: Record<string, unknown>;
|
|
4498
4498
|
url: string;
|
|
4499
|
+
id: string;
|
|
4499
4500
|
parent: {
|
|
4500
4501
|
type: "page_id";
|
|
4501
4502
|
page_id: string;
|
|
@@ -4513,7 +4514,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4513
4514
|
type: "workspace";
|
|
4514
4515
|
workspace: true;
|
|
4515
4516
|
};
|
|
4516
|
-
id: string;
|
|
4517
4517
|
created_time: string;
|
|
4518
4518
|
last_edited_time: string;
|
|
4519
4519
|
created_by: {
|
|
@@ -4594,6 +4594,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4594
4594
|
object: "page";
|
|
4595
4595
|
properties: Record<string, unknown>;
|
|
4596
4596
|
url: string;
|
|
4597
|
+
id: string;
|
|
4597
4598
|
parent: {
|
|
4598
4599
|
type: "page_id";
|
|
4599
4600
|
page_id: string;
|
|
@@ -4611,7 +4612,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4611
4612
|
type: "workspace";
|
|
4612
4613
|
workspace: true;
|
|
4613
4614
|
};
|
|
4614
|
-
id: string;
|
|
4615
4615
|
created_time: string;
|
|
4616
4616
|
last_edited_time: string;
|
|
4617
4617
|
created_by: {
|
|
@@ -4692,6 +4692,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4692
4692
|
object: "page";
|
|
4693
4693
|
properties: Record<string, unknown>;
|
|
4694
4694
|
url: string;
|
|
4695
|
+
id: string;
|
|
4695
4696
|
parent: {
|
|
4696
4697
|
type: "page_id";
|
|
4697
4698
|
page_id: string;
|
|
@@ -4709,7 +4710,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4709
4710
|
type: "workspace";
|
|
4710
4711
|
workspace: true;
|
|
4711
4712
|
};
|
|
4712
|
-
id: string;
|
|
4713
4713
|
created_time: string;
|
|
4714
4714
|
last_edited_time: string;
|
|
4715
4715
|
created_by: {
|
|
@@ -4839,13 +4839,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4839
4839
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4840
4840
|
}, "strip", z.ZodTypeAny, {
|
|
4841
4841
|
type: "text" | "mention" | "equation";
|
|
4842
|
-
plain_text?: string | undefined;
|
|
4843
4842
|
text?: {
|
|
4844
4843
|
content: string;
|
|
4845
4844
|
link?: {
|
|
4846
4845
|
url: string;
|
|
4847
4846
|
} | null | undefined;
|
|
4848
4847
|
} | undefined;
|
|
4848
|
+
plain_text?: string | undefined;
|
|
4849
4849
|
annotations?: {
|
|
4850
4850
|
code: boolean;
|
|
4851
4851
|
bold: boolean;
|
|
@@ -4857,13 +4857,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4857
4857
|
href?: string | null | undefined;
|
|
4858
4858
|
}, {
|
|
4859
4859
|
type: "text" | "mention" | "equation";
|
|
4860
|
-
plain_text?: string | undefined;
|
|
4861
4860
|
text?: {
|
|
4862
4861
|
content: string;
|
|
4863
4862
|
link?: {
|
|
4864
4863
|
url: string;
|
|
4865
4864
|
} | null | undefined;
|
|
4866
4865
|
} | undefined;
|
|
4866
|
+
plain_text?: string | undefined;
|
|
4867
4867
|
annotations?: {
|
|
4868
4868
|
code?: boolean | undefined;
|
|
4869
4869
|
bold?: boolean | undefined;
|
|
@@ -4922,13 +4922,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4922
4922
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4923
4923
|
}, "strip", z.ZodTypeAny, {
|
|
4924
4924
|
type: "text" | "mention" | "equation";
|
|
4925
|
-
plain_text?: string | undefined;
|
|
4926
4925
|
text?: {
|
|
4927
4926
|
content: string;
|
|
4928
4927
|
link?: {
|
|
4929
4928
|
url: string;
|
|
4930
4929
|
} | null | undefined;
|
|
4931
4930
|
} | undefined;
|
|
4931
|
+
plain_text?: string | undefined;
|
|
4932
4932
|
annotations?: {
|
|
4933
4933
|
code: boolean;
|
|
4934
4934
|
bold: boolean;
|
|
@@ -4940,13 +4940,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4940
4940
|
href?: string | null | undefined;
|
|
4941
4941
|
}, {
|
|
4942
4942
|
type: "text" | "mention" | "equation";
|
|
4943
|
-
plain_text?: string | undefined;
|
|
4944
4943
|
text?: {
|
|
4945
4944
|
content: string;
|
|
4946
4945
|
link?: {
|
|
4947
4946
|
url: string;
|
|
4948
4947
|
} | null | undefined;
|
|
4949
4948
|
} | undefined;
|
|
4949
|
+
plain_text?: string | undefined;
|
|
4950
4950
|
annotations?: {
|
|
4951
4951
|
code?: boolean | undefined;
|
|
4952
4952
|
bold?: boolean | undefined;
|
|
@@ -5321,13 +5321,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5321
5321
|
object: "database";
|
|
5322
5322
|
title: {
|
|
5323
5323
|
type: "text" | "mention" | "equation";
|
|
5324
|
-
plain_text?: string | undefined;
|
|
5325
5324
|
text?: {
|
|
5326
5325
|
content: string;
|
|
5327
5326
|
link?: {
|
|
5328
5327
|
url: string;
|
|
5329
5328
|
} | null | undefined;
|
|
5330
5329
|
} | undefined;
|
|
5330
|
+
plain_text?: string | undefined;
|
|
5331
5331
|
annotations?: {
|
|
5332
5332
|
code: boolean;
|
|
5333
5333
|
bold: boolean;
|
|
@@ -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,7 +5356,6 @@ 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: {
|
|
@@ -5396,13 +5396,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5396
5396
|
}[];
|
|
5397
5397
|
description?: {
|
|
5398
5398
|
type: "text" | "mention" | "equation";
|
|
5399
|
-
plain_text?: string | undefined;
|
|
5400
5399
|
text?: {
|
|
5401
5400
|
content: string;
|
|
5402
5401
|
link?: {
|
|
5403
5402
|
url: string;
|
|
5404
5403
|
} | null | undefined;
|
|
5405
5404
|
} | undefined;
|
|
5405
|
+
plain_text?: string | undefined;
|
|
5406
5406
|
annotations?: {
|
|
5407
5407
|
code: boolean;
|
|
5408
5408
|
bold: boolean;
|
|
@@ -5454,88 +5454,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5454
5454
|
object: "database";
|
|
5455
5455
|
title: {
|
|
5456
5456
|
type: "text" | "mention" | "equation";
|
|
5457
|
-
plain_text?: string | undefined;
|
|
5458
5457
|
text?: {
|
|
5459
5458
|
content: string;
|
|
5460
5459
|
link?: {
|
|
5461
5460
|
url: string;
|
|
5462
5461
|
} | null | undefined;
|
|
5463
5462
|
} | undefined;
|
|
5464
|
-
annotations?: {
|
|
5465
|
-
code?: boolean | undefined;
|
|
5466
|
-
bold?: boolean | undefined;
|
|
5467
|
-
color?: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red" | undefined;
|
|
5468
|
-
italic?: boolean | undefined;
|
|
5469
|
-
strikethrough?: boolean | undefined;
|
|
5470
|
-
underline?: boolean | undefined;
|
|
5471
|
-
} | undefined;
|
|
5472
|
-
href?: string | null | undefined;
|
|
5473
|
-
}[];
|
|
5474
|
-
parent: {
|
|
5475
|
-
type: "page_id";
|
|
5476
|
-
page_id: string;
|
|
5477
|
-
} | {
|
|
5478
|
-
type: "database_id";
|
|
5479
|
-
database_id: string;
|
|
5480
|
-
} | {
|
|
5481
|
-
type: "data_source_id";
|
|
5482
|
-
data_source_id: string;
|
|
5483
|
-
database_id?: string | undefined;
|
|
5484
|
-
} | {
|
|
5485
|
-
type: "block_id";
|
|
5486
|
-
block_id: string;
|
|
5487
|
-
} | {
|
|
5488
|
-
type: "workspace";
|
|
5489
|
-
workspace: true;
|
|
5490
|
-
};
|
|
5491
|
-
id: string;
|
|
5492
|
-
created_time: string;
|
|
5493
|
-
last_edited_time: string;
|
|
5494
|
-
data_sources: {
|
|
5495
|
-
name: string;
|
|
5496
|
-
id: string;
|
|
5497
|
-
icon?: {
|
|
5498
|
-
type: "emoji";
|
|
5499
|
-
emoji: string;
|
|
5500
|
-
} | {
|
|
5501
|
-
type: "external";
|
|
5502
|
-
external: {
|
|
5503
|
-
url: string;
|
|
5504
|
-
};
|
|
5505
|
-
} | {
|
|
5506
|
-
type: "file";
|
|
5507
|
-
file: {
|
|
5508
|
-
url: string;
|
|
5509
|
-
expiry_time: string;
|
|
5510
|
-
};
|
|
5511
|
-
} | null | undefined;
|
|
5512
|
-
cover?: {
|
|
5513
|
-
type: "file";
|
|
5514
|
-
file: {
|
|
5515
|
-
url: string;
|
|
5516
|
-
expiry_time: string;
|
|
5517
|
-
};
|
|
5518
|
-
} | {
|
|
5519
|
-
type: "file_upload";
|
|
5520
|
-
file_upload: {
|
|
5521
|
-
id: string;
|
|
5522
|
-
};
|
|
5523
|
-
} | {
|
|
5524
|
-
type: "external";
|
|
5525
|
-
external: {
|
|
5526
|
-
url: string;
|
|
5527
|
-
};
|
|
5528
|
-
} | null | undefined;
|
|
5529
|
-
}[];
|
|
5530
|
-
description?: {
|
|
5531
|
-
type: "text" | "mention" | "equation";
|
|
5532
5463
|
plain_text?: string | undefined;
|
|
5533
|
-
text?: {
|
|
5534
|
-
content: string;
|
|
5535
|
-
link?: {
|
|
5536
|
-
url: string;
|
|
5537
|
-
} | null | undefined;
|
|
5538
|
-
} | undefined;
|
|
5539
5464
|
annotations?: {
|
|
5540
5465
|
code?: boolean | undefined;
|
|
5541
5466
|
bold?: boolean | undefined;
|
|
@@ -5545,70 +5470,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5545
5470
|
underline?: boolean | undefined;
|
|
5546
5471
|
} | undefined;
|
|
5547
5472
|
href?: string | null | undefined;
|
|
5548
|
-
}[] | undefined;
|
|
5549
|
-
url?: string | undefined;
|
|
5550
|
-
is_locked?: boolean | undefined;
|
|
5551
|
-
icon?: {
|
|
5552
|
-
type: "emoji";
|
|
5553
|
-
emoji: string;
|
|
5554
|
-
} | {
|
|
5555
|
-
type: "external";
|
|
5556
|
-
external: {
|
|
5557
|
-
url: string;
|
|
5558
|
-
};
|
|
5559
|
-
} | {
|
|
5560
|
-
type: "file";
|
|
5561
|
-
file: {
|
|
5562
|
-
url: string;
|
|
5563
|
-
expiry_time: string;
|
|
5564
|
-
};
|
|
5565
|
-
} | null | undefined;
|
|
5566
|
-
cover?: {
|
|
5567
|
-
type: "file";
|
|
5568
|
-
file: {
|
|
5569
|
-
url: string;
|
|
5570
|
-
expiry_time: string;
|
|
5571
|
-
};
|
|
5572
|
-
} | {
|
|
5573
|
-
type: "file_upload";
|
|
5574
|
-
file_upload: {
|
|
5575
|
-
id: string;
|
|
5576
|
-
};
|
|
5577
|
-
} | {
|
|
5578
|
-
type: "external";
|
|
5579
|
-
external: {
|
|
5580
|
-
url: string;
|
|
5581
|
-
};
|
|
5582
|
-
} | null | undefined;
|
|
5583
|
-
in_trash?: boolean | undefined;
|
|
5584
|
-
public_url?: string | null | undefined;
|
|
5585
|
-
is_inline?: boolean | undefined;
|
|
5586
|
-
}>>;
|
|
5587
|
-
}, "strip", z.ZodTypeAny, {
|
|
5588
|
-
error: string;
|
|
5589
|
-
success: boolean;
|
|
5590
|
-
operation: "retrieve_database";
|
|
5591
|
-
database?: {
|
|
5592
|
-
object: "database";
|
|
5593
|
-
title: {
|
|
5594
|
-
type: "text" | "mention" | "equation";
|
|
5595
|
-
plain_text?: string | undefined;
|
|
5596
|
-
text?: {
|
|
5597
|
-
content: string;
|
|
5598
|
-
link?: {
|
|
5599
|
-
url: string;
|
|
5600
|
-
} | null | undefined;
|
|
5601
|
-
} | undefined;
|
|
5602
|
-
annotations?: {
|
|
5603
|
-
code: boolean;
|
|
5604
|
-
bold: boolean;
|
|
5605
|
-
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
5606
|
-
italic: boolean;
|
|
5607
|
-
strikethrough: boolean;
|
|
5608
|
-
underline: boolean;
|
|
5609
|
-
} | undefined;
|
|
5610
|
-
href?: string | null | undefined;
|
|
5611
5473
|
}[];
|
|
5474
|
+
id: string;
|
|
5612
5475
|
parent: {
|
|
5613
5476
|
type: "page_id";
|
|
5614
5477
|
page_id: string;
|
|
@@ -5626,7 +5489,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5626
5489
|
type: "workspace";
|
|
5627
5490
|
workspace: true;
|
|
5628
5491
|
};
|
|
5629
|
-
id: string;
|
|
5630
5492
|
created_time: string;
|
|
5631
5493
|
last_edited_time: string;
|
|
5632
5494
|
data_sources: {
|
|
@@ -5667,13 +5529,151 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5667
5529
|
}[];
|
|
5668
5530
|
description?: {
|
|
5669
5531
|
type: "text" | "mention" | "equation";
|
|
5532
|
+
text?: {
|
|
5533
|
+
content: string;
|
|
5534
|
+
link?: {
|
|
5535
|
+
url: string;
|
|
5536
|
+
} | null | undefined;
|
|
5537
|
+
} | undefined;
|
|
5538
|
+
plain_text?: string | undefined;
|
|
5539
|
+
annotations?: {
|
|
5540
|
+
code?: boolean | undefined;
|
|
5541
|
+
bold?: boolean | undefined;
|
|
5542
|
+
color?: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red" | undefined;
|
|
5543
|
+
italic?: boolean | undefined;
|
|
5544
|
+
strikethrough?: boolean | undefined;
|
|
5545
|
+
underline?: boolean | undefined;
|
|
5546
|
+
} | undefined;
|
|
5547
|
+
href?: string | null | undefined;
|
|
5548
|
+
}[] | undefined;
|
|
5549
|
+
url?: string | undefined;
|
|
5550
|
+
is_locked?: boolean | undefined;
|
|
5551
|
+
icon?: {
|
|
5552
|
+
type: "emoji";
|
|
5553
|
+
emoji: string;
|
|
5554
|
+
} | {
|
|
5555
|
+
type: "external";
|
|
5556
|
+
external: {
|
|
5557
|
+
url: string;
|
|
5558
|
+
};
|
|
5559
|
+
} | {
|
|
5560
|
+
type: "file";
|
|
5561
|
+
file: {
|
|
5562
|
+
url: string;
|
|
5563
|
+
expiry_time: string;
|
|
5564
|
+
};
|
|
5565
|
+
} | null | undefined;
|
|
5566
|
+
cover?: {
|
|
5567
|
+
type: "file";
|
|
5568
|
+
file: {
|
|
5569
|
+
url: string;
|
|
5570
|
+
expiry_time: string;
|
|
5571
|
+
};
|
|
5572
|
+
} | {
|
|
5573
|
+
type: "file_upload";
|
|
5574
|
+
file_upload: {
|
|
5575
|
+
id: string;
|
|
5576
|
+
};
|
|
5577
|
+
} | {
|
|
5578
|
+
type: "external";
|
|
5579
|
+
external: {
|
|
5580
|
+
url: string;
|
|
5581
|
+
};
|
|
5582
|
+
} | null | undefined;
|
|
5583
|
+
in_trash?: boolean | undefined;
|
|
5584
|
+
public_url?: string | null | undefined;
|
|
5585
|
+
is_inline?: boolean | undefined;
|
|
5586
|
+
}>>;
|
|
5587
|
+
}, "strip", z.ZodTypeAny, {
|
|
5588
|
+
error: string;
|
|
5589
|
+
success: boolean;
|
|
5590
|
+
operation: "retrieve_database";
|
|
5591
|
+
database?: {
|
|
5592
|
+
object: "database";
|
|
5593
|
+
title: {
|
|
5594
|
+
type: "text" | "mention" | "equation";
|
|
5595
|
+
text?: {
|
|
5596
|
+
content: string;
|
|
5597
|
+
link?: {
|
|
5598
|
+
url: string;
|
|
5599
|
+
} | null | undefined;
|
|
5600
|
+
} | undefined;
|
|
5670
5601
|
plain_text?: string | undefined;
|
|
5602
|
+
annotations?: {
|
|
5603
|
+
code: boolean;
|
|
5604
|
+
bold: boolean;
|
|
5605
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
5606
|
+
italic: boolean;
|
|
5607
|
+
strikethrough: boolean;
|
|
5608
|
+
underline: boolean;
|
|
5609
|
+
} | undefined;
|
|
5610
|
+
href?: string | null | undefined;
|
|
5611
|
+
}[];
|
|
5612
|
+
id: string;
|
|
5613
|
+
parent: {
|
|
5614
|
+
type: "page_id";
|
|
5615
|
+
page_id: string;
|
|
5616
|
+
} | {
|
|
5617
|
+
type: "database_id";
|
|
5618
|
+
database_id: string;
|
|
5619
|
+
} | {
|
|
5620
|
+
type: "data_source_id";
|
|
5621
|
+
data_source_id: string;
|
|
5622
|
+
database_id?: string | undefined;
|
|
5623
|
+
} | {
|
|
5624
|
+
type: "block_id";
|
|
5625
|
+
block_id: string;
|
|
5626
|
+
} | {
|
|
5627
|
+
type: "workspace";
|
|
5628
|
+
workspace: true;
|
|
5629
|
+
};
|
|
5630
|
+
created_time: string;
|
|
5631
|
+
last_edited_time: string;
|
|
5632
|
+
data_sources: {
|
|
5633
|
+
name: string;
|
|
5634
|
+
id: string;
|
|
5635
|
+
icon?: {
|
|
5636
|
+
type: "emoji";
|
|
5637
|
+
emoji: string;
|
|
5638
|
+
} | {
|
|
5639
|
+
type: "external";
|
|
5640
|
+
external: {
|
|
5641
|
+
url: string;
|
|
5642
|
+
};
|
|
5643
|
+
} | {
|
|
5644
|
+
type: "file";
|
|
5645
|
+
file: {
|
|
5646
|
+
url: string;
|
|
5647
|
+
expiry_time: string;
|
|
5648
|
+
};
|
|
5649
|
+
} | null | undefined;
|
|
5650
|
+
cover?: {
|
|
5651
|
+
type: "file";
|
|
5652
|
+
file: {
|
|
5653
|
+
url: string;
|
|
5654
|
+
expiry_time: string;
|
|
5655
|
+
};
|
|
5656
|
+
} | {
|
|
5657
|
+
type: "file_upload";
|
|
5658
|
+
file_upload: {
|
|
5659
|
+
id: string;
|
|
5660
|
+
};
|
|
5661
|
+
} | {
|
|
5662
|
+
type: "external";
|
|
5663
|
+
external: {
|
|
5664
|
+
url: string;
|
|
5665
|
+
};
|
|
5666
|
+
} | null | undefined;
|
|
5667
|
+
}[];
|
|
5668
|
+
description?: {
|
|
5669
|
+
type: "text" | "mention" | "equation";
|
|
5671
5670
|
text?: {
|
|
5672
5671
|
content: string;
|
|
5673
5672
|
link?: {
|
|
5674
5673
|
url: string;
|
|
5675
5674
|
} | null | undefined;
|
|
5676
5675
|
} | undefined;
|
|
5676
|
+
plain_text?: string | undefined;
|
|
5677
5677
|
annotations?: {
|
|
5678
5678
|
code: boolean;
|
|
5679
5679
|
bold: boolean;
|
|
@@ -5730,13 +5730,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5730
5730
|
object: "database";
|
|
5731
5731
|
title: {
|
|
5732
5732
|
type: "text" | "mention" | "equation";
|
|
5733
|
-
plain_text?: string | undefined;
|
|
5734
5733
|
text?: {
|
|
5735
5734
|
content: string;
|
|
5736
5735
|
link?: {
|
|
5737
5736
|
url: string;
|
|
5738
5737
|
} | null | undefined;
|
|
5739
5738
|
} | undefined;
|
|
5739
|
+
plain_text?: string | undefined;
|
|
5740
5740
|
annotations?: {
|
|
5741
5741
|
code?: boolean | undefined;
|
|
5742
5742
|
bold?: boolean | undefined;
|
|
@@ -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,7 +5765,6 @@ 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: {
|
|
@@ -5805,13 +5805,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
5805
5805
|
}[];
|
|
5806
5806
|
description?: {
|
|
5807
5807
|
type: "text" | "mention" | "equation";
|
|
5808
|
-
plain_text?: string | undefined;
|
|
5809
5808
|
text?: {
|
|
5810
5809
|
content: string;
|
|
5811
5810
|
link?: {
|
|
5812
5811
|
url: string;
|
|
5813
5812
|
} | null | undefined;
|
|
5814
5813
|
} | undefined;
|
|
5814
|
+
plain_text?: string | undefined;
|
|
5815
5815
|
annotations?: {
|
|
5816
5816
|
code?: boolean | undefined;
|
|
5817
5817
|
bold?: boolean | undefined;
|
|
@@ -6296,13 +6296,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
6296
6296
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6297
6297
|
}, "strip", z.ZodTypeAny, {
|
|
6298
6298
|
type: "text" | "mention" | "equation";
|
|
6299
|
-
plain_text?: string | undefined;
|
|
6300
6299
|
text?: {
|
|
6301
6300
|
content: string;
|
|
6302
6301
|
link?: {
|
|
6303
6302
|
url: string;
|
|
6304
6303
|
} | null | undefined;
|
|
6305
6304
|
} | undefined;
|
|
6305
|
+
plain_text?: string | undefined;
|
|
6306
6306
|
annotations?: {
|
|
6307
6307
|
code: boolean;
|
|
6308
6308
|
bold: boolean;
|
|
@@ -6314,13 +6314,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
6314
6314
|
href?: string | null | undefined;
|
|
6315
6315
|
}, {
|
|
6316
6316
|
type: "text" | "mention" | "equation";
|
|
6317
|
-
plain_text?: string | undefined;
|
|
6318
6317
|
text?: {
|
|
6319
6318
|
content: string;
|
|
6320
6319
|
link?: {
|
|
6321
6320
|
url: string;
|
|
6322
6321
|
} | null | undefined;
|
|
6323
6322
|
} | undefined;
|
|
6323
|
+
plain_text?: string | undefined;
|
|
6324
6324
|
annotations?: {
|
|
6325
6325
|
code?: boolean | undefined;
|
|
6326
6326
|
bold?: boolean | undefined;
|
|
@@ -6379,13 +6379,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
6379
6379
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6380
6380
|
}, "strip", z.ZodTypeAny, {
|
|
6381
6381
|
type: "text" | "mention" | "equation";
|
|
6382
|
-
plain_text?: string | undefined;
|
|
6383
6382
|
text?: {
|
|
6384
6383
|
content: string;
|
|
6385
6384
|
link?: {
|
|
6386
6385
|
url: string;
|
|
6387
6386
|
} | null | undefined;
|
|
6388
6387
|
} | undefined;
|
|
6388
|
+
plain_text?: string | undefined;
|
|
6389
6389
|
annotations?: {
|
|
6390
6390
|
code: boolean;
|
|
6391
6391
|
bold: boolean;
|
|
@@ -6397,13 +6397,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
6397
6397
|
href?: string | null | undefined;
|
|
6398
6398
|
}, {
|
|
6399
6399
|
type: "text" | "mention" | "equation";
|
|
6400
|
-
plain_text?: string | undefined;
|
|
6401
6400
|
text?: {
|
|
6402
6401
|
content: string;
|
|
6403
6402
|
link?: {
|
|
6404
6403
|
url: string;
|
|
6405
6404
|
} | null | undefined;
|
|
6406
6405
|
} | undefined;
|
|
6406
|
+
plain_text?: string | undefined;
|
|
6407
6407
|
annotations?: {
|
|
6408
6408
|
code?: boolean | undefined;
|
|
6409
6409
|
bold?: boolean | undefined;
|
|
@@ -6742,13 +6742,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
6742
6742
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6743
6743
|
}, "strip", z.ZodTypeAny, {
|
|
6744
6744
|
type: "text" | "mention" | "equation";
|
|
6745
|
-
plain_text?: string | undefined;
|
|
6746
6745
|
text?: {
|
|
6747
6746
|
content: string;
|
|
6748
6747
|
link?: {
|
|
6749
6748
|
url: string;
|
|
6750
6749
|
} | null | undefined;
|
|
6751
6750
|
} | undefined;
|
|
6751
|
+
plain_text?: string | undefined;
|
|
6752
6752
|
annotations?: {
|
|
6753
6753
|
code: boolean;
|
|
6754
6754
|
bold: boolean;
|
|
@@ -6760,13 +6760,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
6760
6760
|
href?: string | null | undefined;
|
|
6761
6761
|
}, {
|
|
6762
6762
|
type: "text" | "mention" | "equation";
|
|
6763
|
-
plain_text?: string | undefined;
|
|
6764
6763
|
text?: {
|
|
6765
6764
|
content: string;
|
|
6766
6765
|
link?: {
|
|
6767
6766
|
url: string;
|
|
6768
6767
|
} | null | undefined;
|
|
6769
6768
|
} | undefined;
|
|
6769
|
+
plain_text?: string | undefined;
|
|
6770
6770
|
annotations?: {
|
|
6771
6771
|
code?: boolean | undefined;
|
|
6772
6772
|
bold?: boolean | undefined;
|
|
@@ -6825,13 +6825,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
6825
6825
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6826
6826
|
}, "strip", z.ZodTypeAny, {
|
|
6827
6827
|
type: "text" | "mention" | "equation";
|
|
6828
|
-
plain_text?: string | undefined;
|
|
6829
6828
|
text?: {
|
|
6830
6829
|
content: string;
|
|
6831
6830
|
link?: {
|
|
6832
6831
|
url: string;
|
|
6833
6832
|
} | null | undefined;
|
|
6834
6833
|
} | undefined;
|
|
6834
|
+
plain_text?: string | undefined;
|
|
6835
6835
|
annotations?: {
|
|
6836
6836
|
code: boolean;
|
|
6837
6837
|
bold: boolean;
|
|
@@ -6843,13 +6843,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
6843
6843
|
href?: string | null | undefined;
|
|
6844
6844
|
}, {
|
|
6845
6845
|
type: "text" | "mention" | "equation";
|
|
6846
|
-
plain_text?: string | undefined;
|
|
6847
6846
|
text?: {
|
|
6848
6847
|
content: string;
|
|
6849
6848
|
link?: {
|
|
6850
6849
|
url: string;
|
|
6851
6850
|
} | null | undefined;
|
|
6852
6851
|
} | undefined;
|
|
6852
|
+
plain_text?: string | undefined;
|
|
6853
6853
|
annotations?: {
|
|
6854
6854
|
code?: boolean | undefined;
|
|
6855
6855
|
bold?: boolean | undefined;
|
|
@@ -7188,13 +7188,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
7188
7188
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7189
7189
|
}, "strip", z.ZodTypeAny, {
|
|
7190
7190
|
type: "text" | "mention" | "equation";
|
|
7191
|
-
plain_text?: string | undefined;
|
|
7192
7191
|
text?: {
|
|
7193
7192
|
content: string;
|
|
7194
7193
|
link?: {
|
|
7195
7194
|
url: string;
|
|
7196
7195
|
} | null | undefined;
|
|
7197
7196
|
} | undefined;
|
|
7197
|
+
plain_text?: string | undefined;
|
|
7198
7198
|
annotations?: {
|
|
7199
7199
|
code: boolean;
|
|
7200
7200
|
bold: boolean;
|
|
@@ -7206,13 +7206,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
7206
7206
|
href?: string | null | undefined;
|
|
7207
7207
|
}, {
|
|
7208
7208
|
type: "text" | "mention" | "equation";
|
|
7209
|
-
plain_text?: string | undefined;
|
|
7210
7209
|
text?: {
|
|
7211
7210
|
content: string;
|
|
7212
7211
|
link?: {
|
|
7213
7212
|
url: string;
|
|
7214
7213
|
} | null | undefined;
|
|
7215
7214
|
} | undefined;
|
|
7215
|
+
plain_text?: string | undefined;
|
|
7216
7216
|
annotations?: {
|
|
7217
7217
|
code?: boolean | undefined;
|
|
7218
7218
|
bold?: boolean | undefined;
|
|
@@ -7271,13 +7271,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
7271
7271
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7272
7272
|
}, "strip", z.ZodTypeAny, {
|
|
7273
7273
|
type: "text" | "mention" | "equation";
|
|
7274
|
-
plain_text?: string | undefined;
|
|
7275
7274
|
text?: {
|
|
7276
7275
|
content: string;
|
|
7277
7276
|
link?: {
|
|
7278
7277
|
url: string;
|
|
7279
7278
|
} | null | undefined;
|
|
7280
7279
|
} | undefined;
|
|
7280
|
+
plain_text?: string | undefined;
|
|
7281
7281
|
annotations?: {
|
|
7282
7282
|
code: boolean;
|
|
7283
7283
|
bold: boolean;
|
|
@@ -7289,13 +7289,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
7289
7289
|
href?: string | null | undefined;
|
|
7290
7290
|
}, {
|
|
7291
7291
|
type: "text" | "mention" | "equation";
|
|
7292
|
-
plain_text?: string | undefined;
|
|
7293
7292
|
text?: {
|
|
7294
7293
|
content: string;
|
|
7295
7294
|
link?: {
|
|
7296
7295
|
url: string;
|
|
7297
7296
|
} | null | undefined;
|
|
7298
7297
|
} | undefined;
|
|
7298
|
+
plain_text?: string | undefined;
|
|
7299
7299
|
annotations?: {
|
|
7300
7300
|
code?: boolean | undefined;
|
|
7301
7301
|
bold?: boolean | undefined;
|
|
@@ -7639,13 +7639,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
7639
7639
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7640
7640
|
}, "strip", z.ZodTypeAny, {
|
|
7641
7641
|
type: "text" | "mention" | "equation";
|
|
7642
|
-
plain_text?: string | undefined;
|
|
7643
7642
|
text?: {
|
|
7644
7643
|
content: string;
|
|
7645
7644
|
link?: {
|
|
7646
7645
|
url: string;
|
|
7647
7646
|
} | null | undefined;
|
|
7648
7647
|
} | undefined;
|
|
7648
|
+
plain_text?: string | undefined;
|
|
7649
7649
|
annotations?: {
|
|
7650
7650
|
code: boolean;
|
|
7651
7651
|
bold: boolean;
|
|
@@ -7657,13 +7657,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
7657
7657
|
href?: string | null | undefined;
|
|
7658
7658
|
}, {
|
|
7659
7659
|
type: "text" | "mention" | "equation";
|
|
7660
|
-
plain_text?: string | undefined;
|
|
7661
7660
|
text?: {
|
|
7662
7661
|
content: string;
|
|
7663
7662
|
link?: {
|
|
7664
7663
|
url: string;
|
|
7665
7664
|
} | null | undefined;
|
|
7666
7665
|
} | undefined;
|
|
7666
|
+
plain_text?: string | undefined;
|
|
7667
7667
|
annotations?: {
|
|
7668
7668
|
code?: boolean | undefined;
|
|
7669
7669
|
bold?: boolean | undefined;
|
|
@@ -7722,13 +7722,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
7722
7722
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7723
7723
|
}, "strip", z.ZodTypeAny, {
|
|
7724
7724
|
type: "text" | "mention" | "equation";
|
|
7725
|
-
plain_text?: string | undefined;
|
|
7726
7725
|
text?: {
|
|
7727
7726
|
content: string;
|
|
7728
7727
|
link?: {
|
|
7729
7728
|
url: string;
|
|
7730
7729
|
} | null | undefined;
|
|
7731
7730
|
} | undefined;
|
|
7731
|
+
plain_text?: string | undefined;
|
|
7732
7732
|
annotations?: {
|
|
7733
7733
|
code: boolean;
|
|
7734
7734
|
bold: boolean;
|
|
@@ -7740,13 +7740,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
7740
7740
|
href?: string | null | undefined;
|
|
7741
7741
|
}, {
|
|
7742
7742
|
type: "text" | "mention" | "equation";
|
|
7743
|
-
plain_text?: string | undefined;
|
|
7744
7743
|
text?: {
|
|
7745
7744
|
content: string;
|
|
7746
7745
|
link?: {
|
|
7747
7746
|
url: string;
|
|
7748
7747
|
} | null | undefined;
|
|
7749
7748
|
} | undefined;
|
|
7749
|
+
plain_text?: string | undefined;
|
|
7750
7750
|
annotations?: {
|
|
7751
7751
|
code?: boolean | undefined;
|
|
7752
7752
|
bold?: boolean | undefined;
|
|
@@ -8090,13 +8090,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
8090
8090
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8091
8091
|
}, "strip", z.ZodTypeAny, {
|
|
8092
8092
|
type: "text" | "mention" | "equation";
|
|
8093
|
-
plain_text?: string | undefined;
|
|
8094
8093
|
text?: {
|
|
8095
8094
|
content: string;
|
|
8096
8095
|
link?: {
|
|
8097
8096
|
url: string;
|
|
8098
8097
|
} | null | undefined;
|
|
8099
8098
|
} | undefined;
|
|
8099
|
+
plain_text?: string | undefined;
|
|
8100
8100
|
annotations?: {
|
|
8101
8101
|
code: boolean;
|
|
8102
8102
|
bold: boolean;
|
|
@@ -8108,13 +8108,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
8108
8108
|
href?: string | null | undefined;
|
|
8109
8109
|
}, {
|
|
8110
8110
|
type: "text" | "mention" | "equation";
|
|
8111
|
-
plain_text?: string | undefined;
|
|
8112
8111
|
text?: {
|
|
8113
8112
|
content: string;
|
|
8114
8113
|
link?: {
|
|
8115
8114
|
url: string;
|
|
8116
8115
|
} | null | undefined;
|
|
8117
8116
|
} | undefined;
|
|
8117
|
+
plain_text?: string | undefined;
|
|
8118
8118
|
annotations?: {
|
|
8119
8119
|
code?: boolean | undefined;
|
|
8120
8120
|
bold?: boolean | undefined;
|
|
@@ -8173,13 +8173,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
8173
8173
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8174
8174
|
}, "strip", z.ZodTypeAny, {
|
|
8175
8175
|
type: "text" | "mention" | "equation";
|
|
8176
|
-
plain_text?: string | undefined;
|
|
8177
8176
|
text?: {
|
|
8178
8177
|
content: string;
|
|
8179
8178
|
link?: {
|
|
8180
8179
|
url: string;
|
|
8181
8180
|
} | null | undefined;
|
|
8182
8181
|
} | undefined;
|
|
8182
|
+
plain_text?: string | undefined;
|
|
8183
8183
|
annotations?: {
|
|
8184
8184
|
code: boolean;
|
|
8185
8185
|
bold: boolean;
|
|
@@ -8191,13 +8191,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
8191
8191
|
href?: string | null | undefined;
|
|
8192
8192
|
}, {
|
|
8193
8193
|
type: "text" | "mention" | "equation";
|
|
8194
|
-
plain_text?: string | undefined;
|
|
8195
8194
|
text?: {
|
|
8196
8195
|
content: string;
|
|
8197
8196
|
link?: {
|
|
8198
8197
|
url: string;
|
|
8199
8198
|
} | null | undefined;
|
|
8200
8199
|
} | undefined;
|
|
8200
|
+
plain_text?: string | undefined;
|
|
8201
8201
|
annotations?: {
|
|
8202
8202
|
code?: boolean | undefined;
|
|
8203
8203
|
bold?: boolean | undefined;
|
|
@@ -8541,13 +8541,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
8541
8541
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8542
8542
|
}, "strip", z.ZodTypeAny, {
|
|
8543
8543
|
type: "text" | "mention" | "equation";
|
|
8544
|
-
plain_text?: string | undefined;
|
|
8545
8544
|
text?: {
|
|
8546
8545
|
content: string;
|
|
8547
8546
|
link?: {
|
|
8548
8547
|
url: string;
|
|
8549
8548
|
} | null | undefined;
|
|
8550
8549
|
} | undefined;
|
|
8550
|
+
plain_text?: string | undefined;
|
|
8551
8551
|
annotations?: {
|
|
8552
8552
|
code: boolean;
|
|
8553
8553
|
bold: boolean;
|
|
@@ -8559,13 +8559,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
8559
8559
|
href?: string | null | undefined;
|
|
8560
8560
|
}, {
|
|
8561
8561
|
type: "text" | "mention" | "equation";
|
|
8562
|
-
plain_text?: string | undefined;
|
|
8563
8562
|
text?: {
|
|
8564
8563
|
content: string;
|
|
8565
8564
|
link?: {
|
|
8566
8565
|
url: string;
|
|
8567
8566
|
} | null | undefined;
|
|
8568
8567
|
} | undefined;
|
|
8568
|
+
plain_text?: string | undefined;
|
|
8569
8569
|
annotations?: {
|
|
8570
8570
|
code?: boolean | undefined;
|
|
8571
8571
|
bold?: boolean | undefined;
|
|
@@ -8624,13 +8624,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
8624
8624
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8625
8625
|
}, "strip", z.ZodTypeAny, {
|
|
8626
8626
|
type: "text" | "mention" | "equation";
|
|
8627
|
-
plain_text?: string | undefined;
|
|
8628
8627
|
text?: {
|
|
8629
8628
|
content: string;
|
|
8630
8629
|
link?: {
|
|
8631
8630
|
url: string;
|
|
8632
8631
|
} | null | undefined;
|
|
8633
8632
|
} | undefined;
|
|
8633
|
+
plain_text?: string | undefined;
|
|
8634
8634
|
annotations?: {
|
|
8635
8635
|
code: boolean;
|
|
8636
8636
|
bold: boolean;
|
|
@@ -8642,13 +8642,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
8642
8642
|
href?: string | null | undefined;
|
|
8643
8643
|
}, {
|
|
8644
8644
|
type: "text" | "mention" | "equation";
|
|
8645
|
-
plain_text?: string | undefined;
|
|
8646
8645
|
text?: {
|
|
8647
8646
|
content: string;
|
|
8648
8647
|
link?: {
|
|
8649
8648
|
url: string;
|
|
8650
8649
|
} | null | undefined;
|
|
8651
8650
|
} | undefined;
|
|
8651
|
+
plain_text?: string | undefined;
|
|
8652
8652
|
annotations?: {
|
|
8653
8653
|
code?: boolean | undefined;
|
|
8654
8654
|
bold?: boolean | undefined;
|
|
@@ -8987,13 +8987,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
8987
8987
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8988
8988
|
}, "strip", z.ZodTypeAny, {
|
|
8989
8989
|
type: "text" | "mention" | "equation";
|
|
8990
|
-
plain_text?: string | undefined;
|
|
8991
8990
|
text?: {
|
|
8992
8991
|
content: string;
|
|
8993
8992
|
link?: {
|
|
8994
8993
|
url: string;
|
|
8995
8994
|
} | null | undefined;
|
|
8996
8995
|
} | undefined;
|
|
8996
|
+
plain_text?: string | undefined;
|
|
8997
8997
|
annotations?: {
|
|
8998
8998
|
code: boolean;
|
|
8999
8999
|
bold: boolean;
|
|
@@ -9005,13 +9005,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
9005
9005
|
href?: string | null | undefined;
|
|
9006
9006
|
}, {
|
|
9007
9007
|
type: "text" | "mention" | "equation";
|
|
9008
|
-
plain_text?: string | undefined;
|
|
9009
9008
|
text?: {
|
|
9010
9009
|
content: string;
|
|
9011
9010
|
link?: {
|
|
9012
9011
|
url: string;
|
|
9013
9012
|
} | null | undefined;
|
|
9014
9013
|
} | undefined;
|
|
9014
|
+
plain_text?: string | undefined;
|
|
9015
9015
|
annotations?: {
|
|
9016
9016
|
code?: boolean | undefined;
|
|
9017
9017
|
bold?: boolean | undefined;
|
|
@@ -9070,13 +9070,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
9070
9070
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9071
9071
|
}, "strip", z.ZodTypeAny, {
|
|
9072
9072
|
type: "text" | "mention" | "equation";
|
|
9073
|
-
plain_text?: string | undefined;
|
|
9074
9073
|
text?: {
|
|
9075
9074
|
content: string;
|
|
9076
9075
|
link?: {
|
|
9077
9076
|
url: string;
|
|
9078
9077
|
} | null | undefined;
|
|
9079
9078
|
} | undefined;
|
|
9079
|
+
plain_text?: string | undefined;
|
|
9080
9080
|
annotations?: {
|
|
9081
9081
|
code: boolean;
|
|
9082
9082
|
bold: boolean;
|
|
@@ -9088,13 +9088,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
9088
9088
|
href?: string | null | undefined;
|
|
9089
9089
|
}, {
|
|
9090
9090
|
type: "text" | "mention" | "equation";
|
|
9091
|
-
plain_text?: string | undefined;
|
|
9092
9091
|
text?: {
|
|
9093
9092
|
content: string;
|
|
9094
9093
|
link?: {
|
|
9095
9094
|
url: string;
|
|
9096
9095
|
} | null | undefined;
|
|
9097
9096
|
} | undefined;
|
|
9097
|
+
plain_text?: string | undefined;
|
|
9098
9098
|
annotations?: {
|
|
9099
9099
|
code?: boolean | undefined;
|
|
9100
9100
|
bold?: boolean | undefined;
|
|
@@ -9433,13 +9433,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
9433
9433
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9434
9434
|
}, "strip", z.ZodTypeAny, {
|
|
9435
9435
|
type: "text" | "mention" | "equation";
|
|
9436
|
-
plain_text?: string | undefined;
|
|
9437
9436
|
text?: {
|
|
9438
9437
|
content: string;
|
|
9439
9438
|
link?: {
|
|
9440
9439
|
url: string;
|
|
9441
9440
|
} | null | undefined;
|
|
9442
9441
|
} | undefined;
|
|
9442
|
+
plain_text?: string | undefined;
|
|
9443
9443
|
annotations?: {
|
|
9444
9444
|
code: boolean;
|
|
9445
9445
|
bold: boolean;
|
|
@@ -9451,13 +9451,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
9451
9451
|
href?: string | null | undefined;
|
|
9452
9452
|
}, {
|
|
9453
9453
|
type: "text" | "mention" | "equation";
|
|
9454
|
-
plain_text?: string | undefined;
|
|
9455
9454
|
text?: {
|
|
9456
9455
|
content: string;
|
|
9457
9456
|
link?: {
|
|
9458
9457
|
url: string;
|
|
9459
9458
|
} | null | undefined;
|
|
9460
9459
|
} | undefined;
|
|
9460
|
+
plain_text?: string | undefined;
|
|
9461
9461
|
annotations?: {
|
|
9462
9462
|
code?: boolean | undefined;
|
|
9463
9463
|
bold?: boolean | undefined;
|
|
@@ -9516,13 +9516,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
9516
9516
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9517
9517
|
}, "strip", z.ZodTypeAny, {
|
|
9518
9518
|
type: "text" | "mention" | "equation";
|
|
9519
|
-
plain_text?: string | undefined;
|
|
9520
9519
|
text?: {
|
|
9521
9520
|
content: string;
|
|
9522
9521
|
link?: {
|
|
9523
9522
|
url: string;
|
|
9524
9523
|
} | null | undefined;
|
|
9525
9524
|
} | undefined;
|
|
9525
|
+
plain_text?: string | undefined;
|
|
9526
9526
|
annotations?: {
|
|
9527
9527
|
code: boolean;
|
|
9528
9528
|
bold: boolean;
|
|
@@ -9534,13 +9534,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
9534
9534
|
href?: string | null | undefined;
|
|
9535
9535
|
}, {
|
|
9536
9536
|
type: "text" | "mention" | "equation";
|
|
9537
|
-
plain_text?: string | undefined;
|
|
9538
9537
|
text?: {
|
|
9539
9538
|
content: string;
|
|
9540
9539
|
link?: {
|
|
9541
9540
|
url: string;
|
|
9542
9541
|
} | null | undefined;
|
|
9543
9542
|
} | undefined;
|
|
9543
|
+
plain_text?: string | undefined;
|
|
9544
9544
|
annotations?: {
|
|
9545
9545
|
code?: boolean | undefined;
|
|
9546
9546
|
bold?: boolean | undefined;
|
|
@@ -9884,13 +9884,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
9884
9884
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9885
9885
|
}, "strip", z.ZodTypeAny, {
|
|
9886
9886
|
type: "text" | "mention" | "equation";
|
|
9887
|
-
plain_text?: string | undefined;
|
|
9888
9887
|
text?: {
|
|
9889
9888
|
content: string;
|
|
9890
9889
|
link?: {
|
|
9891
9890
|
url: string;
|
|
9892
9891
|
} | null | undefined;
|
|
9893
9892
|
} | undefined;
|
|
9893
|
+
plain_text?: string | undefined;
|
|
9894
9894
|
annotations?: {
|
|
9895
9895
|
code: boolean;
|
|
9896
9896
|
bold: boolean;
|
|
@@ -9902,13 +9902,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
9902
9902
|
href?: string | null | undefined;
|
|
9903
9903
|
}, {
|
|
9904
9904
|
type: "text" | "mention" | "equation";
|
|
9905
|
-
plain_text?: string | undefined;
|
|
9906
9905
|
text?: {
|
|
9907
9906
|
content: string;
|
|
9908
9907
|
link?: {
|
|
9909
9908
|
url: string;
|
|
9910
9909
|
} | null | undefined;
|
|
9911
9910
|
} | undefined;
|
|
9911
|
+
plain_text?: string | undefined;
|
|
9912
9912
|
annotations?: {
|
|
9913
9913
|
code?: boolean | undefined;
|
|
9914
9914
|
bold?: boolean | undefined;
|
|
@@ -9967,13 +9967,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
9967
9967
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9968
9968
|
}, "strip", z.ZodTypeAny, {
|
|
9969
9969
|
type: "text" | "mention" | "equation";
|
|
9970
|
-
plain_text?: string | undefined;
|
|
9971
9970
|
text?: {
|
|
9972
9971
|
content: string;
|
|
9973
9972
|
link?: {
|
|
9974
9973
|
url: string;
|
|
9975
9974
|
} | null | undefined;
|
|
9976
9975
|
} | undefined;
|
|
9976
|
+
plain_text?: string | undefined;
|
|
9977
9977
|
annotations?: {
|
|
9978
9978
|
code: boolean;
|
|
9979
9979
|
bold: boolean;
|
|
@@ -9985,13 +9985,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
9985
9985
|
href?: string | null | undefined;
|
|
9986
9986
|
}, {
|
|
9987
9987
|
type: "text" | "mention" | "equation";
|
|
9988
|
-
plain_text?: string | undefined;
|
|
9989
9988
|
text?: {
|
|
9990
9989
|
content: string;
|
|
9991
9990
|
link?: {
|
|
9992
9991
|
url: string;
|
|
9993
9992
|
} | null | undefined;
|
|
9994
9993
|
} | undefined;
|
|
9994
|
+
plain_text?: string | undefined;
|
|
9995
9995
|
annotations?: {
|
|
9996
9996
|
code?: boolean | undefined;
|
|
9997
9997
|
bold?: boolean | undefined;
|
|
@@ -10335,13 +10335,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
10335
10335
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10336
10336
|
}, "strip", z.ZodTypeAny, {
|
|
10337
10337
|
type: "text" | "mention" | "equation";
|
|
10338
|
-
plain_text?: string | undefined;
|
|
10339
10338
|
text?: {
|
|
10340
10339
|
content: string;
|
|
10341
10340
|
link?: {
|
|
10342
10341
|
url: string;
|
|
10343
10342
|
} | null | undefined;
|
|
10344
10343
|
} | undefined;
|
|
10344
|
+
plain_text?: string | undefined;
|
|
10345
10345
|
annotations?: {
|
|
10346
10346
|
code: boolean;
|
|
10347
10347
|
bold: boolean;
|
|
@@ -10353,13 +10353,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
10353
10353
|
href?: string | null | undefined;
|
|
10354
10354
|
}, {
|
|
10355
10355
|
type: "text" | "mention" | "equation";
|
|
10356
|
-
plain_text?: string | undefined;
|
|
10357
10356
|
text?: {
|
|
10358
10357
|
content: string;
|
|
10359
10358
|
link?: {
|
|
10360
10359
|
url: string;
|
|
10361
10360
|
} | null | undefined;
|
|
10362
10361
|
} | undefined;
|
|
10362
|
+
plain_text?: string | undefined;
|
|
10363
10363
|
annotations?: {
|
|
10364
10364
|
code?: boolean | undefined;
|
|
10365
10365
|
bold?: boolean | undefined;
|
|
@@ -10418,13 +10418,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
10418
10418
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10419
10419
|
}, "strip", z.ZodTypeAny, {
|
|
10420
10420
|
type: "text" | "mention" | "equation";
|
|
10421
|
-
plain_text?: string | undefined;
|
|
10422
10421
|
text?: {
|
|
10423
10422
|
content: string;
|
|
10424
10423
|
link?: {
|
|
10425
10424
|
url: string;
|
|
10426
10425
|
} | null | undefined;
|
|
10427
10426
|
} | undefined;
|
|
10427
|
+
plain_text?: string | undefined;
|
|
10428
10428
|
annotations?: {
|
|
10429
10429
|
code: boolean;
|
|
10430
10430
|
bold: boolean;
|
|
@@ -10436,13 +10436,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
10436
10436
|
href?: string | null | undefined;
|
|
10437
10437
|
}, {
|
|
10438
10438
|
type: "text" | "mention" | "equation";
|
|
10439
|
-
plain_text?: string | undefined;
|
|
10440
10439
|
text?: {
|
|
10441
10440
|
content: string;
|
|
10442
10441
|
link?: {
|
|
10443
10442
|
url: string;
|
|
10444
10443
|
} | null | undefined;
|
|
10445
10444
|
} | undefined;
|
|
10445
|
+
plain_text?: string | undefined;
|
|
10446
10446
|
annotations?: {
|
|
10447
10447
|
code?: boolean | undefined;
|
|
10448
10448
|
bold?: boolean | undefined;
|
|
@@ -10513,13 +10513,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
10513
10513
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10514
10514
|
}, "strip", z.ZodTypeAny, {
|
|
10515
10515
|
type: "text" | "mention" | "equation";
|
|
10516
|
-
plain_text?: string | undefined;
|
|
10517
10516
|
text?: {
|
|
10518
10517
|
content: string;
|
|
10519
10518
|
link?: {
|
|
10520
10519
|
url: string;
|
|
10521
10520
|
} | null | undefined;
|
|
10522
10521
|
} | undefined;
|
|
10522
|
+
plain_text?: string | undefined;
|
|
10523
10523
|
annotations?: {
|
|
10524
10524
|
code: boolean;
|
|
10525
10525
|
bold: boolean;
|
|
@@ -10531,13 +10531,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
10531
10531
|
href?: string | null | undefined;
|
|
10532
10532
|
}, {
|
|
10533
10533
|
type: "text" | "mention" | "equation";
|
|
10534
|
-
plain_text?: string | undefined;
|
|
10535
10534
|
text?: {
|
|
10536
10535
|
content: string;
|
|
10537
10536
|
link?: {
|
|
10538
10537
|
url: string;
|
|
10539
10538
|
} | null | undefined;
|
|
10540
10539
|
} | undefined;
|
|
10540
|
+
plain_text?: string | undefined;
|
|
10541
10541
|
annotations?: {
|
|
10542
10542
|
code?: boolean | undefined;
|
|
10543
10543
|
bold?: boolean | undefined;
|
|
@@ -10596,13 +10596,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
10596
10596
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10597
10597
|
}, "strip", z.ZodTypeAny, {
|
|
10598
10598
|
type: "text" | "mention" | "equation";
|
|
10599
|
-
plain_text?: string | undefined;
|
|
10600
10599
|
text?: {
|
|
10601
10600
|
content: string;
|
|
10602
10601
|
link?: {
|
|
10603
10602
|
url: string;
|
|
10604
10603
|
} | null | undefined;
|
|
10605
10604
|
} | undefined;
|
|
10605
|
+
plain_text?: string | undefined;
|
|
10606
10606
|
annotations?: {
|
|
10607
10607
|
code: boolean;
|
|
10608
10608
|
bold: boolean;
|
|
@@ -10614,13 +10614,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
10614
10614
|
href?: string | null | undefined;
|
|
10615
10615
|
}, {
|
|
10616
10616
|
type: "text" | "mention" | "equation";
|
|
10617
|
-
plain_text?: string | undefined;
|
|
10618
10617
|
text?: {
|
|
10619
10618
|
content: string;
|
|
10620
10619
|
link?: {
|
|
10621
10620
|
url: string;
|
|
10622
10621
|
} | null | undefined;
|
|
10623
10622
|
} | undefined;
|
|
10623
|
+
plain_text?: string | undefined;
|
|
10624
10624
|
annotations?: {
|
|
10625
10625
|
code?: boolean | undefined;
|
|
10626
10626
|
bold?: boolean | undefined;
|
|
@@ -10995,13 +10995,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
10995
10995
|
object: "database";
|
|
10996
10996
|
title: {
|
|
10997
10997
|
type: "text" | "mention" | "equation";
|
|
10998
|
-
plain_text?: string | undefined;
|
|
10999
10998
|
text?: {
|
|
11000
10999
|
content: string;
|
|
11001
11000
|
link?: {
|
|
11002
11001
|
url: string;
|
|
11003
11002
|
} | null | undefined;
|
|
11004
11003
|
} | undefined;
|
|
11004
|
+
plain_text?: string | undefined;
|
|
11005
11005
|
annotations?: {
|
|
11006
11006
|
code: boolean;
|
|
11007
11007
|
bold: boolean;
|
|
@@ -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,7 +11030,6 @@ 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: {
|
|
@@ -11070,13 +11070,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11070
11070
|
}[];
|
|
11071
11071
|
description?: {
|
|
11072
11072
|
type: "text" | "mention" | "equation";
|
|
11073
|
-
plain_text?: string | undefined;
|
|
11074
11073
|
text?: {
|
|
11075
11074
|
content: string;
|
|
11076
11075
|
link?: {
|
|
11077
11076
|
url: string;
|
|
11078
11077
|
} | null | undefined;
|
|
11079
11078
|
} | undefined;
|
|
11079
|
+
plain_text?: string | undefined;
|
|
11080
11080
|
annotations?: {
|
|
11081
11081
|
code: boolean;
|
|
11082
11082
|
bold: boolean;
|
|
@@ -11128,13 +11128,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11128
11128
|
object: "database";
|
|
11129
11129
|
title: {
|
|
11130
11130
|
type: "text" | "mention" | "equation";
|
|
11131
|
-
plain_text?: string | undefined;
|
|
11132
11131
|
text?: {
|
|
11133
11132
|
content: string;
|
|
11134
11133
|
link?: {
|
|
11135
11134
|
url: string;
|
|
11136
11135
|
} | null | undefined;
|
|
11137
11136
|
} | undefined;
|
|
11137
|
+
plain_text?: string | undefined;
|
|
11138
11138
|
annotations?: {
|
|
11139
11139
|
code?: boolean | undefined;
|
|
11140
11140
|
bold?: boolean | undefined;
|
|
@@ -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,7 +11163,6 @@ 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: {
|
|
@@ -11203,13 +11203,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11203
11203
|
}[];
|
|
11204
11204
|
description?: {
|
|
11205
11205
|
type: "text" | "mention" | "equation";
|
|
11206
|
-
plain_text?: string | undefined;
|
|
11207
11206
|
text?: {
|
|
11208
11207
|
content: string;
|
|
11209
11208
|
link?: {
|
|
11210
11209
|
url: string;
|
|
11211
11210
|
} | null | undefined;
|
|
11212
11211
|
} | undefined;
|
|
11212
|
+
plain_text?: string | undefined;
|
|
11213
11213
|
annotations?: {
|
|
11214
11214
|
code?: boolean | undefined;
|
|
11215
11215
|
bold?: boolean | undefined;
|
|
@@ -11266,13 +11266,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11266
11266
|
object: "database";
|
|
11267
11267
|
title: {
|
|
11268
11268
|
type: "text" | "mention" | "equation";
|
|
11269
|
-
plain_text?: string | undefined;
|
|
11270
11269
|
text?: {
|
|
11271
11270
|
content: string;
|
|
11272
11271
|
link?: {
|
|
11273
11272
|
url: string;
|
|
11274
11273
|
} | null | undefined;
|
|
11275
11274
|
} | undefined;
|
|
11275
|
+
plain_text?: string | undefined;
|
|
11276
11276
|
annotations?: {
|
|
11277
11277
|
code: boolean;
|
|
11278
11278
|
bold: boolean;
|
|
@@ -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,7 +11301,6 @@ 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: {
|
|
@@ -11341,13 +11341,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11341
11341
|
}[];
|
|
11342
11342
|
description?: {
|
|
11343
11343
|
type: "text" | "mention" | "equation";
|
|
11344
|
-
plain_text?: string | undefined;
|
|
11345
11344
|
text?: {
|
|
11346
11345
|
content: string;
|
|
11347
11346
|
link?: {
|
|
11348
11347
|
url: string;
|
|
11349
11348
|
} | null | undefined;
|
|
11350
11349
|
} | undefined;
|
|
11350
|
+
plain_text?: string | undefined;
|
|
11351
11351
|
annotations?: {
|
|
11352
11352
|
code: boolean;
|
|
11353
11353
|
bold: boolean;
|
|
@@ -11404,13 +11404,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11404
11404
|
object: "database";
|
|
11405
11405
|
title: {
|
|
11406
11406
|
type: "text" | "mention" | "equation";
|
|
11407
|
-
plain_text?: string | undefined;
|
|
11408
11407
|
text?: {
|
|
11409
11408
|
content: string;
|
|
11410
11409
|
link?: {
|
|
11411
11410
|
url: string;
|
|
11412
11411
|
} | null | undefined;
|
|
11413
11412
|
} | undefined;
|
|
11413
|
+
plain_text?: string | undefined;
|
|
11414
11414
|
annotations?: {
|
|
11415
11415
|
code?: boolean | undefined;
|
|
11416
11416
|
bold?: boolean | undefined;
|
|
@@ -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,7 +11439,6 @@ 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: {
|
|
@@ -11479,13 +11479,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11479
11479
|
}[];
|
|
11480
11480
|
description?: {
|
|
11481
11481
|
type: "text" | "mention" | "equation";
|
|
11482
|
-
plain_text?: string | undefined;
|
|
11483
11482
|
text?: {
|
|
11484
11483
|
content: string;
|
|
11485
11484
|
link?: {
|
|
11486
11485
|
url: string;
|
|
11487
11486
|
} | null | undefined;
|
|
11488
11487
|
} | undefined;
|
|
11488
|
+
plain_text?: string | undefined;
|
|
11489
11489
|
annotations?: {
|
|
11490
11490
|
code?: boolean | undefined;
|
|
11491
11491
|
bold?: boolean | undefined;
|
|
@@ -11591,13 +11591,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11591
11591
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11592
11592
|
}, "strip", z.ZodTypeAny, {
|
|
11593
11593
|
type: "text" | "mention" | "equation";
|
|
11594
|
-
plain_text?: string | undefined;
|
|
11595
11594
|
text?: {
|
|
11596
11595
|
content: string;
|
|
11597
11596
|
link?: {
|
|
11598
11597
|
url: string;
|
|
11599
11598
|
} | null | undefined;
|
|
11600
11599
|
} | undefined;
|
|
11600
|
+
plain_text?: string | undefined;
|
|
11601
11601
|
annotations?: {
|
|
11602
11602
|
code: boolean;
|
|
11603
11603
|
bold: boolean;
|
|
@@ -11609,13 +11609,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11609
11609
|
href?: string | null | undefined;
|
|
11610
11610
|
}, {
|
|
11611
11611
|
type: "text" | "mention" | "equation";
|
|
11612
|
-
plain_text?: string | undefined;
|
|
11613
11612
|
text?: {
|
|
11614
11613
|
content: string;
|
|
11615
11614
|
link?: {
|
|
11616
11615
|
url: string;
|
|
11617
11616
|
} | null | undefined;
|
|
11618
11617
|
} | undefined;
|
|
11618
|
+
plain_text?: string | undefined;
|
|
11619
11619
|
annotations?: {
|
|
11620
11620
|
code?: boolean | undefined;
|
|
11621
11621
|
bold?: boolean | undefined;
|
|
@@ -11674,13 +11674,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11674
11674
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11675
11675
|
}, "strip", z.ZodTypeAny, {
|
|
11676
11676
|
type: "text" | "mention" | "equation";
|
|
11677
|
-
plain_text?: string | undefined;
|
|
11678
11677
|
text?: {
|
|
11679
11678
|
content: string;
|
|
11680
11679
|
link?: {
|
|
11681
11680
|
url: string;
|
|
11682
11681
|
} | null | undefined;
|
|
11683
11682
|
} | undefined;
|
|
11683
|
+
plain_text?: string | undefined;
|
|
11684
11684
|
annotations?: {
|
|
11685
11685
|
code: boolean;
|
|
11686
11686
|
bold: boolean;
|
|
@@ -11692,13 +11692,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
11692
11692
|
href?: string | null | undefined;
|
|
11693
11693
|
}, {
|
|
11694
11694
|
type: "text" | "mention" | "equation";
|
|
11695
|
-
plain_text?: string | undefined;
|
|
11696
11695
|
text?: {
|
|
11697
11696
|
content: string;
|
|
11698
11697
|
link?: {
|
|
11699
11698
|
url: string;
|
|
11700
11699
|
} | null | undefined;
|
|
11701
11700
|
} | undefined;
|
|
11701
|
+
plain_text?: string | undefined;
|
|
11702
11702
|
annotations?: {
|
|
11703
11703
|
code?: boolean | undefined;
|
|
11704
11704
|
bold?: boolean | undefined;
|
|
@@ -12073,13 +12073,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12073
12073
|
object: "database";
|
|
12074
12074
|
title: {
|
|
12075
12075
|
type: "text" | "mention" | "equation";
|
|
12076
|
-
plain_text?: string | undefined;
|
|
12077
12076
|
text?: {
|
|
12078
12077
|
content: string;
|
|
12079
12078
|
link?: {
|
|
12080
12079
|
url: string;
|
|
12081
12080
|
} | null | undefined;
|
|
12082
12081
|
} | undefined;
|
|
12082
|
+
plain_text?: string | undefined;
|
|
12083
12083
|
annotations?: {
|
|
12084
12084
|
code: boolean;
|
|
12085
12085
|
bold: boolean;
|
|
@@ -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,7 +12108,6 @@ 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: {
|
|
@@ -12148,13 +12148,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12148
12148
|
}[];
|
|
12149
12149
|
description?: {
|
|
12150
12150
|
type: "text" | "mention" | "equation";
|
|
12151
|
-
plain_text?: string | undefined;
|
|
12152
12151
|
text?: {
|
|
12153
12152
|
content: string;
|
|
12154
12153
|
link?: {
|
|
12155
12154
|
url: string;
|
|
12156
12155
|
} | null | undefined;
|
|
12157
12156
|
} | undefined;
|
|
12157
|
+
plain_text?: string | undefined;
|
|
12158
12158
|
annotations?: {
|
|
12159
12159
|
code: boolean;
|
|
12160
12160
|
bold: boolean;
|
|
@@ -12206,13 +12206,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12206
12206
|
object: "database";
|
|
12207
12207
|
title: {
|
|
12208
12208
|
type: "text" | "mention" | "equation";
|
|
12209
|
-
plain_text?: string | undefined;
|
|
12210
12209
|
text?: {
|
|
12211
12210
|
content: string;
|
|
12212
12211
|
link?: {
|
|
12213
12212
|
url: string;
|
|
12214
12213
|
} | null | undefined;
|
|
12215
12214
|
} | undefined;
|
|
12215
|
+
plain_text?: string | undefined;
|
|
12216
12216
|
annotations?: {
|
|
12217
12217
|
code?: boolean | undefined;
|
|
12218
12218
|
bold?: boolean | undefined;
|
|
@@ -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,7 +12241,6 @@ 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: {
|
|
@@ -12281,13 +12281,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12281
12281
|
}[];
|
|
12282
12282
|
description?: {
|
|
12283
12283
|
type: "text" | "mention" | "equation";
|
|
12284
|
-
plain_text?: string | undefined;
|
|
12285
12284
|
text?: {
|
|
12286
12285
|
content: string;
|
|
12287
12286
|
link?: {
|
|
12288
12287
|
url: string;
|
|
12289
12288
|
} | null | undefined;
|
|
12290
12289
|
} | undefined;
|
|
12290
|
+
plain_text?: string | undefined;
|
|
12291
12291
|
annotations?: {
|
|
12292
12292
|
code?: boolean | undefined;
|
|
12293
12293
|
bold?: boolean | undefined;
|
|
@@ -12344,13 +12344,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12344
12344
|
object: "database";
|
|
12345
12345
|
title: {
|
|
12346
12346
|
type: "text" | "mention" | "equation";
|
|
12347
|
-
plain_text?: string | undefined;
|
|
12348
12347
|
text?: {
|
|
12349
12348
|
content: string;
|
|
12350
12349
|
link?: {
|
|
12351
12350
|
url: string;
|
|
12352
12351
|
} | null | undefined;
|
|
12353
12352
|
} | undefined;
|
|
12353
|
+
plain_text?: string | undefined;
|
|
12354
12354
|
annotations?: {
|
|
12355
12355
|
code: boolean;
|
|
12356
12356
|
bold: boolean;
|
|
@@ -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,7 +12379,6 @@ 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: {
|
|
@@ -12419,13 +12419,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12419
12419
|
}[];
|
|
12420
12420
|
description?: {
|
|
12421
12421
|
type: "text" | "mention" | "equation";
|
|
12422
|
-
plain_text?: string | undefined;
|
|
12423
12422
|
text?: {
|
|
12424
12423
|
content: string;
|
|
12425
12424
|
link?: {
|
|
12426
12425
|
url: string;
|
|
12427
12426
|
} | null | undefined;
|
|
12428
12427
|
} | undefined;
|
|
12428
|
+
plain_text?: string | undefined;
|
|
12429
12429
|
annotations?: {
|
|
12430
12430
|
code: boolean;
|
|
12431
12431
|
bold: boolean;
|
|
@@ -12482,13 +12482,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12482
12482
|
object: "database";
|
|
12483
12483
|
title: {
|
|
12484
12484
|
type: "text" | "mention" | "equation";
|
|
12485
|
-
plain_text?: string | undefined;
|
|
12486
12485
|
text?: {
|
|
12487
12486
|
content: string;
|
|
12488
12487
|
link?: {
|
|
12489
12488
|
url: string;
|
|
12490
12489
|
} | null | undefined;
|
|
12491
12490
|
} | undefined;
|
|
12491
|
+
plain_text?: string | undefined;
|
|
12492
12492
|
annotations?: {
|
|
12493
12493
|
code?: boolean | undefined;
|
|
12494
12494
|
bold?: boolean | undefined;
|
|
@@ -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,7 +12517,6 @@ 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: {
|
|
@@ -12557,13 +12557,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
12557
12557
|
}[];
|
|
12558
12558
|
description?: {
|
|
12559
12559
|
type: "text" | "mention" | "equation";
|
|
12560
|
-
plain_text?: string | undefined;
|
|
12561
12560
|
text?: {
|
|
12562
12561
|
content: string;
|
|
12563
12562
|
link?: {
|
|
12564
12563
|
url: string;
|
|
12565
12564
|
} | null | undefined;
|
|
12566
12565
|
} | undefined;
|
|
12566
|
+
plain_text?: string | undefined;
|
|
12567
12567
|
annotations?: {
|
|
12568
12568
|
code?: boolean | undefined;
|
|
12569
12569
|
bold?: boolean | undefined;
|
|
@@ -16826,13 +16826,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16826
16826
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16827
16827
|
}, "strip", z.ZodTypeAny, {
|
|
16828
16828
|
type: "text" | "mention" | "equation";
|
|
16829
|
-
plain_text?: string | undefined;
|
|
16830
16829
|
text?: {
|
|
16831
16830
|
content: string;
|
|
16832
16831
|
link?: {
|
|
16833
16832
|
url: string;
|
|
16834
16833
|
} | null | undefined;
|
|
16835
16834
|
} | undefined;
|
|
16835
|
+
plain_text?: string | undefined;
|
|
16836
16836
|
annotations?: {
|
|
16837
16837
|
code: boolean;
|
|
16838
16838
|
bold: boolean;
|
|
@@ -16844,13 +16844,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16844
16844
|
href?: string | null | undefined;
|
|
16845
16845
|
}, {
|
|
16846
16846
|
type: "text" | "mention" | "equation";
|
|
16847
|
-
plain_text?: string | undefined;
|
|
16848
16847
|
text?: {
|
|
16849
16848
|
content: string;
|
|
16850
16849
|
link?: {
|
|
16851
16850
|
url: string;
|
|
16852
16851
|
} | null | undefined;
|
|
16853
16852
|
} | undefined;
|
|
16853
|
+
plain_text?: string | undefined;
|
|
16854
16854
|
annotations?: {
|
|
16855
16855
|
code?: boolean | undefined;
|
|
16856
16856
|
bold?: boolean | undefined;
|
|
@@ -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: {
|
|
@@ -16893,13 +16893,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16893
16893
|
discussion_id: string;
|
|
16894
16894
|
rich_text: {
|
|
16895
16895
|
type: "text" | "mention" | "equation";
|
|
16896
|
-
plain_text?: string | undefined;
|
|
16897
16896
|
text?: {
|
|
16898
16897
|
content: string;
|
|
16899
16898
|
link?: {
|
|
16900
16899
|
url: string;
|
|
16901
16900
|
} | null | undefined;
|
|
16902
16901
|
} | undefined;
|
|
16902
|
+
plain_text?: string | undefined;
|
|
16903
16903
|
annotations?: {
|
|
16904
16904
|
code: boolean;
|
|
16905
16905
|
bold: boolean;
|
|
@@ -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: {
|
|
@@ -16942,13 +16942,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16942
16942
|
discussion_id: string;
|
|
16943
16943
|
rich_text: {
|
|
16944
16944
|
type: "text" | "mention" | "equation";
|
|
16945
|
-
plain_text?: string | undefined;
|
|
16946
16945
|
text?: {
|
|
16947
16946
|
content: string;
|
|
16948
16947
|
link?: {
|
|
16949
16948
|
url: string;
|
|
16950
16949
|
} | null | undefined;
|
|
16951
16950
|
} | undefined;
|
|
16951
|
+
plain_text?: string | undefined;
|
|
16952
16952
|
annotations?: {
|
|
16953
16953
|
code?: boolean | undefined;
|
|
16954
16954
|
bold?: boolean | undefined;
|
|
@@ -16966,6 +16966,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16966
16966
|
operation: "create_comment";
|
|
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: {
|
|
@@ -16996,13 +16996,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
16996
16996
|
discussion_id: string;
|
|
16997
16997
|
rich_text: {
|
|
16998
16998
|
type: "text" | "mention" | "equation";
|
|
16999
|
-
plain_text?: string | undefined;
|
|
17000
16999
|
text?: {
|
|
17001
17000
|
content: string;
|
|
17002
17001
|
link?: {
|
|
17003
17002
|
url: string;
|
|
17004
17003
|
} | null | undefined;
|
|
17005
17004
|
} | undefined;
|
|
17005
|
+
plain_text?: string | undefined;
|
|
17006
17006
|
annotations?: {
|
|
17007
17007
|
code: boolean;
|
|
17008
17008
|
bold: boolean;
|
|
@@ -17020,6 +17020,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17020
17020
|
operation: "create_comment";
|
|
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: {
|
|
@@ -17050,13 +17050,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17050
17050
|
discussion_id: string;
|
|
17051
17051
|
rich_text: {
|
|
17052
17052
|
type: "text" | "mention" | "equation";
|
|
17053
|
-
plain_text?: string | undefined;
|
|
17054
17053
|
text?: {
|
|
17055
17054
|
content: string;
|
|
17056
17055
|
link?: {
|
|
17057
17056
|
url: string;
|
|
17058
17057
|
} | null | undefined;
|
|
17059
17058
|
} | undefined;
|
|
17059
|
+
plain_text?: string | undefined;
|
|
17060
17060
|
annotations?: {
|
|
17061
17061
|
code?: boolean | undefined;
|
|
17062
17062
|
bold?: boolean | undefined;
|
|
@@ -17210,13 +17210,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17210
17210
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17211
17211
|
}, "strip", z.ZodTypeAny, {
|
|
17212
17212
|
type: "text" | "mention" | "equation";
|
|
17213
|
-
plain_text?: string | undefined;
|
|
17214
17213
|
text?: {
|
|
17215
17214
|
content: string;
|
|
17216
17215
|
link?: {
|
|
17217
17216
|
url: string;
|
|
17218
17217
|
} | null | undefined;
|
|
17219
17218
|
} | undefined;
|
|
17219
|
+
plain_text?: string | undefined;
|
|
17220
17220
|
annotations?: {
|
|
17221
17221
|
code: boolean;
|
|
17222
17222
|
bold: boolean;
|
|
@@ -17228,13 +17228,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17228
17228
|
href?: string | null | undefined;
|
|
17229
17229
|
}, {
|
|
17230
17230
|
type: "text" | "mention" | "equation";
|
|
17231
|
-
plain_text?: string | undefined;
|
|
17232
17231
|
text?: {
|
|
17233
17232
|
content: string;
|
|
17234
17233
|
link?: {
|
|
17235
17234
|
url: string;
|
|
17236
17235
|
} | null | undefined;
|
|
17237
17236
|
} | undefined;
|
|
17237
|
+
plain_text?: string | undefined;
|
|
17238
17238
|
annotations?: {
|
|
17239
17239
|
code?: boolean | undefined;
|
|
17240
17240
|
bold?: boolean | undefined;
|
|
@@ -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: {
|
|
@@ -17277,13 +17277,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17277
17277
|
discussion_id: string;
|
|
17278
17278
|
rich_text: {
|
|
17279
17279
|
type: "text" | "mention" | "equation";
|
|
17280
|
-
plain_text?: string | undefined;
|
|
17281
17280
|
text?: {
|
|
17282
17281
|
content: string;
|
|
17283
17282
|
link?: {
|
|
17284
17283
|
url: string;
|
|
17285
17284
|
} | null | undefined;
|
|
17286
17285
|
} | undefined;
|
|
17286
|
+
plain_text?: string | undefined;
|
|
17287
17287
|
annotations?: {
|
|
17288
17288
|
code: boolean;
|
|
17289
17289
|
bold: boolean;
|
|
@@ -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: {
|
|
@@ -17326,13 +17326,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17326
17326
|
discussion_id: string;
|
|
17327
17327
|
rich_text: {
|
|
17328
17328
|
type: "text" | "mention" | "equation";
|
|
17329
|
-
plain_text?: string | undefined;
|
|
17330
17329
|
text?: {
|
|
17331
17330
|
content: string;
|
|
17332
17331
|
link?: {
|
|
17333
17332
|
url: string;
|
|
17334
17333
|
} | null | undefined;
|
|
17335
17334
|
} | undefined;
|
|
17335
|
+
plain_text?: string | undefined;
|
|
17336
17336
|
annotations?: {
|
|
17337
17337
|
code?: boolean | undefined;
|
|
17338
17338
|
bold?: boolean | undefined;
|
|
@@ -17350,6 +17350,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17350
17350
|
operation: "retrieve_comment";
|
|
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: {
|
|
@@ -17380,13 +17380,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17380
17380
|
discussion_id: string;
|
|
17381
17381
|
rich_text: {
|
|
17382
17382
|
type: "text" | "mention" | "equation";
|
|
17383
|
-
plain_text?: string | undefined;
|
|
17384
17383
|
text?: {
|
|
17385
17384
|
content: string;
|
|
17386
17385
|
link?: {
|
|
17387
17386
|
url: string;
|
|
17388
17387
|
} | null | undefined;
|
|
17389
17388
|
} | undefined;
|
|
17389
|
+
plain_text?: string | undefined;
|
|
17390
17390
|
annotations?: {
|
|
17391
17391
|
code: boolean;
|
|
17392
17392
|
bold: boolean;
|
|
@@ -17404,6 +17404,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17404
17404
|
operation: "retrieve_comment";
|
|
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: {
|
|
@@ -17434,13 +17434,13 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
17434
17434
|
discussion_id: string;
|
|
17435
17435
|
rich_text: {
|
|
17436
17436
|
type: "text" | "mention" | "equation";
|
|
17437
|
-
plain_text?: string | undefined;
|
|
17438
17437
|
text?: {
|
|
17439
17438
|
content: string;
|
|
17440
17439
|
link?: {
|
|
17441
17440
|
url: string;
|
|
17442
17441
|
} | null | undefined;
|
|
17443
17442
|
} | undefined;
|
|
17443
|
+
plain_text?: string | undefined;
|
|
17444
17444
|
annotations?: {
|
|
17445
17445
|
code?: boolean | undefined;
|
|
17446
17446
|
bold?: boolean | undefined;
|
|
@@ -18351,13 +18351,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
18351
18351
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18352
18352
|
}, "strip", z.ZodTypeAny, {
|
|
18353
18353
|
type: "text" | "mention" | "equation";
|
|
18354
|
-
plain_text?: string | undefined;
|
|
18355
18354
|
text?: {
|
|
18356
18355
|
content: string;
|
|
18357
18356
|
link?: {
|
|
18358
18357
|
url: string;
|
|
18359
18358
|
} | null | undefined;
|
|
18360
18359
|
} | undefined;
|
|
18360
|
+
plain_text?: string | undefined;
|
|
18361
18361
|
annotations?: {
|
|
18362
18362
|
code: boolean;
|
|
18363
18363
|
bold: boolean;
|
|
@@ -18369,13 +18369,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
18369
18369
|
href?: string | null | undefined;
|
|
18370
18370
|
}, {
|
|
18371
18371
|
type: "text" | "mention" | "equation";
|
|
18372
|
-
plain_text?: string | undefined;
|
|
18373
18372
|
text?: {
|
|
18374
18373
|
content: string;
|
|
18375
18374
|
link?: {
|
|
18376
18375
|
url: string;
|
|
18377
18376
|
} | null | undefined;
|
|
18378
18377
|
} | undefined;
|
|
18378
|
+
plain_text?: string | undefined;
|
|
18379
18379
|
annotations?: {
|
|
18380
18380
|
code?: boolean | undefined;
|
|
18381
18381
|
bold?: boolean | undefined;
|
|
@@ -18468,13 +18468,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
18468
18468
|
operation: "create_data_source";
|
|
18469
18469
|
title?: {
|
|
18470
18470
|
type: "text" | "mention" | "equation";
|
|
18471
|
-
plain_text?: string | undefined;
|
|
18472
18471
|
text?: {
|
|
18473
18472
|
content: string;
|
|
18474
18473
|
link?: {
|
|
18475
18474
|
url: string;
|
|
18476
18475
|
} | null | undefined;
|
|
18477
18476
|
} | undefined;
|
|
18477
|
+
plain_text?: string | undefined;
|
|
18478
18478
|
annotations?: {
|
|
18479
18479
|
code: boolean;
|
|
18480
18480
|
bold: boolean;
|
|
@@ -18515,13 +18515,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
18515
18515
|
operation: "create_data_source";
|
|
18516
18516
|
title?: {
|
|
18517
18517
|
type: "text" | "mention" | "equation";
|
|
18518
|
-
plain_text?: string | undefined;
|
|
18519
18518
|
text?: {
|
|
18520
18519
|
content: string;
|
|
18521
18520
|
link?: {
|
|
18522
18521
|
url: string;
|
|
18523
18522
|
} | null | undefined;
|
|
18524
18523
|
} | undefined;
|
|
18524
|
+
plain_text?: string | undefined;
|
|
18525
18525
|
annotations?: {
|
|
18526
18526
|
code?: boolean | undefined;
|
|
18527
18527
|
bold?: boolean | undefined;
|
|
@@ -18605,13 +18605,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
18605
18605
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18606
18606
|
}, "strip", z.ZodTypeAny, {
|
|
18607
18607
|
type: "text" | "mention" | "equation";
|
|
18608
|
-
plain_text?: string | undefined;
|
|
18609
18608
|
text?: {
|
|
18610
18609
|
content: string;
|
|
18611
18610
|
link?: {
|
|
18612
18611
|
url: string;
|
|
18613
18612
|
} | null | undefined;
|
|
18614
18613
|
} | undefined;
|
|
18614
|
+
plain_text?: string | undefined;
|
|
18615
18615
|
annotations?: {
|
|
18616
18616
|
code: boolean;
|
|
18617
18617
|
bold: boolean;
|
|
@@ -18623,13 +18623,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
18623
18623
|
href?: string | null | undefined;
|
|
18624
18624
|
}, {
|
|
18625
18625
|
type: "text" | "mention" | "equation";
|
|
18626
|
-
plain_text?: string | undefined;
|
|
18627
18626
|
text?: {
|
|
18628
18627
|
content: string;
|
|
18629
18628
|
link?: {
|
|
18630
18629
|
url: string;
|
|
18631
18630
|
} | null | undefined;
|
|
18632
18631
|
} | undefined;
|
|
18632
|
+
plain_text?: string | undefined;
|
|
18633
18633
|
annotations?: {
|
|
18634
18634
|
code?: boolean | undefined;
|
|
18635
18635
|
bold?: boolean | undefined;
|
|
@@ -18688,13 +18688,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
18688
18688
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18689
18689
|
}, "strip", z.ZodTypeAny, {
|
|
18690
18690
|
type: "text" | "mention" | "equation";
|
|
18691
|
-
plain_text?: string | undefined;
|
|
18692
18691
|
text?: {
|
|
18693
18692
|
content: string;
|
|
18694
18693
|
link?: {
|
|
18695
18694
|
url: string;
|
|
18696
18695
|
} | null | undefined;
|
|
18697
18696
|
} | undefined;
|
|
18697
|
+
plain_text?: string | undefined;
|
|
18698
18698
|
annotations?: {
|
|
18699
18699
|
code: boolean;
|
|
18700
18700
|
bold: boolean;
|
|
@@ -18706,13 +18706,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
18706
18706
|
href?: string | null | undefined;
|
|
18707
18707
|
}, {
|
|
18708
18708
|
type: "text" | "mention" | "equation";
|
|
18709
|
-
plain_text?: string | undefined;
|
|
18710
18709
|
text?: {
|
|
18711
18710
|
content: string;
|
|
18712
18711
|
link?: {
|
|
18713
18712
|
url: string;
|
|
18714
18713
|
} | null | undefined;
|
|
18715
18714
|
} | undefined;
|
|
18715
|
+
plain_text?: string | undefined;
|
|
18716
18716
|
annotations?: {
|
|
18717
18717
|
code?: boolean | undefined;
|
|
18718
18718
|
bold?: boolean | undefined;
|
|
@@ -18813,13 +18813,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
18813
18813
|
properties?: Record<string, unknown> | undefined;
|
|
18814
18814
|
description?: {
|
|
18815
18815
|
type: "text" | "mention" | "equation";
|
|
18816
|
-
plain_text?: string | undefined;
|
|
18817
18816
|
text?: {
|
|
18818
18817
|
content: string;
|
|
18819
18818
|
link?: {
|
|
18820
18819
|
url: string;
|
|
18821
18820
|
} | null | undefined;
|
|
18822
18821
|
} | undefined;
|
|
18822
|
+
plain_text?: string | undefined;
|
|
18823
18823
|
annotations?: {
|
|
18824
18824
|
code: boolean;
|
|
18825
18825
|
bold: boolean;
|
|
@@ -18832,13 +18832,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
18832
18832
|
}[] | undefined;
|
|
18833
18833
|
title?: {
|
|
18834
18834
|
type: "text" | "mention" | "equation";
|
|
18835
|
-
plain_text?: string | undefined;
|
|
18836
18835
|
text?: {
|
|
18837
18836
|
content: string;
|
|
18838
18837
|
link?: {
|
|
18839
18838
|
url: string;
|
|
18840
18839
|
} | null | undefined;
|
|
18841
18840
|
} | undefined;
|
|
18841
|
+
plain_text?: string | undefined;
|
|
18842
18842
|
annotations?: {
|
|
18843
18843
|
code: boolean;
|
|
18844
18844
|
bold: boolean;
|
|
@@ -18881,13 +18881,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
18881
18881
|
properties?: Record<string, unknown> | undefined;
|
|
18882
18882
|
description?: {
|
|
18883
18883
|
type: "text" | "mention" | "equation";
|
|
18884
|
-
plain_text?: string | undefined;
|
|
18885
18884
|
text?: {
|
|
18886
18885
|
content: string;
|
|
18887
18886
|
link?: {
|
|
18888
18887
|
url: string;
|
|
18889
18888
|
} | null | undefined;
|
|
18890
18889
|
} | undefined;
|
|
18890
|
+
plain_text?: string | undefined;
|
|
18891
18891
|
annotations?: {
|
|
18892
18892
|
code?: boolean | undefined;
|
|
18893
18893
|
bold?: boolean | undefined;
|
|
@@ -18900,13 +18900,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
18900
18900
|
}[] | undefined;
|
|
18901
18901
|
title?: {
|
|
18902
18902
|
type: "text" | "mention" | "equation";
|
|
18903
|
-
plain_text?: string | undefined;
|
|
18904
18903
|
text?: {
|
|
18905
18904
|
content: string;
|
|
18906
18905
|
link?: {
|
|
18907
18906
|
url: string;
|
|
18908
18907
|
} | null | undefined;
|
|
18909
18908
|
} | undefined;
|
|
18909
|
+
plain_text?: string | undefined;
|
|
18910
18910
|
annotations?: {
|
|
18911
18911
|
code?: boolean | undefined;
|
|
18912
18912
|
bold?: boolean | undefined;
|
|
@@ -19033,13 +19033,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19033
19033
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19034
19034
|
}, "strip", z.ZodTypeAny, {
|
|
19035
19035
|
type: "text" | "mention" | "equation";
|
|
19036
|
-
plain_text?: string | undefined;
|
|
19037
19036
|
text?: {
|
|
19038
19037
|
content: string;
|
|
19039
19038
|
link?: {
|
|
19040
19039
|
url: string;
|
|
19041
19040
|
} | null | undefined;
|
|
19042
19041
|
} | undefined;
|
|
19042
|
+
plain_text?: string | undefined;
|
|
19043
19043
|
annotations?: {
|
|
19044
19044
|
code: boolean;
|
|
19045
19045
|
bold: boolean;
|
|
@@ -19051,13 +19051,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19051
19051
|
href?: string | null | undefined;
|
|
19052
19052
|
}, {
|
|
19053
19053
|
type: "text" | "mention" | "equation";
|
|
19054
|
-
plain_text?: string | undefined;
|
|
19055
19054
|
text?: {
|
|
19056
19055
|
content: string;
|
|
19057
19056
|
link?: {
|
|
19058
19057
|
url: string;
|
|
19059
19058
|
} | null | undefined;
|
|
19060
19059
|
} | undefined;
|
|
19060
|
+
plain_text?: string | undefined;
|
|
19061
19061
|
annotations?: {
|
|
19062
19062
|
code?: boolean | undefined;
|
|
19063
19063
|
bold?: boolean | undefined;
|
|
@@ -19116,13 +19116,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19116
19116
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19117
19117
|
}, "strip", z.ZodTypeAny, {
|
|
19118
19118
|
type: "text" | "mention" | "equation";
|
|
19119
|
-
plain_text?: string | undefined;
|
|
19120
19119
|
text?: {
|
|
19121
19120
|
content: string;
|
|
19122
19121
|
link?: {
|
|
19123
19122
|
url: string;
|
|
19124
19123
|
} | null | undefined;
|
|
19125
19124
|
} | undefined;
|
|
19125
|
+
plain_text?: string | undefined;
|
|
19126
19126
|
annotations?: {
|
|
19127
19127
|
code: boolean;
|
|
19128
19128
|
bold: boolean;
|
|
@@ -19134,13 +19134,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19134
19134
|
href?: string | null | undefined;
|
|
19135
19135
|
}, {
|
|
19136
19136
|
type: "text" | "mention" | "equation";
|
|
19137
|
-
plain_text?: string | undefined;
|
|
19138
19137
|
text?: {
|
|
19139
19138
|
content: string;
|
|
19140
19139
|
link?: {
|
|
19141
19140
|
url: string;
|
|
19142
19141
|
} | null | undefined;
|
|
19143
19142
|
} | undefined;
|
|
19143
|
+
plain_text?: string | undefined;
|
|
19144
19144
|
annotations?: {
|
|
19145
19145
|
code?: boolean | undefined;
|
|
19146
19146
|
bold?: boolean | undefined;
|
|
@@ -19303,13 +19303,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19303
19303
|
};
|
|
19304
19304
|
description?: {
|
|
19305
19305
|
type: "text" | "mention" | "equation";
|
|
19306
|
-
plain_text?: string | undefined;
|
|
19307
19306
|
text?: {
|
|
19308
19307
|
content: string;
|
|
19309
19308
|
link?: {
|
|
19310
19309
|
url: string;
|
|
19311
19310
|
} | null | undefined;
|
|
19312
19311
|
} | undefined;
|
|
19312
|
+
plain_text?: string | undefined;
|
|
19313
19313
|
annotations?: {
|
|
19314
19314
|
code: boolean;
|
|
19315
19315
|
bold: boolean;
|
|
@@ -19322,13 +19322,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19322
19322
|
}[] | undefined;
|
|
19323
19323
|
title?: {
|
|
19324
19324
|
type: "text" | "mention" | "equation";
|
|
19325
|
-
plain_text?: string | undefined;
|
|
19326
19325
|
text?: {
|
|
19327
19326
|
content: string;
|
|
19328
19327
|
link?: {
|
|
19329
19328
|
url: string;
|
|
19330
19329
|
} | null | undefined;
|
|
19331
19330
|
} | undefined;
|
|
19331
|
+
plain_text?: string | undefined;
|
|
19332
19332
|
annotations?: {
|
|
19333
19333
|
code: boolean;
|
|
19334
19334
|
bold: boolean;
|
|
@@ -19389,13 +19389,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19389
19389
|
};
|
|
19390
19390
|
description?: {
|
|
19391
19391
|
type: "text" | "mention" | "equation";
|
|
19392
|
-
plain_text?: string | undefined;
|
|
19393
19392
|
text?: {
|
|
19394
19393
|
content: string;
|
|
19395
19394
|
link?: {
|
|
19396
19395
|
url: string;
|
|
19397
19396
|
} | null | undefined;
|
|
19398
19397
|
} | undefined;
|
|
19398
|
+
plain_text?: string | undefined;
|
|
19399
19399
|
annotations?: {
|
|
19400
19400
|
code?: boolean | undefined;
|
|
19401
19401
|
bold?: boolean | undefined;
|
|
@@ -19408,13 +19408,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19408
19408
|
}[] | undefined;
|
|
19409
19409
|
title?: {
|
|
19410
19410
|
type: "text" | "mention" | "equation";
|
|
19411
|
-
plain_text?: string | undefined;
|
|
19412
19411
|
text?: {
|
|
19413
19412
|
content: string;
|
|
19414
19413
|
link?: {
|
|
19415
19414
|
url: string;
|
|
19416
19415
|
} | null | undefined;
|
|
19417
19416
|
} | undefined;
|
|
19417
|
+
plain_text?: string | undefined;
|
|
19418
19418
|
annotations?: {
|
|
19419
19419
|
code?: boolean | undefined;
|
|
19420
19420
|
bold?: boolean | undefined;
|
|
@@ -19514,13 +19514,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19514
19514
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19515
19515
|
}, "strip", z.ZodTypeAny, {
|
|
19516
19516
|
type: "text" | "mention" | "equation";
|
|
19517
|
-
plain_text?: string | undefined;
|
|
19518
19517
|
text?: {
|
|
19519
19518
|
content: string;
|
|
19520
19519
|
link?: {
|
|
19521
19520
|
url: string;
|
|
19522
19521
|
} | null | undefined;
|
|
19523
19522
|
} | undefined;
|
|
19523
|
+
plain_text?: string | undefined;
|
|
19524
19524
|
annotations?: {
|
|
19525
19525
|
code: boolean;
|
|
19526
19526
|
bold: boolean;
|
|
@@ -19532,13 +19532,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19532
19532
|
href?: string | null | undefined;
|
|
19533
19533
|
}, {
|
|
19534
19534
|
type: "text" | "mention" | "equation";
|
|
19535
|
-
plain_text?: string | undefined;
|
|
19536
19535
|
text?: {
|
|
19537
19536
|
content: string;
|
|
19538
19537
|
link?: {
|
|
19539
19538
|
url: string;
|
|
19540
19539
|
} | null | undefined;
|
|
19541
19540
|
} | undefined;
|
|
19541
|
+
plain_text?: string | undefined;
|
|
19542
19542
|
annotations?: {
|
|
19543
19543
|
code?: boolean | undefined;
|
|
19544
19544
|
bold?: boolean | undefined;
|
|
@@ -19597,13 +19597,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19597
19597
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19598
19598
|
}, "strip", z.ZodTypeAny, {
|
|
19599
19599
|
type: "text" | "mention" | "equation";
|
|
19600
|
-
plain_text?: string | undefined;
|
|
19601
19600
|
text?: {
|
|
19602
19601
|
content: string;
|
|
19603
19602
|
link?: {
|
|
19604
19603
|
url: string;
|
|
19605
19604
|
} | null | undefined;
|
|
19606
19605
|
} | undefined;
|
|
19606
|
+
plain_text?: string | undefined;
|
|
19607
19607
|
annotations?: {
|
|
19608
19608
|
code: boolean;
|
|
19609
19609
|
bold: boolean;
|
|
@@ -19615,13 +19615,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19615
19615
|
href?: string | null | undefined;
|
|
19616
19616
|
}, {
|
|
19617
19617
|
type: "text" | "mention" | "equation";
|
|
19618
|
-
plain_text?: string | undefined;
|
|
19619
19618
|
text?: {
|
|
19620
19619
|
content: string;
|
|
19621
19620
|
link?: {
|
|
19622
19621
|
url: string;
|
|
19623
19622
|
} | null | undefined;
|
|
19624
19623
|
} | undefined;
|
|
19624
|
+
plain_text?: string | undefined;
|
|
19625
19625
|
annotations?: {
|
|
19626
19626
|
code?: boolean | undefined;
|
|
19627
19627
|
bold?: boolean | undefined;
|
|
@@ -19825,13 +19825,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19825
19825
|
database_id: string;
|
|
19826
19826
|
description?: {
|
|
19827
19827
|
type: "text" | "mention" | "equation";
|
|
19828
|
-
plain_text?: string | undefined;
|
|
19829
19828
|
text?: {
|
|
19830
19829
|
content: string;
|
|
19831
19830
|
link?: {
|
|
19832
19831
|
url: string;
|
|
19833
19832
|
} | null | undefined;
|
|
19834
19833
|
} | undefined;
|
|
19834
|
+
plain_text?: string | undefined;
|
|
19835
19835
|
annotations?: {
|
|
19836
19836
|
code: boolean;
|
|
19837
19837
|
bold: boolean;
|
|
@@ -19844,13 +19844,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19844
19844
|
}[] | undefined;
|
|
19845
19845
|
title?: {
|
|
19846
19846
|
type: "text" | "mention" | "equation";
|
|
19847
|
-
plain_text?: string | undefined;
|
|
19848
19847
|
text?: {
|
|
19849
19848
|
content: string;
|
|
19850
19849
|
link?: {
|
|
19851
19850
|
url: string;
|
|
19852
19851
|
} | null | undefined;
|
|
19853
19852
|
} | undefined;
|
|
19853
|
+
plain_text?: string | undefined;
|
|
19854
19854
|
annotations?: {
|
|
19855
19855
|
code: boolean;
|
|
19856
19856
|
bold: boolean;
|
|
@@ -19924,13 +19924,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19924
19924
|
database_id: string;
|
|
19925
19925
|
description?: {
|
|
19926
19926
|
type: "text" | "mention" | "equation";
|
|
19927
|
-
plain_text?: string | undefined;
|
|
19928
19927
|
text?: {
|
|
19929
19928
|
content: string;
|
|
19930
19929
|
link?: {
|
|
19931
19930
|
url: string;
|
|
19932
19931
|
} | null | undefined;
|
|
19933
19932
|
} | undefined;
|
|
19933
|
+
plain_text?: string | undefined;
|
|
19934
19934
|
annotations?: {
|
|
19935
19935
|
code?: boolean | undefined;
|
|
19936
19936
|
bold?: boolean | undefined;
|
|
@@ -19943,13 +19943,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
19943
19943
|
}[] | undefined;
|
|
19944
19944
|
title?: {
|
|
19945
19945
|
type: "text" | "mention" | "equation";
|
|
19946
|
-
plain_text?: string | undefined;
|
|
19947
19946
|
text?: {
|
|
19948
19947
|
content: string;
|
|
19949
19948
|
link?: {
|
|
19950
19949
|
url: string;
|
|
19951
19950
|
} | null | undefined;
|
|
19952
19951
|
} | undefined;
|
|
19952
|
+
plain_text?: string | undefined;
|
|
19953
19953
|
annotations?: {
|
|
19954
19954
|
code?: boolean | undefined;
|
|
19955
19955
|
bold?: boolean | undefined;
|
|
@@ -20025,14 +20025,14 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20025
20025
|
after: z.ZodOptional<z.ZodString>;
|
|
20026
20026
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
20027
20027
|
}, "strip", z.ZodTypeAny, {
|
|
20028
|
-
block_id: string;
|
|
20029
20028
|
operation: "append_block_children";
|
|
20029
|
+
block_id: string;
|
|
20030
20030
|
children: unknown[];
|
|
20031
20031
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20032
20032
|
after?: string | undefined;
|
|
20033
20033
|
}, {
|
|
20034
|
-
block_id: string;
|
|
20035
20034
|
operation: "append_block_children";
|
|
20035
|
+
block_id: string;
|
|
20036
20036
|
children: unknown[];
|
|
20037
20037
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20038
20038
|
after?: string | undefined;
|
|
@@ -20043,14 +20043,14 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20043
20043
|
page_size: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
20044
20044
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
20045
20045
|
}, "strip", z.ZodTypeAny, {
|
|
20046
|
-
block_id: string;
|
|
20047
20046
|
operation: "retrieve_block_children";
|
|
20047
|
+
block_id: string;
|
|
20048
20048
|
page_size: number;
|
|
20049
20049
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20050
20050
|
start_cursor?: string | undefined;
|
|
20051
20051
|
}, {
|
|
20052
|
-
block_id: string;
|
|
20053
20052
|
operation: "retrieve_block_children";
|
|
20053
|
+
block_id: string;
|
|
20054
20054
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20055
20055
|
page_size?: number | undefined;
|
|
20056
20056
|
start_cursor?: string | undefined;
|
|
@@ -20059,12 +20059,12 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20059
20059
|
block_id: z.ZodString;
|
|
20060
20060
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
20061
20061
|
}, "strip", z.ZodTypeAny, {
|
|
20062
|
-
block_id: string;
|
|
20063
20062
|
operation: "retrieve_block";
|
|
20063
|
+
block_id: string;
|
|
20064
20064
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20065
20065
|
}, {
|
|
20066
|
-
block_id: string;
|
|
20067
20066
|
operation: "retrieve_block";
|
|
20067
|
+
block_id: string;
|
|
20068
20068
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20069
20069
|
}>, z.ZodObject<{
|
|
20070
20070
|
operation: z.ZodLiteral<"update_block">;
|
|
@@ -20072,13 +20072,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20072
20072
|
archived: z.ZodOptional<z.ZodBoolean>;
|
|
20073
20073
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
20074
20074
|
}, "strip", z.ZodTypeAny, {
|
|
20075
|
-
block_id: string;
|
|
20076
20075
|
operation: "update_block";
|
|
20076
|
+
block_id: string;
|
|
20077
20077
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20078
20078
|
archived?: boolean | undefined;
|
|
20079
20079
|
}, {
|
|
20080
|
-
block_id: string;
|
|
20081
20080
|
operation: "update_block";
|
|
20081
|
+
block_id: string;
|
|
20082
20082
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20083
20083
|
archived?: boolean | undefined;
|
|
20084
20084
|
}>, z.ZodObject<{
|
|
@@ -20141,13 +20141,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20141
20141
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20142
20142
|
}, "strip", z.ZodTypeAny, {
|
|
20143
20143
|
type: "text" | "mention" | "equation";
|
|
20144
|
-
plain_text?: string | undefined;
|
|
20145
20144
|
text?: {
|
|
20146
20145
|
content: string;
|
|
20147
20146
|
link?: {
|
|
20148
20147
|
url: string;
|
|
20149
20148
|
} | null | undefined;
|
|
20150
20149
|
} | undefined;
|
|
20150
|
+
plain_text?: string | undefined;
|
|
20151
20151
|
annotations?: {
|
|
20152
20152
|
code: boolean;
|
|
20153
20153
|
bold: boolean;
|
|
@@ -20159,13 +20159,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20159
20159
|
href?: string | null | undefined;
|
|
20160
20160
|
}, {
|
|
20161
20161
|
type: "text" | "mention" | "equation";
|
|
20162
|
-
plain_text?: string | undefined;
|
|
20163
20162
|
text?: {
|
|
20164
20163
|
content: string;
|
|
20165
20164
|
link?: {
|
|
20166
20165
|
url: string;
|
|
20167
20166
|
} | null | undefined;
|
|
20168
20167
|
} | undefined;
|
|
20168
|
+
plain_text?: string | undefined;
|
|
20169
20169
|
annotations?: {
|
|
20170
20170
|
code?: boolean | undefined;
|
|
20171
20171
|
bold?: boolean | undefined;
|
|
@@ -20215,13 +20215,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20215
20215
|
operation: "create_comment";
|
|
20216
20216
|
rich_text: {
|
|
20217
20217
|
type: "text" | "mention" | "equation";
|
|
20218
|
-
plain_text?: string | undefined;
|
|
20219
20218
|
text?: {
|
|
20220
20219
|
content: string;
|
|
20221
20220
|
link?: {
|
|
20222
20221
|
url: string;
|
|
20223
20222
|
} | null | undefined;
|
|
20224
20223
|
} | undefined;
|
|
20224
|
+
plain_text?: string | undefined;
|
|
20225
20225
|
annotations?: {
|
|
20226
20226
|
code: boolean;
|
|
20227
20227
|
bold: boolean;
|
|
@@ -20251,13 +20251,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20251
20251
|
operation: "create_comment";
|
|
20252
20252
|
rich_text: {
|
|
20253
20253
|
type: "text" | "mention" | "equation";
|
|
20254
|
-
plain_text?: string | undefined;
|
|
20255
20254
|
text?: {
|
|
20256
20255
|
content: string;
|
|
20257
20256
|
link?: {
|
|
20258
20257
|
url: string;
|
|
20259
20258
|
} | null | undefined;
|
|
20260
20259
|
} | undefined;
|
|
20260
|
+
plain_text?: string | undefined;
|
|
20261
20261
|
annotations?: {
|
|
20262
20262
|
code?: boolean | undefined;
|
|
20263
20263
|
bold?: boolean | undefined;
|
|
@@ -20686,6 +20686,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20686
20686
|
object: "page";
|
|
20687
20687
|
properties: Record<string, unknown>;
|
|
20688
20688
|
url: string;
|
|
20689
|
+
id: string;
|
|
20689
20690
|
parent: {
|
|
20690
20691
|
type: "page_id";
|
|
20691
20692
|
page_id: string;
|
|
@@ -20703,7 +20704,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20703
20704
|
type: "workspace";
|
|
20704
20705
|
workspace: true;
|
|
20705
20706
|
};
|
|
20706
|
-
id: string;
|
|
20707
20707
|
created_time: string;
|
|
20708
20708
|
last_edited_time: string;
|
|
20709
20709
|
created_by: {
|
|
@@ -20779,6 +20779,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20779
20779
|
object: "page";
|
|
20780
20780
|
properties: Record<string, unknown>;
|
|
20781
20781
|
url: string;
|
|
20782
|
+
id: string;
|
|
20782
20783
|
parent: {
|
|
20783
20784
|
type: "page_id";
|
|
20784
20785
|
page_id: string;
|
|
@@ -20796,7 +20797,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20796
20797
|
type: "workspace";
|
|
20797
20798
|
workspace: true;
|
|
20798
20799
|
};
|
|
20799
|
-
id: string;
|
|
20800
20800
|
created_time: string;
|
|
20801
20801
|
last_edited_time: string;
|
|
20802
20802
|
created_by: {
|
|
@@ -20877,6 +20877,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20877
20877
|
object: "page";
|
|
20878
20878
|
properties: Record<string, unknown>;
|
|
20879
20879
|
url: string;
|
|
20880
|
+
id: string;
|
|
20880
20881
|
parent: {
|
|
20881
20882
|
type: "page_id";
|
|
20882
20883
|
page_id: string;
|
|
@@ -20894,7 +20895,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20894
20895
|
type: "workspace";
|
|
20895
20896
|
workspace: true;
|
|
20896
20897
|
};
|
|
20897
|
-
id: string;
|
|
20898
20898
|
created_time: string;
|
|
20899
20899
|
last_edited_time: string;
|
|
20900
20900
|
created_by: {
|
|
@@ -20975,6 +20975,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20975
20975
|
object: "page";
|
|
20976
20976
|
properties: Record<string, unknown>;
|
|
20977
20977
|
url: string;
|
|
20978
|
+
id: string;
|
|
20978
20979
|
parent: {
|
|
20979
20980
|
type: "page_id";
|
|
20980
20981
|
page_id: string;
|
|
@@ -20992,7 +20993,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20992
20993
|
type: "workspace";
|
|
20993
20994
|
workspace: true;
|
|
20994
20995
|
};
|
|
20995
|
-
id: string;
|
|
20996
20996
|
created_time: string;
|
|
20997
20997
|
last_edited_time: string;
|
|
20998
20998
|
created_by: {
|
|
@@ -21390,6 +21390,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21390
21390
|
object: "page";
|
|
21391
21391
|
properties: Record<string, unknown>;
|
|
21392
21392
|
url: string;
|
|
21393
|
+
id: string;
|
|
21393
21394
|
parent: {
|
|
21394
21395
|
type: "page_id";
|
|
21395
21396
|
page_id: string;
|
|
@@ -21407,7 +21408,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21407
21408
|
type: "workspace";
|
|
21408
21409
|
workspace: true;
|
|
21409
21410
|
};
|
|
21410
|
-
id: string;
|
|
21411
21411
|
created_time: string;
|
|
21412
21412
|
last_edited_time: string;
|
|
21413
21413
|
created_by: {
|
|
@@ -21483,6 +21483,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21483
21483
|
object: "page";
|
|
21484
21484
|
properties: Record<string, unknown>;
|
|
21485
21485
|
url: string;
|
|
21486
|
+
id: string;
|
|
21486
21487
|
parent: {
|
|
21487
21488
|
type: "page_id";
|
|
21488
21489
|
page_id: string;
|
|
@@ -21500,7 +21501,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21500
21501
|
type: "workspace";
|
|
21501
21502
|
workspace: true;
|
|
21502
21503
|
};
|
|
21503
|
-
id: string;
|
|
21504
21504
|
created_time: string;
|
|
21505
21505
|
last_edited_time: string;
|
|
21506
21506
|
created_by: {
|
|
@@ -21581,6 +21581,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21581
21581
|
object: "page";
|
|
21582
21582
|
properties: Record<string, unknown>;
|
|
21583
21583
|
url: string;
|
|
21584
|
+
id: string;
|
|
21584
21585
|
parent: {
|
|
21585
21586
|
type: "page_id";
|
|
21586
21587
|
page_id: string;
|
|
@@ -21598,7 +21599,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21598
21599
|
type: "workspace";
|
|
21599
21600
|
workspace: true;
|
|
21600
21601
|
};
|
|
21601
|
-
id: string;
|
|
21602
21602
|
created_time: string;
|
|
21603
21603
|
last_edited_time: string;
|
|
21604
21604
|
created_by: {
|
|
@@ -21679,6 +21679,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21679
21679
|
object: "page";
|
|
21680
21680
|
properties: Record<string, unknown>;
|
|
21681
21681
|
url: string;
|
|
21682
|
+
id: string;
|
|
21682
21683
|
parent: {
|
|
21683
21684
|
type: "page_id";
|
|
21684
21685
|
page_id: string;
|
|
@@ -21696,7 +21697,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21696
21697
|
type: "workspace";
|
|
21697
21698
|
workspace: true;
|
|
21698
21699
|
};
|
|
21699
|
-
id: string;
|
|
21700
21700
|
created_time: string;
|
|
21701
21701
|
last_edited_time: string;
|
|
21702
21702
|
created_by: {
|
|
@@ -22094,6 +22094,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22094
22094
|
object: "page";
|
|
22095
22095
|
properties: Record<string, unknown>;
|
|
22096
22096
|
url: string;
|
|
22097
|
+
id: string;
|
|
22097
22098
|
parent: {
|
|
22098
22099
|
type: "page_id";
|
|
22099
22100
|
page_id: string;
|
|
@@ -22111,7 +22112,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22111
22112
|
type: "workspace";
|
|
22112
22113
|
workspace: true;
|
|
22113
22114
|
};
|
|
22114
|
-
id: string;
|
|
22115
22115
|
created_time: string;
|
|
22116
22116
|
last_edited_time: string;
|
|
22117
22117
|
created_by: {
|
|
@@ -22187,6 +22187,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22187
22187
|
object: "page";
|
|
22188
22188
|
properties: Record<string, unknown>;
|
|
22189
22189
|
url: string;
|
|
22190
|
+
id: string;
|
|
22190
22191
|
parent: {
|
|
22191
22192
|
type: "page_id";
|
|
22192
22193
|
page_id: string;
|
|
@@ -22204,7 +22205,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22204
22205
|
type: "workspace";
|
|
22205
22206
|
workspace: true;
|
|
22206
22207
|
};
|
|
22207
|
-
id: string;
|
|
22208
22208
|
created_time: string;
|
|
22209
22209
|
last_edited_time: string;
|
|
22210
22210
|
created_by: {
|
|
@@ -22285,6 +22285,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22285
22285
|
object: "page";
|
|
22286
22286
|
properties: Record<string, unknown>;
|
|
22287
22287
|
url: string;
|
|
22288
|
+
id: string;
|
|
22288
22289
|
parent: {
|
|
22289
22290
|
type: "page_id";
|
|
22290
22291
|
page_id: string;
|
|
@@ -22302,7 +22303,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22302
22303
|
type: "workspace";
|
|
22303
22304
|
workspace: true;
|
|
22304
22305
|
};
|
|
22305
|
-
id: string;
|
|
22306
22306
|
created_time: string;
|
|
22307
22307
|
last_edited_time: string;
|
|
22308
22308
|
created_by: {
|
|
@@ -22383,6 +22383,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22383
22383
|
object: "page";
|
|
22384
22384
|
properties: Record<string, unknown>;
|
|
22385
22385
|
url: string;
|
|
22386
|
+
id: string;
|
|
22386
22387
|
parent: {
|
|
22387
22388
|
type: "page_id";
|
|
22388
22389
|
page_id: string;
|
|
@@ -22400,7 +22401,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22400
22401
|
type: "workspace";
|
|
22401
22402
|
workspace: true;
|
|
22402
22403
|
};
|
|
22403
|
-
id: string;
|
|
22404
22404
|
created_time: string;
|
|
22405
22405
|
last_edited_time: string;
|
|
22406
22406
|
created_by: {
|
|
@@ -22530,13 +22530,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22530
22530
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22531
22531
|
}, "strip", z.ZodTypeAny, {
|
|
22532
22532
|
type: "text" | "mention" | "equation";
|
|
22533
|
-
plain_text?: string | undefined;
|
|
22534
22533
|
text?: {
|
|
22535
22534
|
content: string;
|
|
22536
22535
|
link?: {
|
|
22537
22536
|
url: string;
|
|
22538
22537
|
} | null | undefined;
|
|
22539
22538
|
} | undefined;
|
|
22539
|
+
plain_text?: string | undefined;
|
|
22540
22540
|
annotations?: {
|
|
22541
22541
|
code: boolean;
|
|
22542
22542
|
bold: boolean;
|
|
@@ -22548,13 +22548,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22548
22548
|
href?: string | null | undefined;
|
|
22549
22549
|
}, {
|
|
22550
22550
|
type: "text" | "mention" | "equation";
|
|
22551
|
-
plain_text?: string | undefined;
|
|
22552
22551
|
text?: {
|
|
22553
22552
|
content: string;
|
|
22554
22553
|
link?: {
|
|
22555
22554
|
url: string;
|
|
22556
22555
|
} | null | undefined;
|
|
22557
22556
|
} | undefined;
|
|
22557
|
+
plain_text?: string | undefined;
|
|
22558
22558
|
annotations?: {
|
|
22559
22559
|
code?: boolean | undefined;
|
|
22560
22560
|
bold?: boolean | undefined;
|
|
@@ -22613,13 +22613,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22613
22613
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22614
22614
|
}, "strip", z.ZodTypeAny, {
|
|
22615
22615
|
type: "text" | "mention" | "equation";
|
|
22616
|
-
plain_text?: string | undefined;
|
|
22617
22616
|
text?: {
|
|
22618
22617
|
content: string;
|
|
22619
22618
|
link?: {
|
|
22620
22619
|
url: string;
|
|
22621
22620
|
} | null | undefined;
|
|
22622
22621
|
} | undefined;
|
|
22622
|
+
plain_text?: string | undefined;
|
|
22623
22623
|
annotations?: {
|
|
22624
22624
|
code: boolean;
|
|
22625
22625
|
bold: boolean;
|
|
@@ -22631,13 +22631,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22631
22631
|
href?: string | null | undefined;
|
|
22632
22632
|
}, {
|
|
22633
22633
|
type: "text" | "mention" | "equation";
|
|
22634
|
-
plain_text?: string | undefined;
|
|
22635
22634
|
text?: {
|
|
22636
22635
|
content: string;
|
|
22637
22636
|
link?: {
|
|
22638
22637
|
url: string;
|
|
22639
22638
|
} | null | undefined;
|
|
22640
22639
|
} | undefined;
|
|
22640
|
+
plain_text?: string | undefined;
|
|
22641
22641
|
annotations?: {
|
|
22642
22642
|
code?: boolean | undefined;
|
|
22643
22643
|
bold?: boolean | undefined;
|
|
@@ -23012,13 +23012,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23012
23012
|
object: "database";
|
|
23013
23013
|
title: {
|
|
23014
23014
|
type: "text" | "mention" | "equation";
|
|
23015
|
-
plain_text?: string | undefined;
|
|
23016
23015
|
text?: {
|
|
23017
23016
|
content: string;
|
|
23018
23017
|
link?: {
|
|
23019
23018
|
url: string;
|
|
23020
23019
|
} | null | undefined;
|
|
23021
23020
|
} | undefined;
|
|
23021
|
+
plain_text?: string | undefined;
|
|
23022
23022
|
annotations?: {
|
|
23023
23023
|
code: boolean;
|
|
23024
23024
|
bold: boolean;
|
|
@@ -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,7 +23047,6 @@ 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: {
|
|
@@ -23087,13 +23087,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23087
23087
|
}[];
|
|
23088
23088
|
description?: {
|
|
23089
23089
|
type: "text" | "mention" | "equation";
|
|
23090
|
-
plain_text?: string | undefined;
|
|
23091
23090
|
text?: {
|
|
23092
23091
|
content: string;
|
|
23093
23092
|
link?: {
|
|
23094
23093
|
url: string;
|
|
23095
23094
|
} | null | undefined;
|
|
23096
23095
|
} | undefined;
|
|
23096
|
+
plain_text?: string | undefined;
|
|
23097
23097
|
annotations?: {
|
|
23098
23098
|
code: boolean;
|
|
23099
23099
|
bold: boolean;
|
|
@@ -23145,13 +23145,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23145
23145
|
object: "database";
|
|
23146
23146
|
title: {
|
|
23147
23147
|
type: "text" | "mention" | "equation";
|
|
23148
|
-
plain_text?: string | undefined;
|
|
23149
23148
|
text?: {
|
|
23150
23149
|
content: string;
|
|
23151
23150
|
link?: {
|
|
23152
23151
|
url: string;
|
|
23153
23152
|
} | null | undefined;
|
|
23154
23153
|
} | undefined;
|
|
23154
|
+
plain_text?: string | undefined;
|
|
23155
23155
|
annotations?: {
|
|
23156
23156
|
code?: boolean | undefined;
|
|
23157
23157
|
bold?: boolean | undefined;
|
|
@@ -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,7 +23180,6 @@ 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: {
|
|
@@ -23220,13 +23220,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23220
23220
|
}[];
|
|
23221
23221
|
description?: {
|
|
23222
23222
|
type: "text" | "mention" | "equation";
|
|
23223
|
-
plain_text?: string | undefined;
|
|
23224
23223
|
text?: {
|
|
23225
23224
|
content: string;
|
|
23226
23225
|
link?: {
|
|
23227
23226
|
url: string;
|
|
23228
23227
|
} | null | undefined;
|
|
23229
23228
|
} | undefined;
|
|
23229
|
+
plain_text?: string | undefined;
|
|
23230
23230
|
annotations?: {
|
|
23231
23231
|
code?: boolean | undefined;
|
|
23232
23232
|
bold?: boolean | undefined;
|
|
@@ -23283,13 +23283,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23283
23283
|
object: "database";
|
|
23284
23284
|
title: {
|
|
23285
23285
|
type: "text" | "mention" | "equation";
|
|
23286
|
-
plain_text?: string | undefined;
|
|
23287
23286
|
text?: {
|
|
23288
23287
|
content: string;
|
|
23289
23288
|
link?: {
|
|
23290
23289
|
url: string;
|
|
23291
23290
|
} | null | undefined;
|
|
23292
23291
|
} | undefined;
|
|
23292
|
+
plain_text?: string | undefined;
|
|
23293
23293
|
annotations?: {
|
|
23294
23294
|
code: boolean;
|
|
23295
23295
|
bold: boolean;
|
|
@@ -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,7 +23318,6 @@ 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: {
|
|
@@ -23358,13 +23358,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23358
23358
|
}[];
|
|
23359
23359
|
description?: {
|
|
23360
23360
|
type: "text" | "mention" | "equation";
|
|
23361
|
-
plain_text?: string | undefined;
|
|
23362
23361
|
text?: {
|
|
23363
23362
|
content: string;
|
|
23364
23363
|
link?: {
|
|
23365
23364
|
url: string;
|
|
23366
23365
|
} | null | undefined;
|
|
23367
23366
|
} | undefined;
|
|
23367
|
+
plain_text?: string | undefined;
|
|
23368
23368
|
annotations?: {
|
|
23369
23369
|
code: boolean;
|
|
23370
23370
|
bold: boolean;
|
|
@@ -23421,13 +23421,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23421
23421
|
object: "database";
|
|
23422
23422
|
title: {
|
|
23423
23423
|
type: "text" | "mention" | "equation";
|
|
23424
|
-
plain_text?: string | undefined;
|
|
23425
23424
|
text?: {
|
|
23426
23425
|
content: string;
|
|
23427
23426
|
link?: {
|
|
23428
23427
|
url: string;
|
|
23429
23428
|
} | null | undefined;
|
|
23430
23429
|
} | undefined;
|
|
23430
|
+
plain_text?: string | undefined;
|
|
23431
23431
|
annotations?: {
|
|
23432
23432
|
code?: boolean | undefined;
|
|
23433
23433
|
bold?: boolean | undefined;
|
|
@@ -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,7 +23456,6 @@ 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: {
|
|
@@ -23496,13 +23496,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23496
23496
|
}[];
|
|
23497
23497
|
description?: {
|
|
23498
23498
|
type: "text" | "mention" | "equation";
|
|
23499
|
-
plain_text?: string | undefined;
|
|
23500
23499
|
text?: {
|
|
23501
23500
|
content: string;
|
|
23502
23501
|
link?: {
|
|
23503
23502
|
url: string;
|
|
23504
23503
|
} | null | undefined;
|
|
23505
23504
|
} | undefined;
|
|
23505
|
+
plain_text?: string | undefined;
|
|
23506
23506
|
annotations?: {
|
|
23507
23507
|
code?: boolean | undefined;
|
|
23508
23508
|
bold?: boolean | undefined;
|
|
@@ -23987,13 +23987,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23987
23987
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23988
23988
|
}, "strip", z.ZodTypeAny, {
|
|
23989
23989
|
type: "text" | "mention" | "equation";
|
|
23990
|
-
plain_text?: string | undefined;
|
|
23991
23990
|
text?: {
|
|
23992
23991
|
content: string;
|
|
23993
23992
|
link?: {
|
|
23994
23993
|
url: string;
|
|
23995
23994
|
} | null | undefined;
|
|
23996
23995
|
} | undefined;
|
|
23996
|
+
plain_text?: string | undefined;
|
|
23997
23997
|
annotations?: {
|
|
23998
23998
|
code: boolean;
|
|
23999
23999
|
bold: boolean;
|
|
@@ -24005,13 +24005,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
24005
24005
|
href?: string | null | undefined;
|
|
24006
24006
|
}, {
|
|
24007
24007
|
type: "text" | "mention" | "equation";
|
|
24008
|
-
plain_text?: string | undefined;
|
|
24009
24008
|
text?: {
|
|
24010
24009
|
content: string;
|
|
24011
24010
|
link?: {
|
|
24012
24011
|
url: string;
|
|
24013
24012
|
} | null | undefined;
|
|
24014
24013
|
} | undefined;
|
|
24014
|
+
plain_text?: string | undefined;
|
|
24015
24015
|
annotations?: {
|
|
24016
24016
|
code?: boolean | undefined;
|
|
24017
24017
|
bold?: boolean | undefined;
|
|
@@ -24070,13 +24070,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
24070
24070
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24071
24071
|
}, "strip", z.ZodTypeAny, {
|
|
24072
24072
|
type: "text" | "mention" | "equation";
|
|
24073
|
-
plain_text?: string | undefined;
|
|
24074
24073
|
text?: {
|
|
24075
24074
|
content: string;
|
|
24076
24075
|
link?: {
|
|
24077
24076
|
url: string;
|
|
24078
24077
|
} | null | undefined;
|
|
24079
24078
|
} | undefined;
|
|
24079
|
+
plain_text?: string | undefined;
|
|
24080
24080
|
annotations?: {
|
|
24081
24081
|
code: boolean;
|
|
24082
24082
|
bold: boolean;
|
|
@@ -24088,13 +24088,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
24088
24088
|
href?: string | null | undefined;
|
|
24089
24089
|
}, {
|
|
24090
24090
|
type: "text" | "mention" | "equation";
|
|
24091
|
-
plain_text?: string | undefined;
|
|
24092
24091
|
text?: {
|
|
24093
24092
|
content: string;
|
|
24094
24093
|
link?: {
|
|
24095
24094
|
url: string;
|
|
24096
24095
|
} | null | undefined;
|
|
24097
24096
|
} | undefined;
|
|
24097
|
+
plain_text?: string | undefined;
|
|
24098
24098
|
annotations?: {
|
|
24099
24099
|
code?: boolean | undefined;
|
|
24100
24100
|
bold?: boolean | undefined;
|
|
@@ -24433,13 +24433,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
24433
24433
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24434
24434
|
}, "strip", z.ZodTypeAny, {
|
|
24435
24435
|
type: "text" | "mention" | "equation";
|
|
24436
|
-
plain_text?: string | undefined;
|
|
24437
24436
|
text?: {
|
|
24438
24437
|
content: string;
|
|
24439
24438
|
link?: {
|
|
24440
24439
|
url: string;
|
|
24441
24440
|
} | null | undefined;
|
|
24442
24441
|
} | undefined;
|
|
24442
|
+
plain_text?: string | undefined;
|
|
24443
24443
|
annotations?: {
|
|
24444
24444
|
code: boolean;
|
|
24445
24445
|
bold: boolean;
|
|
@@ -24451,13 +24451,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
24451
24451
|
href?: string | null | undefined;
|
|
24452
24452
|
}, {
|
|
24453
24453
|
type: "text" | "mention" | "equation";
|
|
24454
|
-
plain_text?: string | undefined;
|
|
24455
24454
|
text?: {
|
|
24456
24455
|
content: string;
|
|
24457
24456
|
link?: {
|
|
24458
24457
|
url: string;
|
|
24459
24458
|
} | null | undefined;
|
|
24460
24459
|
} | undefined;
|
|
24460
|
+
plain_text?: string | undefined;
|
|
24461
24461
|
annotations?: {
|
|
24462
24462
|
code?: boolean | undefined;
|
|
24463
24463
|
bold?: boolean | undefined;
|
|
@@ -24516,13 +24516,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
24516
24516
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24517
24517
|
}, "strip", z.ZodTypeAny, {
|
|
24518
24518
|
type: "text" | "mention" | "equation";
|
|
24519
|
-
plain_text?: string | undefined;
|
|
24520
24519
|
text?: {
|
|
24521
24520
|
content: string;
|
|
24522
24521
|
link?: {
|
|
24523
24522
|
url: string;
|
|
24524
24523
|
} | null | undefined;
|
|
24525
24524
|
} | undefined;
|
|
24525
|
+
plain_text?: string | undefined;
|
|
24526
24526
|
annotations?: {
|
|
24527
24527
|
code: boolean;
|
|
24528
24528
|
bold: boolean;
|
|
@@ -24534,13 +24534,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
24534
24534
|
href?: string | null | undefined;
|
|
24535
24535
|
}, {
|
|
24536
24536
|
type: "text" | "mention" | "equation";
|
|
24537
|
-
plain_text?: string | undefined;
|
|
24538
24537
|
text?: {
|
|
24539
24538
|
content: string;
|
|
24540
24539
|
link?: {
|
|
24541
24540
|
url: string;
|
|
24542
24541
|
} | null | undefined;
|
|
24543
24542
|
} | undefined;
|
|
24543
|
+
plain_text?: string | undefined;
|
|
24544
24544
|
annotations?: {
|
|
24545
24545
|
code?: boolean | undefined;
|
|
24546
24546
|
bold?: boolean | undefined;
|
|
@@ -24879,13 +24879,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
24879
24879
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24880
24880
|
}, "strip", z.ZodTypeAny, {
|
|
24881
24881
|
type: "text" | "mention" | "equation";
|
|
24882
|
-
plain_text?: string | undefined;
|
|
24883
24882
|
text?: {
|
|
24884
24883
|
content: string;
|
|
24885
24884
|
link?: {
|
|
24886
24885
|
url: string;
|
|
24887
24886
|
} | null | undefined;
|
|
24888
24887
|
} | undefined;
|
|
24888
|
+
plain_text?: string | undefined;
|
|
24889
24889
|
annotations?: {
|
|
24890
24890
|
code: boolean;
|
|
24891
24891
|
bold: boolean;
|
|
@@ -24897,13 +24897,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
24897
24897
|
href?: string | null | undefined;
|
|
24898
24898
|
}, {
|
|
24899
24899
|
type: "text" | "mention" | "equation";
|
|
24900
|
-
plain_text?: string | undefined;
|
|
24901
24900
|
text?: {
|
|
24902
24901
|
content: string;
|
|
24903
24902
|
link?: {
|
|
24904
24903
|
url: string;
|
|
24905
24904
|
} | null | undefined;
|
|
24906
24905
|
} | undefined;
|
|
24906
|
+
plain_text?: string | undefined;
|
|
24907
24907
|
annotations?: {
|
|
24908
24908
|
code?: boolean | undefined;
|
|
24909
24909
|
bold?: boolean | undefined;
|
|
@@ -24962,13 +24962,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
24962
24962
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24963
24963
|
}, "strip", z.ZodTypeAny, {
|
|
24964
24964
|
type: "text" | "mention" | "equation";
|
|
24965
|
-
plain_text?: string | undefined;
|
|
24966
24965
|
text?: {
|
|
24967
24966
|
content: string;
|
|
24968
24967
|
link?: {
|
|
24969
24968
|
url: string;
|
|
24970
24969
|
} | null | undefined;
|
|
24971
24970
|
} | undefined;
|
|
24971
|
+
plain_text?: string | undefined;
|
|
24972
24972
|
annotations?: {
|
|
24973
24973
|
code: boolean;
|
|
24974
24974
|
bold: boolean;
|
|
@@ -24980,13 +24980,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
24980
24980
|
href?: string | null | undefined;
|
|
24981
24981
|
}, {
|
|
24982
24982
|
type: "text" | "mention" | "equation";
|
|
24983
|
-
plain_text?: string | undefined;
|
|
24984
24983
|
text?: {
|
|
24985
24984
|
content: string;
|
|
24986
24985
|
link?: {
|
|
24987
24986
|
url: string;
|
|
24988
24987
|
} | null | undefined;
|
|
24989
24988
|
} | undefined;
|
|
24989
|
+
plain_text?: string | undefined;
|
|
24990
24990
|
annotations?: {
|
|
24991
24991
|
code?: boolean | undefined;
|
|
24992
24992
|
bold?: boolean | undefined;
|
|
@@ -25330,13 +25330,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
25330
25330
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25331
25331
|
}, "strip", z.ZodTypeAny, {
|
|
25332
25332
|
type: "text" | "mention" | "equation";
|
|
25333
|
-
plain_text?: string | undefined;
|
|
25334
25333
|
text?: {
|
|
25335
25334
|
content: string;
|
|
25336
25335
|
link?: {
|
|
25337
25336
|
url: string;
|
|
25338
25337
|
} | null | undefined;
|
|
25339
25338
|
} | undefined;
|
|
25339
|
+
plain_text?: string | undefined;
|
|
25340
25340
|
annotations?: {
|
|
25341
25341
|
code: boolean;
|
|
25342
25342
|
bold: boolean;
|
|
@@ -25348,13 +25348,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
25348
25348
|
href?: string | null | undefined;
|
|
25349
25349
|
}, {
|
|
25350
25350
|
type: "text" | "mention" | "equation";
|
|
25351
|
-
plain_text?: string | undefined;
|
|
25352
25351
|
text?: {
|
|
25353
25352
|
content: string;
|
|
25354
25353
|
link?: {
|
|
25355
25354
|
url: string;
|
|
25356
25355
|
} | null | undefined;
|
|
25357
25356
|
} | undefined;
|
|
25357
|
+
plain_text?: string | undefined;
|
|
25358
25358
|
annotations?: {
|
|
25359
25359
|
code?: boolean | undefined;
|
|
25360
25360
|
bold?: boolean | undefined;
|
|
@@ -25413,13 +25413,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
25413
25413
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25414
25414
|
}, "strip", z.ZodTypeAny, {
|
|
25415
25415
|
type: "text" | "mention" | "equation";
|
|
25416
|
-
plain_text?: string | undefined;
|
|
25417
25416
|
text?: {
|
|
25418
25417
|
content: string;
|
|
25419
25418
|
link?: {
|
|
25420
25419
|
url: string;
|
|
25421
25420
|
} | null | undefined;
|
|
25422
25421
|
} | undefined;
|
|
25422
|
+
plain_text?: string | undefined;
|
|
25423
25423
|
annotations?: {
|
|
25424
25424
|
code: boolean;
|
|
25425
25425
|
bold: boolean;
|
|
@@ -25431,13 +25431,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
25431
25431
|
href?: string | null | undefined;
|
|
25432
25432
|
}, {
|
|
25433
25433
|
type: "text" | "mention" | "equation";
|
|
25434
|
-
plain_text?: string | undefined;
|
|
25435
25434
|
text?: {
|
|
25436
25435
|
content: string;
|
|
25437
25436
|
link?: {
|
|
25438
25437
|
url: string;
|
|
25439
25438
|
} | null | undefined;
|
|
25440
25439
|
} | undefined;
|
|
25440
|
+
plain_text?: string | undefined;
|
|
25441
25441
|
annotations?: {
|
|
25442
25442
|
code?: boolean | undefined;
|
|
25443
25443
|
bold?: boolean | undefined;
|
|
@@ -25781,13 +25781,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
25781
25781
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25782
25782
|
}, "strip", z.ZodTypeAny, {
|
|
25783
25783
|
type: "text" | "mention" | "equation";
|
|
25784
|
-
plain_text?: string | undefined;
|
|
25785
25784
|
text?: {
|
|
25786
25785
|
content: string;
|
|
25787
25786
|
link?: {
|
|
25788
25787
|
url: string;
|
|
25789
25788
|
} | null | undefined;
|
|
25790
25789
|
} | undefined;
|
|
25790
|
+
plain_text?: string | undefined;
|
|
25791
25791
|
annotations?: {
|
|
25792
25792
|
code: boolean;
|
|
25793
25793
|
bold: boolean;
|
|
@@ -25799,13 +25799,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
25799
25799
|
href?: string | null | undefined;
|
|
25800
25800
|
}, {
|
|
25801
25801
|
type: "text" | "mention" | "equation";
|
|
25802
|
-
plain_text?: string | undefined;
|
|
25803
25802
|
text?: {
|
|
25804
25803
|
content: string;
|
|
25805
25804
|
link?: {
|
|
25806
25805
|
url: string;
|
|
25807
25806
|
} | null | undefined;
|
|
25808
25807
|
} | undefined;
|
|
25808
|
+
plain_text?: string | undefined;
|
|
25809
25809
|
annotations?: {
|
|
25810
25810
|
code?: boolean | undefined;
|
|
25811
25811
|
bold?: boolean | undefined;
|
|
@@ -25864,13 +25864,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
25864
25864
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25865
25865
|
}, "strip", z.ZodTypeAny, {
|
|
25866
25866
|
type: "text" | "mention" | "equation";
|
|
25867
|
-
plain_text?: string | undefined;
|
|
25868
25867
|
text?: {
|
|
25869
25868
|
content: string;
|
|
25870
25869
|
link?: {
|
|
25871
25870
|
url: string;
|
|
25872
25871
|
} | null | undefined;
|
|
25873
25872
|
} | undefined;
|
|
25873
|
+
plain_text?: string | undefined;
|
|
25874
25874
|
annotations?: {
|
|
25875
25875
|
code: boolean;
|
|
25876
25876
|
bold: boolean;
|
|
@@ -25882,13 +25882,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
25882
25882
|
href?: string | null | undefined;
|
|
25883
25883
|
}, {
|
|
25884
25884
|
type: "text" | "mention" | "equation";
|
|
25885
|
-
plain_text?: string | undefined;
|
|
25886
25885
|
text?: {
|
|
25887
25886
|
content: string;
|
|
25888
25887
|
link?: {
|
|
25889
25888
|
url: string;
|
|
25890
25889
|
} | null | undefined;
|
|
25891
25890
|
} | undefined;
|
|
25891
|
+
plain_text?: string | undefined;
|
|
25892
25892
|
annotations?: {
|
|
25893
25893
|
code?: boolean | undefined;
|
|
25894
25894
|
bold?: boolean | undefined;
|
|
@@ -26232,13 +26232,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
26232
26232
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26233
26233
|
}, "strip", z.ZodTypeAny, {
|
|
26234
26234
|
type: "text" | "mention" | "equation";
|
|
26235
|
-
plain_text?: string | undefined;
|
|
26236
26235
|
text?: {
|
|
26237
26236
|
content: string;
|
|
26238
26237
|
link?: {
|
|
26239
26238
|
url: string;
|
|
26240
26239
|
} | null | undefined;
|
|
26241
26240
|
} | undefined;
|
|
26241
|
+
plain_text?: string | undefined;
|
|
26242
26242
|
annotations?: {
|
|
26243
26243
|
code: boolean;
|
|
26244
26244
|
bold: boolean;
|
|
@@ -26250,13 +26250,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
26250
26250
|
href?: string | null | undefined;
|
|
26251
26251
|
}, {
|
|
26252
26252
|
type: "text" | "mention" | "equation";
|
|
26253
|
-
plain_text?: string | undefined;
|
|
26254
26253
|
text?: {
|
|
26255
26254
|
content: string;
|
|
26256
26255
|
link?: {
|
|
26257
26256
|
url: string;
|
|
26258
26257
|
} | null | undefined;
|
|
26259
26258
|
} | undefined;
|
|
26259
|
+
plain_text?: string | undefined;
|
|
26260
26260
|
annotations?: {
|
|
26261
26261
|
code?: boolean | undefined;
|
|
26262
26262
|
bold?: boolean | undefined;
|
|
@@ -26315,13 +26315,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
26315
26315
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26316
26316
|
}, "strip", z.ZodTypeAny, {
|
|
26317
26317
|
type: "text" | "mention" | "equation";
|
|
26318
|
-
plain_text?: string | undefined;
|
|
26319
26318
|
text?: {
|
|
26320
26319
|
content: string;
|
|
26321
26320
|
link?: {
|
|
26322
26321
|
url: string;
|
|
26323
26322
|
} | null | undefined;
|
|
26324
26323
|
} | undefined;
|
|
26324
|
+
plain_text?: string | undefined;
|
|
26325
26325
|
annotations?: {
|
|
26326
26326
|
code: boolean;
|
|
26327
26327
|
bold: boolean;
|
|
@@ -26333,13 +26333,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
26333
26333
|
href?: string | null | undefined;
|
|
26334
26334
|
}, {
|
|
26335
26335
|
type: "text" | "mention" | "equation";
|
|
26336
|
-
plain_text?: string | undefined;
|
|
26337
26336
|
text?: {
|
|
26338
26337
|
content: string;
|
|
26339
26338
|
link?: {
|
|
26340
26339
|
url: string;
|
|
26341
26340
|
} | null | undefined;
|
|
26342
26341
|
} | undefined;
|
|
26342
|
+
plain_text?: string | undefined;
|
|
26343
26343
|
annotations?: {
|
|
26344
26344
|
code?: boolean | undefined;
|
|
26345
26345
|
bold?: boolean | undefined;
|
|
@@ -26678,13 +26678,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
26678
26678
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26679
26679
|
}, "strip", z.ZodTypeAny, {
|
|
26680
26680
|
type: "text" | "mention" | "equation";
|
|
26681
|
-
plain_text?: string | undefined;
|
|
26682
26681
|
text?: {
|
|
26683
26682
|
content: string;
|
|
26684
26683
|
link?: {
|
|
26685
26684
|
url: string;
|
|
26686
26685
|
} | null | undefined;
|
|
26687
26686
|
} | undefined;
|
|
26687
|
+
plain_text?: string | undefined;
|
|
26688
26688
|
annotations?: {
|
|
26689
26689
|
code: boolean;
|
|
26690
26690
|
bold: boolean;
|
|
@@ -26696,13 +26696,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
26696
26696
|
href?: string | null | undefined;
|
|
26697
26697
|
}, {
|
|
26698
26698
|
type: "text" | "mention" | "equation";
|
|
26699
|
-
plain_text?: string | undefined;
|
|
26700
26699
|
text?: {
|
|
26701
26700
|
content: string;
|
|
26702
26701
|
link?: {
|
|
26703
26702
|
url: string;
|
|
26704
26703
|
} | null | undefined;
|
|
26705
26704
|
} | undefined;
|
|
26705
|
+
plain_text?: string | undefined;
|
|
26706
26706
|
annotations?: {
|
|
26707
26707
|
code?: boolean | undefined;
|
|
26708
26708
|
bold?: boolean | undefined;
|
|
@@ -26761,13 +26761,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
26761
26761
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26762
26762
|
}, "strip", z.ZodTypeAny, {
|
|
26763
26763
|
type: "text" | "mention" | "equation";
|
|
26764
|
-
plain_text?: string | undefined;
|
|
26765
26764
|
text?: {
|
|
26766
26765
|
content: string;
|
|
26767
26766
|
link?: {
|
|
26768
26767
|
url: string;
|
|
26769
26768
|
} | null | undefined;
|
|
26770
26769
|
} | undefined;
|
|
26770
|
+
plain_text?: string | undefined;
|
|
26771
26771
|
annotations?: {
|
|
26772
26772
|
code: boolean;
|
|
26773
26773
|
bold: boolean;
|
|
@@ -26779,13 +26779,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
26779
26779
|
href?: string | null | undefined;
|
|
26780
26780
|
}, {
|
|
26781
26781
|
type: "text" | "mention" | "equation";
|
|
26782
|
-
plain_text?: string | undefined;
|
|
26783
26782
|
text?: {
|
|
26784
26783
|
content: string;
|
|
26785
26784
|
link?: {
|
|
26786
26785
|
url: string;
|
|
26787
26786
|
} | null | undefined;
|
|
26788
26787
|
} | undefined;
|
|
26788
|
+
plain_text?: string | undefined;
|
|
26789
26789
|
annotations?: {
|
|
26790
26790
|
code?: boolean | undefined;
|
|
26791
26791
|
bold?: boolean | undefined;
|
|
@@ -27124,13 +27124,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
27124
27124
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27125
27125
|
}, "strip", z.ZodTypeAny, {
|
|
27126
27126
|
type: "text" | "mention" | "equation";
|
|
27127
|
-
plain_text?: string | undefined;
|
|
27128
27127
|
text?: {
|
|
27129
27128
|
content: string;
|
|
27130
27129
|
link?: {
|
|
27131
27130
|
url: string;
|
|
27132
27131
|
} | null | undefined;
|
|
27133
27132
|
} | undefined;
|
|
27133
|
+
plain_text?: string | undefined;
|
|
27134
27134
|
annotations?: {
|
|
27135
27135
|
code: boolean;
|
|
27136
27136
|
bold: boolean;
|
|
@@ -27142,13 +27142,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
27142
27142
|
href?: string | null | undefined;
|
|
27143
27143
|
}, {
|
|
27144
27144
|
type: "text" | "mention" | "equation";
|
|
27145
|
-
plain_text?: string | undefined;
|
|
27146
27145
|
text?: {
|
|
27147
27146
|
content: string;
|
|
27148
27147
|
link?: {
|
|
27149
27148
|
url: string;
|
|
27150
27149
|
} | null | undefined;
|
|
27151
27150
|
} | undefined;
|
|
27151
|
+
plain_text?: string | undefined;
|
|
27152
27152
|
annotations?: {
|
|
27153
27153
|
code?: boolean | undefined;
|
|
27154
27154
|
bold?: boolean | undefined;
|
|
@@ -27207,13 +27207,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
27207
27207
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27208
27208
|
}, "strip", z.ZodTypeAny, {
|
|
27209
27209
|
type: "text" | "mention" | "equation";
|
|
27210
|
-
plain_text?: string | undefined;
|
|
27211
27210
|
text?: {
|
|
27212
27211
|
content: string;
|
|
27213
27212
|
link?: {
|
|
27214
27213
|
url: string;
|
|
27215
27214
|
} | null | undefined;
|
|
27216
27215
|
} | undefined;
|
|
27216
|
+
plain_text?: string | undefined;
|
|
27217
27217
|
annotations?: {
|
|
27218
27218
|
code: boolean;
|
|
27219
27219
|
bold: boolean;
|
|
@@ -27225,13 +27225,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
27225
27225
|
href?: string | null | undefined;
|
|
27226
27226
|
}, {
|
|
27227
27227
|
type: "text" | "mention" | "equation";
|
|
27228
|
-
plain_text?: string | undefined;
|
|
27229
27228
|
text?: {
|
|
27230
27229
|
content: string;
|
|
27231
27230
|
link?: {
|
|
27232
27231
|
url: string;
|
|
27233
27232
|
} | null | undefined;
|
|
27234
27233
|
} | undefined;
|
|
27234
|
+
plain_text?: string | undefined;
|
|
27235
27235
|
annotations?: {
|
|
27236
27236
|
code?: boolean | undefined;
|
|
27237
27237
|
bold?: boolean | undefined;
|
|
@@ -27575,13 +27575,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
27575
27575
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27576
27576
|
}, "strip", z.ZodTypeAny, {
|
|
27577
27577
|
type: "text" | "mention" | "equation";
|
|
27578
|
-
plain_text?: string | undefined;
|
|
27579
27578
|
text?: {
|
|
27580
27579
|
content: string;
|
|
27581
27580
|
link?: {
|
|
27582
27581
|
url: string;
|
|
27583
27582
|
} | null | undefined;
|
|
27584
27583
|
} | undefined;
|
|
27584
|
+
plain_text?: string | undefined;
|
|
27585
27585
|
annotations?: {
|
|
27586
27586
|
code: boolean;
|
|
27587
27587
|
bold: boolean;
|
|
@@ -27593,13 +27593,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
27593
27593
|
href?: string | null | undefined;
|
|
27594
27594
|
}, {
|
|
27595
27595
|
type: "text" | "mention" | "equation";
|
|
27596
|
-
plain_text?: string | undefined;
|
|
27597
27596
|
text?: {
|
|
27598
27597
|
content: string;
|
|
27599
27598
|
link?: {
|
|
27600
27599
|
url: string;
|
|
27601
27600
|
} | null | undefined;
|
|
27602
27601
|
} | undefined;
|
|
27602
|
+
plain_text?: string | undefined;
|
|
27603
27603
|
annotations?: {
|
|
27604
27604
|
code?: boolean | undefined;
|
|
27605
27605
|
bold?: boolean | undefined;
|
|
@@ -27658,13 +27658,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
27658
27658
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27659
27659
|
}, "strip", z.ZodTypeAny, {
|
|
27660
27660
|
type: "text" | "mention" | "equation";
|
|
27661
|
-
plain_text?: string | undefined;
|
|
27662
27661
|
text?: {
|
|
27663
27662
|
content: string;
|
|
27664
27663
|
link?: {
|
|
27665
27664
|
url: string;
|
|
27666
27665
|
} | null | undefined;
|
|
27667
27666
|
} | undefined;
|
|
27667
|
+
plain_text?: string | undefined;
|
|
27668
27668
|
annotations?: {
|
|
27669
27669
|
code: boolean;
|
|
27670
27670
|
bold: boolean;
|
|
@@ -27676,13 +27676,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
27676
27676
|
href?: string | null | undefined;
|
|
27677
27677
|
}, {
|
|
27678
27678
|
type: "text" | "mention" | "equation";
|
|
27679
|
-
plain_text?: string | undefined;
|
|
27680
27679
|
text?: {
|
|
27681
27680
|
content: string;
|
|
27682
27681
|
link?: {
|
|
27683
27682
|
url: string;
|
|
27684
27683
|
} | null | undefined;
|
|
27685
27684
|
} | undefined;
|
|
27685
|
+
plain_text?: string | undefined;
|
|
27686
27686
|
annotations?: {
|
|
27687
27687
|
code?: boolean | undefined;
|
|
27688
27688
|
bold?: boolean | undefined;
|
|
@@ -28026,13 +28026,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28026
28026
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28027
28027
|
}, "strip", z.ZodTypeAny, {
|
|
28028
28028
|
type: "text" | "mention" | "equation";
|
|
28029
|
-
plain_text?: string | undefined;
|
|
28030
28029
|
text?: {
|
|
28031
28030
|
content: string;
|
|
28032
28031
|
link?: {
|
|
28033
28032
|
url: string;
|
|
28034
28033
|
} | null | undefined;
|
|
28035
28034
|
} | undefined;
|
|
28035
|
+
plain_text?: string | undefined;
|
|
28036
28036
|
annotations?: {
|
|
28037
28037
|
code: boolean;
|
|
28038
28038
|
bold: boolean;
|
|
@@ -28044,13 +28044,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28044
28044
|
href?: string | null | undefined;
|
|
28045
28045
|
}, {
|
|
28046
28046
|
type: "text" | "mention" | "equation";
|
|
28047
|
-
plain_text?: string | undefined;
|
|
28048
28047
|
text?: {
|
|
28049
28048
|
content: string;
|
|
28050
28049
|
link?: {
|
|
28051
28050
|
url: string;
|
|
28052
28051
|
} | null | undefined;
|
|
28053
28052
|
} | undefined;
|
|
28053
|
+
plain_text?: string | undefined;
|
|
28054
28054
|
annotations?: {
|
|
28055
28055
|
code?: boolean | undefined;
|
|
28056
28056
|
bold?: boolean | undefined;
|
|
@@ -28109,13 +28109,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28109
28109
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28110
28110
|
}, "strip", z.ZodTypeAny, {
|
|
28111
28111
|
type: "text" | "mention" | "equation";
|
|
28112
|
-
plain_text?: string | undefined;
|
|
28113
28112
|
text?: {
|
|
28114
28113
|
content: string;
|
|
28115
28114
|
link?: {
|
|
28116
28115
|
url: string;
|
|
28117
28116
|
} | null | undefined;
|
|
28118
28117
|
} | undefined;
|
|
28118
|
+
plain_text?: string | undefined;
|
|
28119
28119
|
annotations?: {
|
|
28120
28120
|
code: boolean;
|
|
28121
28121
|
bold: boolean;
|
|
@@ -28127,13 +28127,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28127
28127
|
href?: string | null | undefined;
|
|
28128
28128
|
}, {
|
|
28129
28129
|
type: "text" | "mention" | "equation";
|
|
28130
|
-
plain_text?: string | undefined;
|
|
28131
28130
|
text?: {
|
|
28132
28131
|
content: string;
|
|
28133
28132
|
link?: {
|
|
28134
28133
|
url: string;
|
|
28135
28134
|
} | null | undefined;
|
|
28136
28135
|
} | undefined;
|
|
28136
|
+
plain_text?: string | undefined;
|
|
28137
28137
|
annotations?: {
|
|
28138
28138
|
code?: boolean | undefined;
|
|
28139
28139
|
bold?: boolean | undefined;
|
|
@@ -28204,13 +28204,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28204
28204
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28205
28205
|
}, "strip", z.ZodTypeAny, {
|
|
28206
28206
|
type: "text" | "mention" | "equation";
|
|
28207
|
-
plain_text?: string | undefined;
|
|
28208
28207
|
text?: {
|
|
28209
28208
|
content: string;
|
|
28210
28209
|
link?: {
|
|
28211
28210
|
url: string;
|
|
28212
28211
|
} | null | undefined;
|
|
28213
28212
|
} | undefined;
|
|
28213
|
+
plain_text?: string | undefined;
|
|
28214
28214
|
annotations?: {
|
|
28215
28215
|
code: boolean;
|
|
28216
28216
|
bold: boolean;
|
|
@@ -28222,13 +28222,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28222
28222
|
href?: string | null | undefined;
|
|
28223
28223
|
}, {
|
|
28224
28224
|
type: "text" | "mention" | "equation";
|
|
28225
|
-
plain_text?: string | undefined;
|
|
28226
28225
|
text?: {
|
|
28227
28226
|
content: string;
|
|
28228
28227
|
link?: {
|
|
28229
28228
|
url: string;
|
|
28230
28229
|
} | null | undefined;
|
|
28231
28230
|
} | undefined;
|
|
28231
|
+
plain_text?: string | undefined;
|
|
28232
28232
|
annotations?: {
|
|
28233
28233
|
code?: boolean | undefined;
|
|
28234
28234
|
bold?: boolean | undefined;
|
|
@@ -28287,13 +28287,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28287
28287
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28288
28288
|
}, "strip", z.ZodTypeAny, {
|
|
28289
28289
|
type: "text" | "mention" | "equation";
|
|
28290
|
-
plain_text?: string | undefined;
|
|
28291
28290
|
text?: {
|
|
28292
28291
|
content: string;
|
|
28293
28292
|
link?: {
|
|
28294
28293
|
url: string;
|
|
28295
28294
|
} | null | undefined;
|
|
28296
28295
|
} | undefined;
|
|
28296
|
+
plain_text?: string | undefined;
|
|
28297
28297
|
annotations?: {
|
|
28298
28298
|
code: boolean;
|
|
28299
28299
|
bold: boolean;
|
|
@@ -28305,13 +28305,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28305
28305
|
href?: string | null | undefined;
|
|
28306
28306
|
}, {
|
|
28307
28307
|
type: "text" | "mention" | "equation";
|
|
28308
|
-
plain_text?: string | undefined;
|
|
28309
28308
|
text?: {
|
|
28310
28309
|
content: string;
|
|
28311
28310
|
link?: {
|
|
28312
28311
|
url: string;
|
|
28313
28312
|
} | null | undefined;
|
|
28314
28313
|
} | undefined;
|
|
28314
|
+
plain_text?: string | undefined;
|
|
28315
28315
|
annotations?: {
|
|
28316
28316
|
code?: boolean | undefined;
|
|
28317
28317
|
bold?: boolean | undefined;
|
|
@@ -28686,13 +28686,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28686
28686
|
object: "database";
|
|
28687
28687
|
title: {
|
|
28688
28688
|
type: "text" | "mention" | "equation";
|
|
28689
|
-
plain_text?: string | undefined;
|
|
28690
28689
|
text?: {
|
|
28691
28690
|
content: string;
|
|
28692
28691
|
link?: {
|
|
28693
28692
|
url: string;
|
|
28694
28693
|
} | null | undefined;
|
|
28695
28694
|
} | undefined;
|
|
28695
|
+
plain_text?: string | undefined;
|
|
28696
28696
|
annotations?: {
|
|
28697
28697
|
code: boolean;
|
|
28698
28698
|
bold: boolean;
|
|
@@ -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,7 +28721,6 @@ 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: {
|
|
@@ -28761,13 +28761,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28761
28761
|
}[];
|
|
28762
28762
|
description?: {
|
|
28763
28763
|
type: "text" | "mention" | "equation";
|
|
28764
|
-
plain_text?: string | undefined;
|
|
28765
28764
|
text?: {
|
|
28766
28765
|
content: string;
|
|
28767
28766
|
link?: {
|
|
28768
28767
|
url: string;
|
|
28769
28768
|
} | null | undefined;
|
|
28770
28769
|
} | undefined;
|
|
28770
|
+
plain_text?: string | undefined;
|
|
28771
28771
|
annotations?: {
|
|
28772
28772
|
code: boolean;
|
|
28773
28773
|
bold: boolean;
|
|
@@ -28819,13 +28819,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28819
28819
|
object: "database";
|
|
28820
28820
|
title: {
|
|
28821
28821
|
type: "text" | "mention" | "equation";
|
|
28822
|
-
plain_text?: string | undefined;
|
|
28823
28822
|
text?: {
|
|
28824
28823
|
content: string;
|
|
28825
28824
|
link?: {
|
|
28826
28825
|
url: string;
|
|
28827
28826
|
} | null | undefined;
|
|
28828
28827
|
} | undefined;
|
|
28828
|
+
plain_text?: string | undefined;
|
|
28829
28829
|
annotations?: {
|
|
28830
28830
|
code?: boolean | undefined;
|
|
28831
28831
|
bold?: boolean | undefined;
|
|
@@ -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,7 +28854,6 @@ 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: {
|
|
@@ -28894,13 +28894,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28894
28894
|
}[];
|
|
28895
28895
|
description?: {
|
|
28896
28896
|
type: "text" | "mention" | "equation";
|
|
28897
|
-
plain_text?: string | undefined;
|
|
28898
28897
|
text?: {
|
|
28899
28898
|
content: string;
|
|
28900
28899
|
link?: {
|
|
28901
28900
|
url: string;
|
|
28902
28901
|
} | null | undefined;
|
|
28903
28902
|
} | undefined;
|
|
28903
|
+
plain_text?: string | undefined;
|
|
28904
28904
|
annotations?: {
|
|
28905
28905
|
code?: boolean | undefined;
|
|
28906
28906
|
bold?: boolean | undefined;
|
|
@@ -28957,13 +28957,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
28957
28957
|
object: "database";
|
|
28958
28958
|
title: {
|
|
28959
28959
|
type: "text" | "mention" | "equation";
|
|
28960
|
-
plain_text?: string | undefined;
|
|
28961
28960
|
text?: {
|
|
28962
28961
|
content: string;
|
|
28963
28962
|
link?: {
|
|
28964
28963
|
url: string;
|
|
28965
28964
|
} | null | undefined;
|
|
28966
28965
|
} | undefined;
|
|
28966
|
+
plain_text?: string | undefined;
|
|
28967
28967
|
annotations?: {
|
|
28968
28968
|
code: boolean;
|
|
28969
28969
|
bold: boolean;
|
|
@@ -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,7 +28992,6 @@ 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: {
|
|
@@ -29032,13 +29032,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29032
29032
|
}[];
|
|
29033
29033
|
description?: {
|
|
29034
29034
|
type: "text" | "mention" | "equation";
|
|
29035
|
-
plain_text?: string | undefined;
|
|
29036
29035
|
text?: {
|
|
29037
29036
|
content: string;
|
|
29038
29037
|
link?: {
|
|
29039
29038
|
url: string;
|
|
29040
29039
|
} | null | undefined;
|
|
29041
29040
|
} | undefined;
|
|
29041
|
+
plain_text?: string | undefined;
|
|
29042
29042
|
annotations?: {
|
|
29043
29043
|
code: boolean;
|
|
29044
29044
|
bold: boolean;
|
|
@@ -29095,13 +29095,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29095
29095
|
object: "database";
|
|
29096
29096
|
title: {
|
|
29097
29097
|
type: "text" | "mention" | "equation";
|
|
29098
|
-
plain_text?: string | undefined;
|
|
29099
29098
|
text?: {
|
|
29100
29099
|
content: string;
|
|
29101
29100
|
link?: {
|
|
29102
29101
|
url: string;
|
|
29103
29102
|
} | null | undefined;
|
|
29104
29103
|
} | undefined;
|
|
29104
|
+
plain_text?: string | undefined;
|
|
29105
29105
|
annotations?: {
|
|
29106
29106
|
code?: boolean | undefined;
|
|
29107
29107
|
bold?: boolean | undefined;
|
|
@@ -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,7 +29130,6 @@ 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: {
|
|
@@ -29170,13 +29170,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29170
29170
|
}[];
|
|
29171
29171
|
description?: {
|
|
29172
29172
|
type: "text" | "mention" | "equation";
|
|
29173
|
-
plain_text?: string | undefined;
|
|
29174
29173
|
text?: {
|
|
29175
29174
|
content: string;
|
|
29176
29175
|
link?: {
|
|
29177
29176
|
url: string;
|
|
29178
29177
|
} | null | undefined;
|
|
29179
29178
|
} | undefined;
|
|
29179
|
+
plain_text?: string | undefined;
|
|
29180
29180
|
annotations?: {
|
|
29181
29181
|
code?: boolean | undefined;
|
|
29182
29182
|
bold?: boolean | undefined;
|
|
@@ -29282,13 +29282,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29282
29282
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29283
29283
|
}, "strip", z.ZodTypeAny, {
|
|
29284
29284
|
type: "text" | "mention" | "equation";
|
|
29285
|
-
plain_text?: string | undefined;
|
|
29286
29285
|
text?: {
|
|
29287
29286
|
content: string;
|
|
29288
29287
|
link?: {
|
|
29289
29288
|
url: string;
|
|
29290
29289
|
} | null | undefined;
|
|
29291
29290
|
} | undefined;
|
|
29291
|
+
plain_text?: string | undefined;
|
|
29292
29292
|
annotations?: {
|
|
29293
29293
|
code: boolean;
|
|
29294
29294
|
bold: boolean;
|
|
@@ -29300,13 +29300,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29300
29300
|
href?: string | null | undefined;
|
|
29301
29301
|
}, {
|
|
29302
29302
|
type: "text" | "mention" | "equation";
|
|
29303
|
-
plain_text?: string | undefined;
|
|
29304
29303
|
text?: {
|
|
29305
29304
|
content: string;
|
|
29306
29305
|
link?: {
|
|
29307
29306
|
url: string;
|
|
29308
29307
|
} | null | undefined;
|
|
29309
29308
|
} | undefined;
|
|
29309
|
+
plain_text?: string | undefined;
|
|
29310
29310
|
annotations?: {
|
|
29311
29311
|
code?: boolean | undefined;
|
|
29312
29312
|
bold?: boolean | undefined;
|
|
@@ -29365,13 +29365,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29365
29365
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29366
29366
|
}, "strip", z.ZodTypeAny, {
|
|
29367
29367
|
type: "text" | "mention" | "equation";
|
|
29368
|
-
plain_text?: string | undefined;
|
|
29369
29368
|
text?: {
|
|
29370
29369
|
content: string;
|
|
29371
29370
|
link?: {
|
|
29372
29371
|
url: string;
|
|
29373
29372
|
} | null | undefined;
|
|
29374
29373
|
} | undefined;
|
|
29374
|
+
plain_text?: string | undefined;
|
|
29375
29375
|
annotations?: {
|
|
29376
29376
|
code: boolean;
|
|
29377
29377
|
bold: boolean;
|
|
@@ -29383,13 +29383,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29383
29383
|
href?: string | null | undefined;
|
|
29384
29384
|
}, {
|
|
29385
29385
|
type: "text" | "mention" | "equation";
|
|
29386
|
-
plain_text?: string | undefined;
|
|
29387
29386
|
text?: {
|
|
29388
29387
|
content: string;
|
|
29389
29388
|
link?: {
|
|
29390
29389
|
url: string;
|
|
29391
29390
|
} | null | undefined;
|
|
29392
29391
|
} | undefined;
|
|
29392
|
+
plain_text?: string | undefined;
|
|
29393
29393
|
annotations?: {
|
|
29394
29394
|
code?: boolean | undefined;
|
|
29395
29395
|
bold?: boolean | undefined;
|
|
@@ -29764,13 +29764,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29764
29764
|
object: "database";
|
|
29765
29765
|
title: {
|
|
29766
29766
|
type: "text" | "mention" | "equation";
|
|
29767
|
-
plain_text?: string | undefined;
|
|
29768
29767
|
text?: {
|
|
29769
29768
|
content: string;
|
|
29770
29769
|
link?: {
|
|
29771
29770
|
url: string;
|
|
29772
29771
|
} | null | undefined;
|
|
29773
29772
|
} | undefined;
|
|
29773
|
+
plain_text?: string | undefined;
|
|
29774
29774
|
annotations?: {
|
|
29775
29775
|
code: boolean;
|
|
29776
29776
|
bold: boolean;
|
|
@@ -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,7 +29799,6 @@ 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: {
|
|
@@ -29839,13 +29839,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29839
29839
|
}[];
|
|
29840
29840
|
description?: {
|
|
29841
29841
|
type: "text" | "mention" | "equation";
|
|
29842
|
-
plain_text?: string | undefined;
|
|
29843
29842
|
text?: {
|
|
29844
29843
|
content: string;
|
|
29845
29844
|
link?: {
|
|
29846
29845
|
url: string;
|
|
29847
29846
|
} | null | undefined;
|
|
29848
29847
|
} | undefined;
|
|
29848
|
+
plain_text?: string | undefined;
|
|
29849
29849
|
annotations?: {
|
|
29850
29850
|
code: boolean;
|
|
29851
29851
|
bold: boolean;
|
|
@@ -29897,13 +29897,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29897
29897
|
object: "database";
|
|
29898
29898
|
title: {
|
|
29899
29899
|
type: "text" | "mention" | "equation";
|
|
29900
|
-
plain_text?: string | undefined;
|
|
29901
29900
|
text?: {
|
|
29902
29901
|
content: string;
|
|
29903
29902
|
link?: {
|
|
29904
29903
|
url: string;
|
|
29905
29904
|
} | null | undefined;
|
|
29906
29905
|
} | undefined;
|
|
29906
|
+
plain_text?: string | undefined;
|
|
29907
29907
|
annotations?: {
|
|
29908
29908
|
code?: boolean | undefined;
|
|
29909
29909
|
bold?: boolean | undefined;
|
|
@@ -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,7 +29932,6 @@ 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: {
|
|
@@ -29972,13 +29972,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
29972
29972
|
}[];
|
|
29973
29973
|
description?: {
|
|
29974
29974
|
type: "text" | "mention" | "equation";
|
|
29975
|
-
plain_text?: string | undefined;
|
|
29976
29975
|
text?: {
|
|
29977
29976
|
content: string;
|
|
29978
29977
|
link?: {
|
|
29979
29978
|
url: string;
|
|
29980
29979
|
} | null | undefined;
|
|
29981
29980
|
} | undefined;
|
|
29981
|
+
plain_text?: string | undefined;
|
|
29982
29982
|
annotations?: {
|
|
29983
29983
|
code?: boolean | undefined;
|
|
29984
29984
|
bold?: boolean | undefined;
|
|
@@ -30035,13 +30035,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30035
30035
|
object: "database";
|
|
30036
30036
|
title: {
|
|
30037
30037
|
type: "text" | "mention" | "equation";
|
|
30038
|
-
plain_text?: string | undefined;
|
|
30039
30038
|
text?: {
|
|
30040
30039
|
content: string;
|
|
30041
30040
|
link?: {
|
|
30042
30041
|
url: string;
|
|
30043
30042
|
} | null | undefined;
|
|
30044
30043
|
} | undefined;
|
|
30044
|
+
plain_text?: string | undefined;
|
|
30045
30045
|
annotations?: {
|
|
30046
30046
|
code: boolean;
|
|
30047
30047
|
bold: boolean;
|
|
@@ -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,7 +30070,6 @@ 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: {
|
|
@@ -30110,13 +30110,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30110
30110
|
}[];
|
|
30111
30111
|
description?: {
|
|
30112
30112
|
type: "text" | "mention" | "equation";
|
|
30113
|
-
plain_text?: string | undefined;
|
|
30114
30113
|
text?: {
|
|
30115
30114
|
content: string;
|
|
30116
30115
|
link?: {
|
|
30117
30116
|
url: string;
|
|
30118
30117
|
} | null | undefined;
|
|
30119
30118
|
} | undefined;
|
|
30119
|
+
plain_text?: string | undefined;
|
|
30120
30120
|
annotations?: {
|
|
30121
30121
|
code: boolean;
|
|
30122
30122
|
bold: boolean;
|
|
@@ -30173,13 +30173,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30173
30173
|
object: "database";
|
|
30174
30174
|
title: {
|
|
30175
30175
|
type: "text" | "mention" | "equation";
|
|
30176
|
-
plain_text?: string | undefined;
|
|
30177
30176
|
text?: {
|
|
30178
30177
|
content: string;
|
|
30179
30178
|
link?: {
|
|
30180
30179
|
url: string;
|
|
30181
30180
|
} | null | undefined;
|
|
30182
30181
|
} | undefined;
|
|
30182
|
+
plain_text?: string | undefined;
|
|
30183
30183
|
annotations?: {
|
|
30184
30184
|
code?: boolean | undefined;
|
|
30185
30185
|
bold?: boolean | undefined;
|
|
@@ -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,7 +30208,6 @@ 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: {
|
|
@@ -30248,13 +30248,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
30248
30248
|
}[];
|
|
30249
30249
|
description?: {
|
|
30250
30250
|
type: "text" | "mention" | "equation";
|
|
30251
|
-
plain_text?: string | undefined;
|
|
30252
30251
|
text?: {
|
|
30253
30252
|
content: string;
|
|
30254
30253
|
link?: {
|
|
30255
30254
|
url: string;
|
|
30256
30255
|
} | null | undefined;
|
|
30257
30256
|
} | undefined;
|
|
30257
|
+
plain_text?: string | undefined;
|
|
30258
30258
|
annotations?: {
|
|
30259
30259
|
code?: boolean | undefined;
|
|
30260
30260
|
bold?: boolean | undefined;
|
|
@@ -34517,13 +34517,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34517
34517
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34518
34518
|
}, "strip", z.ZodTypeAny, {
|
|
34519
34519
|
type: "text" | "mention" | "equation";
|
|
34520
|
-
plain_text?: string | undefined;
|
|
34521
34520
|
text?: {
|
|
34522
34521
|
content: string;
|
|
34523
34522
|
link?: {
|
|
34524
34523
|
url: string;
|
|
34525
34524
|
} | null | undefined;
|
|
34526
34525
|
} | undefined;
|
|
34526
|
+
plain_text?: string | undefined;
|
|
34527
34527
|
annotations?: {
|
|
34528
34528
|
code: boolean;
|
|
34529
34529
|
bold: boolean;
|
|
@@ -34535,13 +34535,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34535
34535
|
href?: string | null | undefined;
|
|
34536
34536
|
}, {
|
|
34537
34537
|
type: "text" | "mention" | "equation";
|
|
34538
|
-
plain_text?: string | undefined;
|
|
34539
34538
|
text?: {
|
|
34540
34539
|
content: string;
|
|
34541
34540
|
link?: {
|
|
34542
34541
|
url: string;
|
|
34543
34542
|
} | null | undefined;
|
|
34544
34543
|
} | undefined;
|
|
34544
|
+
plain_text?: string | undefined;
|
|
34545
34545
|
annotations?: {
|
|
34546
34546
|
code?: boolean | undefined;
|
|
34547
34547
|
bold?: boolean | undefined;
|
|
@@ -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: {
|
|
@@ -34584,13 +34584,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34584
34584
|
discussion_id: string;
|
|
34585
34585
|
rich_text: {
|
|
34586
34586
|
type: "text" | "mention" | "equation";
|
|
34587
|
-
plain_text?: string | undefined;
|
|
34588
34587
|
text?: {
|
|
34589
34588
|
content: string;
|
|
34590
34589
|
link?: {
|
|
34591
34590
|
url: string;
|
|
34592
34591
|
} | null | undefined;
|
|
34593
34592
|
} | undefined;
|
|
34593
|
+
plain_text?: string | undefined;
|
|
34594
34594
|
annotations?: {
|
|
34595
34595
|
code: boolean;
|
|
34596
34596
|
bold: boolean;
|
|
@@ -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: {
|
|
@@ -34633,13 +34633,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34633
34633
|
discussion_id: string;
|
|
34634
34634
|
rich_text: {
|
|
34635
34635
|
type: "text" | "mention" | "equation";
|
|
34636
|
-
plain_text?: string | undefined;
|
|
34637
34636
|
text?: {
|
|
34638
34637
|
content: string;
|
|
34639
34638
|
link?: {
|
|
34640
34639
|
url: string;
|
|
34641
34640
|
} | null | undefined;
|
|
34642
34641
|
} | undefined;
|
|
34642
|
+
plain_text?: string | undefined;
|
|
34643
34643
|
annotations?: {
|
|
34644
34644
|
code?: boolean | undefined;
|
|
34645
34645
|
bold?: boolean | undefined;
|
|
@@ -34657,6 +34657,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34657
34657
|
operation: "create_comment";
|
|
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: {
|
|
@@ -34687,13 +34687,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34687
34687
|
discussion_id: string;
|
|
34688
34688
|
rich_text: {
|
|
34689
34689
|
type: "text" | "mention" | "equation";
|
|
34690
|
-
plain_text?: string | undefined;
|
|
34691
34690
|
text?: {
|
|
34692
34691
|
content: string;
|
|
34693
34692
|
link?: {
|
|
34694
34693
|
url: string;
|
|
34695
34694
|
} | null | undefined;
|
|
34696
34695
|
} | undefined;
|
|
34696
|
+
plain_text?: string | undefined;
|
|
34697
34697
|
annotations?: {
|
|
34698
34698
|
code: boolean;
|
|
34699
34699
|
bold: boolean;
|
|
@@ -34711,6 +34711,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34711
34711
|
operation: "create_comment";
|
|
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: {
|
|
@@ -34741,13 +34741,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34741
34741
|
discussion_id: string;
|
|
34742
34742
|
rich_text: {
|
|
34743
34743
|
type: "text" | "mention" | "equation";
|
|
34744
|
-
plain_text?: string | undefined;
|
|
34745
34744
|
text?: {
|
|
34746
34745
|
content: string;
|
|
34747
34746
|
link?: {
|
|
34748
34747
|
url: string;
|
|
34749
34748
|
} | null | undefined;
|
|
34750
34749
|
} | undefined;
|
|
34750
|
+
plain_text?: string | undefined;
|
|
34751
34751
|
annotations?: {
|
|
34752
34752
|
code?: boolean | undefined;
|
|
34753
34753
|
bold?: boolean | undefined;
|
|
@@ -34901,13 +34901,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34901
34901
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34902
34902
|
}, "strip", z.ZodTypeAny, {
|
|
34903
34903
|
type: "text" | "mention" | "equation";
|
|
34904
|
-
plain_text?: string | undefined;
|
|
34905
34904
|
text?: {
|
|
34906
34905
|
content: string;
|
|
34907
34906
|
link?: {
|
|
34908
34907
|
url: string;
|
|
34909
34908
|
} | null | undefined;
|
|
34910
34909
|
} | undefined;
|
|
34910
|
+
plain_text?: string | undefined;
|
|
34911
34911
|
annotations?: {
|
|
34912
34912
|
code: boolean;
|
|
34913
34913
|
bold: boolean;
|
|
@@ -34919,13 +34919,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34919
34919
|
href?: string | null | undefined;
|
|
34920
34920
|
}, {
|
|
34921
34921
|
type: "text" | "mention" | "equation";
|
|
34922
|
-
plain_text?: string | undefined;
|
|
34923
34922
|
text?: {
|
|
34924
34923
|
content: string;
|
|
34925
34924
|
link?: {
|
|
34926
34925
|
url: string;
|
|
34927
34926
|
} | null | undefined;
|
|
34928
34927
|
} | undefined;
|
|
34928
|
+
plain_text?: string | undefined;
|
|
34929
34929
|
annotations?: {
|
|
34930
34930
|
code?: boolean | undefined;
|
|
34931
34931
|
bold?: boolean | undefined;
|
|
@@ -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: {
|
|
@@ -34968,13 +34968,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
34968
34968
|
discussion_id: string;
|
|
34969
34969
|
rich_text: {
|
|
34970
34970
|
type: "text" | "mention" | "equation";
|
|
34971
|
-
plain_text?: string | undefined;
|
|
34972
34971
|
text?: {
|
|
34973
34972
|
content: string;
|
|
34974
34973
|
link?: {
|
|
34975
34974
|
url: string;
|
|
34976
34975
|
} | null | undefined;
|
|
34977
34976
|
} | undefined;
|
|
34977
|
+
plain_text?: string | undefined;
|
|
34978
34978
|
annotations?: {
|
|
34979
34979
|
code: boolean;
|
|
34980
34980
|
bold: boolean;
|
|
@@ -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: {
|
|
@@ -35017,13 +35017,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35017
35017
|
discussion_id: string;
|
|
35018
35018
|
rich_text: {
|
|
35019
35019
|
type: "text" | "mention" | "equation";
|
|
35020
|
-
plain_text?: string | undefined;
|
|
35021
35020
|
text?: {
|
|
35022
35021
|
content: string;
|
|
35023
35022
|
link?: {
|
|
35024
35023
|
url: string;
|
|
35025
35024
|
} | null | undefined;
|
|
35026
35025
|
} | undefined;
|
|
35026
|
+
plain_text?: string | undefined;
|
|
35027
35027
|
annotations?: {
|
|
35028
35028
|
code?: boolean | undefined;
|
|
35029
35029
|
bold?: boolean | undefined;
|
|
@@ -35041,6 +35041,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35041
35041
|
operation: "retrieve_comment";
|
|
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: {
|
|
@@ -35071,13 +35071,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35071
35071
|
discussion_id: string;
|
|
35072
35072
|
rich_text: {
|
|
35073
35073
|
type: "text" | "mention" | "equation";
|
|
35074
|
-
plain_text?: string | undefined;
|
|
35075
35074
|
text?: {
|
|
35076
35075
|
content: string;
|
|
35077
35076
|
link?: {
|
|
35078
35077
|
url: string;
|
|
35079
35078
|
} | null | undefined;
|
|
35080
35079
|
} | undefined;
|
|
35080
|
+
plain_text?: string | undefined;
|
|
35081
35081
|
annotations?: {
|
|
35082
35082
|
code: boolean;
|
|
35083
35083
|
bold: boolean;
|
|
@@ -35095,6 +35095,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35095
35095
|
operation: "retrieve_comment";
|
|
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: {
|
|
@@ -35125,13 +35125,13 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
35125
35125
|
discussion_id: string;
|
|
35126
35126
|
rich_text: {
|
|
35127
35127
|
type: "text" | "mention" | "equation";
|
|
35128
|
-
plain_text?: string | undefined;
|
|
35129
35128
|
text?: {
|
|
35130
35129
|
content: string;
|
|
35131
35130
|
link?: {
|
|
35132
35131
|
url: string;
|
|
35133
35132
|
} | null | undefined;
|
|
35134
35133
|
} | undefined;
|
|
35134
|
+
plain_text?: string | undefined;
|
|
35135
35135
|
annotations?: {
|
|
35136
35136
|
code?: boolean | undefined;
|
|
35137
35137
|
bold?: boolean | undefined;
|