@automate.ax/api-contract 0.105.0 → 0.107.0
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/events/cloudflare.d.ts +6 -0
- package/dist/events/cloudflare.js +16 -0
- package/dist/events/index.d.ts +84 -81
- package/dist/events/index.js +2 -0
- package/dist/events/notion.d.ts +81 -81
- package/dist/index.d.ts +84 -81
- package/package.json +3 -3
- package/src/events/cloudflare.ts +18 -0
- package/src/events/index.ts +2 -0
package/dist/events/notion.d.ts
CHANGED
|
@@ -8,8 +8,8 @@ export declare const notionEventsContract: {
|
|
|
8
8
|
parent: z.ZodObject<{
|
|
9
9
|
id: z.ZodUUID;
|
|
10
10
|
type: z.ZodEnum<{
|
|
11
|
-
block: "block";
|
|
12
11
|
page: "page";
|
|
12
|
+
block: "block";
|
|
13
13
|
database: "database";
|
|
14
14
|
}>;
|
|
15
15
|
}, z.core.$strip>;
|
|
@@ -54,8 +54,8 @@ export declare const notionEventsContract: {
|
|
|
54
54
|
parent: z.ZodObject<{
|
|
55
55
|
id: z.ZodUUID;
|
|
56
56
|
type: z.ZodEnum<{
|
|
57
|
-
block: "block";
|
|
58
57
|
page: "page";
|
|
58
|
+
block: "block";
|
|
59
59
|
database: "database";
|
|
60
60
|
}>;
|
|
61
61
|
}, z.core.$strip>;
|
|
@@ -100,8 +100,8 @@ export declare const notionEventsContract: {
|
|
|
100
100
|
parent: z.ZodObject<{
|
|
101
101
|
id: z.ZodUUID;
|
|
102
102
|
type: z.ZodEnum<{
|
|
103
|
-
block: "block";
|
|
104
103
|
page: "page";
|
|
104
|
+
block: "block";
|
|
105
105
|
database: "database";
|
|
106
106
|
}>;
|
|
107
107
|
}, z.core.$strip>;
|
|
@@ -147,18 +147,18 @@ export declare const notionEventsContract: {
|
|
|
147
147
|
id: z.ZodUUID;
|
|
148
148
|
type: z.ZodEnum<{
|
|
149
149
|
team: "team";
|
|
150
|
+
page: "page";
|
|
150
151
|
space: "space";
|
|
151
152
|
agent: "agent";
|
|
152
153
|
block: "block";
|
|
153
|
-
page: "page";
|
|
154
154
|
database: "database";
|
|
155
155
|
}>;
|
|
156
156
|
}, z.core.$strip>;
|
|
157
157
|
updated_blocks: z.ZodArray<z.ZodObject<{
|
|
158
158
|
id: z.ZodUUID;
|
|
159
159
|
type: z.ZodEnum<{
|
|
160
|
-
block: "block";
|
|
161
160
|
page: "page";
|
|
161
|
+
block: "block";
|
|
162
162
|
database: "database";
|
|
163
163
|
}>;
|
|
164
164
|
}, z.core.$strip>>;
|
|
@@ -208,10 +208,10 @@ export declare const notionEventsContract: {
|
|
|
208
208
|
id: z.ZodUUID;
|
|
209
209
|
type: z.ZodEnum<{
|
|
210
210
|
team: "team";
|
|
211
|
+
page: "page";
|
|
211
212
|
space: "space";
|
|
212
213
|
agent: "agent";
|
|
213
214
|
block: "block";
|
|
214
|
-
page: "page";
|
|
215
215
|
database: "database";
|
|
216
216
|
}>;
|
|
217
217
|
}, z.core.$strip>;
|
|
@@ -261,10 +261,10 @@ export declare const notionEventsContract: {
|
|
|
261
261
|
id: z.ZodUUID;
|
|
262
262
|
type: z.ZodEnum<{
|
|
263
263
|
team: "team";
|
|
264
|
+
page: "page";
|
|
264
265
|
space: "space";
|
|
265
266
|
agent: "agent";
|
|
266
267
|
block: "block";
|
|
267
|
-
page: "page";
|
|
268
268
|
database: "database";
|
|
269
269
|
}>;
|
|
270
270
|
}, z.core.$strip>;
|
|
@@ -314,10 +314,10 @@ export declare const notionEventsContract: {
|
|
|
314
314
|
id: z.ZodUUID;
|
|
315
315
|
type: z.ZodEnum<{
|
|
316
316
|
team: "team";
|
|
317
|
+
page: "page";
|
|
317
318
|
space: "space";
|
|
318
319
|
agent: "agent";
|
|
319
320
|
block: "block";
|
|
320
|
-
page: "page";
|
|
321
321
|
database: "database";
|
|
322
322
|
}>;
|
|
323
323
|
}, z.core.$strip>;
|
|
@@ -367,10 +367,10 @@ export declare const notionEventsContract: {
|
|
|
367
367
|
id: z.ZodUUID;
|
|
368
368
|
type: z.ZodEnum<{
|
|
369
369
|
team: "team";
|
|
370
|
+
page: "page";
|
|
370
371
|
space: "space";
|
|
371
372
|
agent: "agent";
|
|
372
373
|
block: "block";
|
|
373
|
-
page: "page";
|
|
374
374
|
database: "database";
|
|
375
375
|
}>;
|
|
376
376
|
}, z.core.$strip>;
|
|
@@ -429,10 +429,10 @@ export declare const notionEventsContract: {
|
|
|
429
429
|
id: z.ZodUUID;
|
|
430
430
|
type: z.ZodEnum<{
|
|
431
431
|
team: "team";
|
|
432
|
+
page: "page";
|
|
432
433
|
space: "space";
|
|
433
434
|
agent: "agent";
|
|
434
435
|
block: "block";
|
|
435
|
-
page: "page";
|
|
436
436
|
database: "database";
|
|
437
437
|
}>;
|
|
438
438
|
}, z.core.$strip>;
|
|
@@ -482,10 +482,10 @@ export declare const notionEventsContract: {
|
|
|
482
482
|
id: z.ZodUUID;
|
|
483
483
|
type: z.ZodEnum<{
|
|
484
484
|
team: "team";
|
|
485
|
+
page: "page";
|
|
485
486
|
space: "space";
|
|
486
487
|
agent: "agent";
|
|
487
488
|
block: "block";
|
|
488
|
-
page: "page";
|
|
489
489
|
database: "database";
|
|
490
490
|
}>;
|
|
491
491
|
}, z.core.$strip>;
|
|
@@ -535,10 +535,10 @@ export declare const notionEventsContract: {
|
|
|
535
535
|
id: z.ZodUUID;
|
|
536
536
|
type: z.ZodEnum<{
|
|
537
537
|
team: "team";
|
|
538
|
+
page: "page";
|
|
538
539
|
space: "space";
|
|
539
540
|
agent: "agent";
|
|
540
541
|
block: "block";
|
|
541
|
-
page: "page";
|
|
542
542
|
database: "database";
|
|
543
543
|
}>;
|
|
544
544
|
}, z.core.$strip>;
|
|
@@ -588,10 +588,10 @@ export declare const notionEventsContract: {
|
|
|
588
588
|
id: z.ZodUUID;
|
|
589
589
|
type: z.ZodEnum<{
|
|
590
590
|
team: "team";
|
|
591
|
+
page: "page";
|
|
591
592
|
space: "space";
|
|
592
593
|
agent: "agent";
|
|
593
594
|
block: "block";
|
|
594
|
-
page: "page";
|
|
595
595
|
database: "database";
|
|
596
596
|
}>;
|
|
597
597
|
}, z.core.$strip>;
|
|
@@ -641,10 +641,10 @@ export declare const notionEventsContract: {
|
|
|
641
641
|
id: z.ZodUUID;
|
|
642
642
|
type: z.ZodEnum<{
|
|
643
643
|
team: "team";
|
|
644
|
+
page: "page";
|
|
644
645
|
space: "space";
|
|
645
646
|
agent: "agent";
|
|
646
647
|
block: "block";
|
|
647
|
-
page: "page";
|
|
648
648
|
database: "database";
|
|
649
649
|
}>;
|
|
650
650
|
}, z.core.$strip>;
|
|
@@ -856,18 +856,18 @@ export declare const notionEventsContract: {
|
|
|
856
856
|
id: z.ZodUUID;
|
|
857
857
|
type: z.ZodEnum<{
|
|
858
858
|
team: "team";
|
|
859
|
+
page: "page";
|
|
859
860
|
space: "space";
|
|
860
861
|
agent: "agent";
|
|
861
862
|
block: "block";
|
|
862
|
-
page: "page";
|
|
863
863
|
database: "database";
|
|
864
864
|
}>;
|
|
865
865
|
}, z.core.$strip>;
|
|
866
866
|
updated_blocks: z.ZodArray<z.ZodObject<{
|
|
867
867
|
id: z.ZodUUID;
|
|
868
868
|
type: z.ZodEnum<{
|
|
869
|
-
block: "block";
|
|
870
869
|
page: "page";
|
|
870
|
+
block: "block";
|
|
871
871
|
database: "database";
|
|
872
872
|
}>;
|
|
873
873
|
}, z.core.$strip>>;
|
|
@@ -913,10 +913,10 @@ export declare const notionEventsContract: {
|
|
|
913
913
|
id: z.ZodUUID;
|
|
914
914
|
type: z.ZodEnum<{
|
|
915
915
|
team: "team";
|
|
916
|
+
page: "page";
|
|
916
917
|
space: "space";
|
|
917
918
|
agent: "agent";
|
|
918
919
|
block: "block";
|
|
919
|
-
page: "page";
|
|
920
920
|
database: "database";
|
|
921
921
|
}>;
|
|
922
922
|
}, z.core.$strip>;
|
|
@@ -962,10 +962,10 @@ export declare const notionEventsContract: {
|
|
|
962
962
|
id: z.ZodUUID;
|
|
963
963
|
type: z.ZodEnum<{
|
|
964
964
|
team: "team";
|
|
965
|
+
page: "page";
|
|
965
966
|
space: "space";
|
|
966
967
|
agent: "agent";
|
|
967
968
|
block: "block";
|
|
968
|
-
page: "page";
|
|
969
969
|
database: "database";
|
|
970
970
|
}>;
|
|
971
971
|
}, z.core.$strip>;
|
|
@@ -1011,10 +1011,10 @@ export declare const notionEventsContract: {
|
|
|
1011
1011
|
id: z.ZodUUID;
|
|
1012
1012
|
type: z.ZodEnum<{
|
|
1013
1013
|
team: "team";
|
|
1014
|
+
page: "page";
|
|
1014
1015
|
space: "space";
|
|
1015
1016
|
agent: "agent";
|
|
1016
1017
|
block: "block";
|
|
1017
|
-
page: "page";
|
|
1018
1018
|
database: "database";
|
|
1019
1019
|
}>;
|
|
1020
1020
|
}, z.core.$strip>;
|
|
@@ -1060,10 +1060,10 @@ export declare const notionEventsContract: {
|
|
|
1060
1060
|
id: z.ZodUUID;
|
|
1061
1061
|
type: z.ZodEnum<{
|
|
1062
1062
|
team: "team";
|
|
1063
|
+
page: "page";
|
|
1063
1064
|
space: "space";
|
|
1064
1065
|
agent: "agent";
|
|
1065
1066
|
block: "block";
|
|
1066
|
-
page: "page";
|
|
1067
1067
|
database: "database";
|
|
1068
1068
|
}>;
|
|
1069
1069
|
}, z.core.$strip>;
|
|
@@ -1109,10 +1109,10 @@ export declare const notionEventsContract: {
|
|
|
1109
1109
|
id: z.ZodUUID;
|
|
1110
1110
|
type: z.ZodEnum<{
|
|
1111
1111
|
team: "team";
|
|
1112
|
+
page: "page";
|
|
1112
1113
|
space: "space";
|
|
1113
1114
|
agent: "agent";
|
|
1114
1115
|
block: "block";
|
|
1115
|
-
page: "page";
|
|
1116
1116
|
database: "database";
|
|
1117
1117
|
}>;
|
|
1118
1118
|
}, z.core.$strip>;
|
|
@@ -1157,8 +1157,8 @@ export declare const notionEventsContract: {
|
|
|
1157
1157
|
target: z.ZodObject<{
|
|
1158
1158
|
id: z.ZodUUID;
|
|
1159
1159
|
type: z.ZodEnum<{
|
|
1160
|
-
block: "block";
|
|
1161
1160
|
page: "page";
|
|
1161
|
+
block: "block";
|
|
1162
1162
|
database: "database";
|
|
1163
1163
|
}>;
|
|
1164
1164
|
}, z.core.$strip>;
|
|
@@ -1205,10 +1205,10 @@ export declare const notionEventsContract: {
|
|
|
1205
1205
|
id: z.ZodUUID;
|
|
1206
1206
|
type: z.ZodEnum<{
|
|
1207
1207
|
team: "team";
|
|
1208
|
+
page: "page";
|
|
1208
1209
|
space: "space";
|
|
1209
1210
|
agent: "agent";
|
|
1210
1211
|
block: "block";
|
|
1211
|
-
page: "page";
|
|
1212
1212
|
database: "database";
|
|
1213
1213
|
}>;
|
|
1214
1214
|
}, z.core.$strip>;
|
|
@@ -1254,10 +1254,10 @@ export declare const notionEventsContract: {
|
|
|
1254
1254
|
id: z.ZodUUID;
|
|
1255
1255
|
type: z.ZodEnum<{
|
|
1256
1256
|
team: "team";
|
|
1257
|
+
page: "page";
|
|
1257
1258
|
space: "space";
|
|
1258
1259
|
agent: "agent";
|
|
1259
1260
|
block: "block";
|
|
1260
|
-
page: "page";
|
|
1261
1261
|
database: "database";
|
|
1262
1262
|
}>;
|
|
1263
1263
|
}, z.core.$strip>;
|
|
@@ -1303,10 +1303,10 @@ export declare const notionEventsContract: {
|
|
|
1303
1303
|
id: z.ZodUUID;
|
|
1304
1304
|
type: z.ZodEnum<{
|
|
1305
1305
|
team: "team";
|
|
1306
|
+
page: "page";
|
|
1306
1307
|
space: "space";
|
|
1307
1308
|
agent: "agent";
|
|
1308
1309
|
block: "block";
|
|
1309
|
-
page: "page";
|
|
1310
1310
|
database: "database";
|
|
1311
1311
|
}>;
|
|
1312
1312
|
}, z.core.$strip>;
|
|
@@ -1353,10 +1353,10 @@ export declare const notionEventsContract: {
|
|
|
1353
1353
|
id: z.ZodUUID;
|
|
1354
1354
|
type: z.ZodEnum<{
|
|
1355
1355
|
team: "team";
|
|
1356
|
+
page: "page";
|
|
1356
1357
|
space: "space";
|
|
1357
1358
|
agent: "agent";
|
|
1358
1359
|
block: "block";
|
|
1359
|
-
page: "page";
|
|
1360
1360
|
database: "database";
|
|
1361
1361
|
}>;
|
|
1362
1362
|
}, z.core.$strip>;
|
|
@@ -1402,10 +1402,10 @@ export declare const notionEventsContract: {
|
|
|
1402
1402
|
id: z.ZodUUID;
|
|
1403
1403
|
type: z.ZodEnum<{
|
|
1404
1404
|
team: "team";
|
|
1405
|
+
page: "page";
|
|
1405
1406
|
space: "space";
|
|
1406
1407
|
agent: "agent";
|
|
1407
1408
|
block: "block";
|
|
1408
|
-
page: "page";
|
|
1409
1409
|
database: "database";
|
|
1410
1410
|
}>;
|
|
1411
1411
|
}, z.core.$strip>;
|
|
@@ -1457,7 +1457,7 @@ export declare const notionEventsContract: {
|
|
|
1457
1457
|
data: {
|
|
1458
1458
|
parent: {
|
|
1459
1459
|
id: string;
|
|
1460
|
-
type: "
|
|
1460
|
+
type: "page" | "block" | "database";
|
|
1461
1461
|
};
|
|
1462
1462
|
pageId: string;
|
|
1463
1463
|
};
|
|
@@ -1489,7 +1489,7 @@ export declare const notionEventsContract: {
|
|
|
1489
1489
|
data: {
|
|
1490
1490
|
parent: {
|
|
1491
1491
|
id: string;
|
|
1492
|
-
type: "
|
|
1492
|
+
type: "page" | "block" | "database";
|
|
1493
1493
|
};
|
|
1494
1494
|
pageId: string;
|
|
1495
1495
|
};
|
|
@@ -1521,7 +1521,7 @@ export declare const notionEventsContract: {
|
|
|
1521
1521
|
data: {
|
|
1522
1522
|
parent: {
|
|
1523
1523
|
id: string;
|
|
1524
|
-
type: "
|
|
1524
|
+
type: "page" | "block" | "database";
|
|
1525
1525
|
};
|
|
1526
1526
|
pageId: string;
|
|
1527
1527
|
};
|
|
@@ -1553,12 +1553,12 @@ export declare const notionEventsContract: {
|
|
|
1553
1553
|
data: {
|
|
1554
1554
|
parent: {
|
|
1555
1555
|
id: string;
|
|
1556
|
-
type: "team" | "
|
|
1556
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
1557
1557
|
dataSourceId?: string | undefined;
|
|
1558
1558
|
};
|
|
1559
1559
|
updatedBlocks: {
|
|
1560
1560
|
id: string;
|
|
1561
|
-
type: "
|
|
1561
|
+
type: "page" | "block" | "database";
|
|
1562
1562
|
}[];
|
|
1563
1563
|
};
|
|
1564
1564
|
workspaceId: string;
|
|
@@ -1589,7 +1589,7 @@ export declare const notionEventsContract: {
|
|
|
1589
1589
|
data: {
|
|
1590
1590
|
parent: {
|
|
1591
1591
|
id: string;
|
|
1592
|
-
type: "team" | "
|
|
1592
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
1593
1593
|
dataSourceId?: string | undefined;
|
|
1594
1594
|
};
|
|
1595
1595
|
};
|
|
@@ -1621,7 +1621,7 @@ export declare const notionEventsContract: {
|
|
|
1621
1621
|
data: {
|
|
1622
1622
|
parent: {
|
|
1623
1623
|
id: string;
|
|
1624
|
-
type: "team" | "
|
|
1624
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
1625
1625
|
dataSourceId?: string | undefined;
|
|
1626
1626
|
};
|
|
1627
1627
|
};
|
|
@@ -1653,7 +1653,7 @@ export declare const notionEventsContract: {
|
|
|
1653
1653
|
data: {
|
|
1654
1654
|
parent: {
|
|
1655
1655
|
id: string;
|
|
1656
|
-
type: "team" | "
|
|
1656
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
1657
1657
|
dataSourceId?: string | undefined;
|
|
1658
1658
|
};
|
|
1659
1659
|
};
|
|
@@ -1685,7 +1685,7 @@ export declare const notionEventsContract: {
|
|
|
1685
1685
|
data: {
|
|
1686
1686
|
parent: {
|
|
1687
1687
|
id: string;
|
|
1688
|
-
type: "team" | "
|
|
1688
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
1689
1689
|
dataSourceId?: string | undefined;
|
|
1690
1690
|
};
|
|
1691
1691
|
updatedProperties?: {
|
|
@@ -1722,7 +1722,7 @@ export declare const notionEventsContract: {
|
|
|
1722
1722
|
data: {
|
|
1723
1723
|
parent: {
|
|
1724
1724
|
id: string;
|
|
1725
|
-
type: "team" | "
|
|
1725
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
1726
1726
|
dataSourceId?: string | undefined;
|
|
1727
1727
|
};
|
|
1728
1728
|
};
|
|
@@ -1754,7 +1754,7 @@ export declare const notionEventsContract: {
|
|
|
1754
1754
|
data: {
|
|
1755
1755
|
parent: {
|
|
1756
1756
|
id: string;
|
|
1757
|
-
type: "team" | "
|
|
1757
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
1758
1758
|
dataSourceId?: string | undefined;
|
|
1759
1759
|
};
|
|
1760
1760
|
};
|
|
@@ -1786,7 +1786,7 @@ export declare const notionEventsContract: {
|
|
|
1786
1786
|
data: {
|
|
1787
1787
|
parent: {
|
|
1788
1788
|
id: string;
|
|
1789
|
-
type: "team" | "
|
|
1789
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
1790
1790
|
dataSourceId?: string | undefined;
|
|
1791
1791
|
};
|
|
1792
1792
|
};
|
|
@@ -1818,7 +1818,7 @@ export declare const notionEventsContract: {
|
|
|
1818
1818
|
data: {
|
|
1819
1819
|
parent: {
|
|
1820
1820
|
id: string;
|
|
1821
|
-
type: "team" | "
|
|
1821
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
1822
1822
|
dataSourceId?: string | undefined;
|
|
1823
1823
|
};
|
|
1824
1824
|
};
|
|
@@ -1850,7 +1850,7 @@ export declare const notionEventsContract: {
|
|
|
1850
1850
|
data: {
|
|
1851
1851
|
parent: {
|
|
1852
1852
|
id: string;
|
|
1853
|
-
type: "team" | "
|
|
1853
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
1854
1854
|
dataSourceId?: string | undefined;
|
|
1855
1855
|
};
|
|
1856
1856
|
};
|
|
@@ -2001,12 +2001,12 @@ export declare const notionEventsContract: {
|
|
|
2001
2001
|
data: {
|
|
2002
2002
|
parent: {
|
|
2003
2003
|
id: string;
|
|
2004
|
-
type: "team" | "
|
|
2004
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2005
2005
|
dataSourceId?: string | undefined;
|
|
2006
2006
|
};
|
|
2007
2007
|
updatedBlocks: {
|
|
2008
2008
|
id: string;
|
|
2009
|
-
type: "
|
|
2009
|
+
type: "page" | "block" | "database";
|
|
2010
2010
|
}[];
|
|
2011
2011
|
};
|
|
2012
2012
|
workspaceId: string;
|
|
@@ -2037,7 +2037,7 @@ export declare const notionEventsContract: {
|
|
|
2037
2037
|
data: {
|
|
2038
2038
|
parent: {
|
|
2039
2039
|
id: string;
|
|
2040
|
-
type: "team" | "
|
|
2040
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2041
2041
|
dataSourceId?: string | undefined;
|
|
2042
2042
|
};
|
|
2043
2043
|
};
|
|
@@ -2069,7 +2069,7 @@ export declare const notionEventsContract: {
|
|
|
2069
2069
|
data: {
|
|
2070
2070
|
parent: {
|
|
2071
2071
|
id: string;
|
|
2072
|
-
type: "team" | "
|
|
2072
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2073
2073
|
dataSourceId?: string | undefined;
|
|
2074
2074
|
};
|
|
2075
2075
|
};
|
|
@@ -2101,7 +2101,7 @@ export declare const notionEventsContract: {
|
|
|
2101
2101
|
data: {
|
|
2102
2102
|
parent: {
|
|
2103
2103
|
id: string;
|
|
2104
|
-
type: "team" | "
|
|
2104
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2105
2105
|
dataSourceId?: string | undefined;
|
|
2106
2106
|
};
|
|
2107
2107
|
};
|
|
@@ -2133,7 +2133,7 @@ export declare const notionEventsContract: {
|
|
|
2133
2133
|
data: {
|
|
2134
2134
|
parent: {
|
|
2135
2135
|
id: string;
|
|
2136
|
-
type: "team" | "
|
|
2136
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2137
2137
|
dataSourceId?: string | undefined;
|
|
2138
2138
|
};
|
|
2139
2139
|
};
|
|
@@ -2165,7 +2165,7 @@ export declare const notionEventsContract: {
|
|
|
2165
2165
|
data: {
|
|
2166
2166
|
parent: {
|
|
2167
2167
|
id: string;
|
|
2168
|
-
type: "team" | "
|
|
2168
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2169
2169
|
dataSourceId?: string | undefined;
|
|
2170
2170
|
};
|
|
2171
2171
|
updatedProperties: string[];
|
|
@@ -2198,7 +2198,7 @@ export declare const notionEventsContract: {
|
|
|
2198
2198
|
data: {
|
|
2199
2199
|
target: {
|
|
2200
2200
|
id: string;
|
|
2201
|
-
type: "
|
|
2201
|
+
type: "page" | "block" | "database";
|
|
2202
2202
|
};
|
|
2203
2203
|
transcriptId: string | null;
|
|
2204
2204
|
};
|
|
@@ -2230,7 +2230,7 @@ export declare const notionEventsContract: {
|
|
|
2230
2230
|
data: {
|
|
2231
2231
|
parent: {
|
|
2232
2232
|
id: string;
|
|
2233
|
-
type: "team" | "
|
|
2233
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2234
2234
|
dataSourceId?: string | undefined;
|
|
2235
2235
|
};
|
|
2236
2236
|
};
|
|
@@ -2262,7 +2262,7 @@ export declare const notionEventsContract: {
|
|
|
2262
2262
|
data: {
|
|
2263
2263
|
parent: {
|
|
2264
2264
|
id: string;
|
|
2265
|
-
type: "team" | "
|
|
2265
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2266
2266
|
dataSourceId?: string | undefined;
|
|
2267
2267
|
};
|
|
2268
2268
|
};
|
|
@@ -2294,7 +2294,7 @@ export declare const notionEventsContract: {
|
|
|
2294
2294
|
data: {
|
|
2295
2295
|
parent: {
|
|
2296
2296
|
id: string;
|
|
2297
|
-
type: "team" | "
|
|
2297
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2298
2298
|
dataSourceId?: string | undefined;
|
|
2299
2299
|
};
|
|
2300
2300
|
viewType: string;
|
|
@@ -2327,7 +2327,7 @@ export declare const notionEventsContract: {
|
|
|
2327
2327
|
data: {
|
|
2328
2328
|
parent: {
|
|
2329
2329
|
id: string;
|
|
2330
|
-
type: "team" | "
|
|
2330
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2331
2331
|
dataSourceId?: string | undefined;
|
|
2332
2332
|
};
|
|
2333
2333
|
};
|
|
@@ -2359,7 +2359,7 @@ export declare const notionEventsContract: {
|
|
|
2359
2359
|
data: {
|
|
2360
2360
|
parent: {
|
|
2361
2361
|
id: string;
|
|
2362
|
-
type: "team" | "
|
|
2362
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2363
2363
|
dataSourceId?: string | undefined;
|
|
2364
2364
|
};
|
|
2365
2365
|
updatedFields: ("filter" | "name" | "sorts" | "configuration")[];
|
|
@@ -2391,7 +2391,7 @@ export declare const notionEventsContract: {
|
|
|
2391
2391
|
page_id: string;
|
|
2392
2392
|
parent: {
|
|
2393
2393
|
id: string;
|
|
2394
|
-
type: "
|
|
2394
|
+
type: "page" | "block" | "database";
|
|
2395
2395
|
};
|
|
2396
2396
|
};
|
|
2397
2397
|
entity: {
|
|
@@ -2430,7 +2430,7 @@ export declare const notionEventsContract: {
|
|
|
2430
2430
|
page_id: string;
|
|
2431
2431
|
parent: {
|
|
2432
2432
|
id: string;
|
|
2433
|
-
type: "
|
|
2433
|
+
type: "page" | "block" | "database";
|
|
2434
2434
|
};
|
|
2435
2435
|
};
|
|
2436
2436
|
entity: {
|
|
@@ -2469,7 +2469,7 @@ export declare const notionEventsContract: {
|
|
|
2469
2469
|
page_id: string;
|
|
2470
2470
|
parent: {
|
|
2471
2471
|
id: string;
|
|
2472
|
-
type: "
|
|
2472
|
+
type: "page" | "block" | "database";
|
|
2473
2473
|
};
|
|
2474
2474
|
};
|
|
2475
2475
|
entity: {
|
|
@@ -2507,12 +2507,12 @@ export declare const notionEventsContract: {
|
|
|
2507
2507
|
data: {
|
|
2508
2508
|
parent: {
|
|
2509
2509
|
id: string;
|
|
2510
|
-
type: "team" | "
|
|
2510
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2511
2511
|
data_source_id?: string | undefined;
|
|
2512
2512
|
};
|
|
2513
2513
|
updated_blocks: {
|
|
2514
2514
|
id: string;
|
|
2515
|
-
type: "
|
|
2515
|
+
type: "page" | "block" | "database";
|
|
2516
2516
|
}[];
|
|
2517
2517
|
};
|
|
2518
2518
|
entity: {
|
|
@@ -2550,7 +2550,7 @@ export declare const notionEventsContract: {
|
|
|
2550
2550
|
data: {
|
|
2551
2551
|
parent: {
|
|
2552
2552
|
id: string;
|
|
2553
|
-
type: "team" | "
|
|
2553
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2554
2554
|
data_source_id?: string | undefined;
|
|
2555
2555
|
};
|
|
2556
2556
|
};
|
|
@@ -2589,7 +2589,7 @@ export declare const notionEventsContract: {
|
|
|
2589
2589
|
data: {
|
|
2590
2590
|
parent: {
|
|
2591
2591
|
id: string;
|
|
2592
|
-
type: "team" | "
|
|
2592
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2593
2593
|
data_source_id?: string | undefined;
|
|
2594
2594
|
};
|
|
2595
2595
|
};
|
|
@@ -2628,7 +2628,7 @@ export declare const notionEventsContract: {
|
|
|
2628
2628
|
data: {
|
|
2629
2629
|
parent: {
|
|
2630
2630
|
id: string;
|
|
2631
|
-
type: "team" | "
|
|
2631
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2632
2632
|
data_source_id?: string | undefined;
|
|
2633
2633
|
};
|
|
2634
2634
|
};
|
|
@@ -2667,7 +2667,7 @@ export declare const notionEventsContract: {
|
|
|
2667
2667
|
data: {
|
|
2668
2668
|
parent: {
|
|
2669
2669
|
id: string;
|
|
2670
|
-
type: "team" | "
|
|
2670
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2671
2671
|
data_source_id?: string | undefined;
|
|
2672
2672
|
};
|
|
2673
2673
|
updated_properties?: {
|
|
@@ -2711,7 +2711,7 @@ export declare const notionEventsContract: {
|
|
|
2711
2711
|
data: {
|
|
2712
2712
|
parent: {
|
|
2713
2713
|
id: string;
|
|
2714
|
-
type: "team" | "
|
|
2714
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2715
2715
|
data_source_id?: string | undefined;
|
|
2716
2716
|
};
|
|
2717
2717
|
};
|
|
@@ -2750,7 +2750,7 @@ export declare const notionEventsContract: {
|
|
|
2750
2750
|
data: {
|
|
2751
2751
|
parent: {
|
|
2752
2752
|
id: string;
|
|
2753
|
-
type: "team" | "
|
|
2753
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2754
2754
|
data_source_id?: string | undefined;
|
|
2755
2755
|
};
|
|
2756
2756
|
};
|
|
@@ -2789,7 +2789,7 @@ export declare const notionEventsContract: {
|
|
|
2789
2789
|
data: {
|
|
2790
2790
|
parent: {
|
|
2791
2791
|
id: string;
|
|
2792
|
-
type: "team" | "
|
|
2792
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2793
2793
|
data_source_id?: string | undefined;
|
|
2794
2794
|
};
|
|
2795
2795
|
};
|
|
@@ -2828,7 +2828,7 @@ export declare const notionEventsContract: {
|
|
|
2828
2828
|
data: {
|
|
2829
2829
|
parent: {
|
|
2830
2830
|
id: string;
|
|
2831
|
-
type: "team" | "
|
|
2831
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2832
2832
|
data_source_id?: string | undefined;
|
|
2833
2833
|
};
|
|
2834
2834
|
};
|
|
@@ -2867,7 +2867,7 @@ export declare const notionEventsContract: {
|
|
|
2867
2867
|
data: {
|
|
2868
2868
|
parent: {
|
|
2869
2869
|
id: string;
|
|
2870
|
-
type: "team" | "
|
|
2870
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2871
2871
|
data_source_id?: string | undefined;
|
|
2872
2872
|
};
|
|
2873
2873
|
};
|
|
@@ -3051,12 +3051,12 @@ export declare const notionEventsContract: {
|
|
|
3051
3051
|
data: {
|
|
3052
3052
|
parent: {
|
|
3053
3053
|
id: string;
|
|
3054
|
-
type: "team" | "
|
|
3054
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
3055
3055
|
data_source_id?: string | undefined;
|
|
3056
3056
|
};
|
|
3057
3057
|
updated_blocks: {
|
|
3058
3058
|
id: string;
|
|
3059
|
-
type: "
|
|
3059
|
+
type: "page" | "block" | "database";
|
|
3060
3060
|
}[];
|
|
3061
3061
|
};
|
|
3062
3062
|
entity: {
|
|
@@ -3094,7 +3094,7 @@ export declare const notionEventsContract: {
|
|
|
3094
3094
|
data: {
|
|
3095
3095
|
parent: {
|
|
3096
3096
|
id: string;
|
|
3097
|
-
type: "team" | "
|
|
3097
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
3098
3098
|
data_source_id?: string | undefined;
|
|
3099
3099
|
};
|
|
3100
3100
|
};
|
|
@@ -3133,7 +3133,7 @@ export declare const notionEventsContract: {
|
|
|
3133
3133
|
data: {
|
|
3134
3134
|
parent: {
|
|
3135
3135
|
id: string;
|
|
3136
|
-
type: "team" | "
|
|
3136
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
3137
3137
|
data_source_id?: string | undefined;
|
|
3138
3138
|
};
|
|
3139
3139
|
};
|
|
@@ -3172,7 +3172,7 @@ export declare const notionEventsContract: {
|
|
|
3172
3172
|
data: {
|
|
3173
3173
|
parent: {
|
|
3174
3174
|
id: string;
|
|
3175
|
-
type: "team" | "
|
|
3175
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
3176
3176
|
data_source_id?: string | undefined;
|
|
3177
3177
|
};
|
|
3178
3178
|
};
|
|
@@ -3211,7 +3211,7 @@ export declare const notionEventsContract: {
|
|
|
3211
3211
|
data: {
|
|
3212
3212
|
parent: {
|
|
3213
3213
|
id: string;
|
|
3214
|
-
type: "team" | "
|
|
3214
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
3215
3215
|
data_source_id?: string | undefined;
|
|
3216
3216
|
};
|
|
3217
3217
|
};
|
|
@@ -3250,7 +3250,7 @@ export declare const notionEventsContract: {
|
|
|
3250
3250
|
data: {
|
|
3251
3251
|
parent: {
|
|
3252
3252
|
id: string;
|
|
3253
|
-
type: "team" | "
|
|
3253
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
3254
3254
|
data_source_id?: string | undefined;
|
|
3255
3255
|
};
|
|
3256
3256
|
updated_properties: string[];
|
|
@@ -3290,7 +3290,7 @@ export declare const notionEventsContract: {
|
|
|
3290
3290
|
data: {
|
|
3291
3291
|
target: {
|
|
3292
3292
|
id: string;
|
|
3293
|
-
type: "
|
|
3293
|
+
type: "page" | "block" | "database";
|
|
3294
3294
|
};
|
|
3295
3295
|
transcript_id: string | null;
|
|
3296
3296
|
};
|
|
@@ -3329,7 +3329,7 @@ export declare const notionEventsContract: {
|
|
|
3329
3329
|
data: {
|
|
3330
3330
|
parent: {
|
|
3331
3331
|
id: string;
|
|
3332
|
-
type: "team" | "
|
|
3332
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
3333
3333
|
data_source_id?: string | undefined;
|
|
3334
3334
|
};
|
|
3335
3335
|
};
|
|
@@ -3368,7 +3368,7 @@ export declare const notionEventsContract: {
|
|
|
3368
3368
|
data: {
|
|
3369
3369
|
parent: {
|
|
3370
3370
|
id: string;
|
|
3371
|
-
type: "team" | "
|
|
3371
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
3372
3372
|
data_source_id?: string | undefined;
|
|
3373
3373
|
};
|
|
3374
3374
|
};
|
|
@@ -3407,7 +3407,7 @@ export declare const notionEventsContract: {
|
|
|
3407
3407
|
data: {
|
|
3408
3408
|
parent: {
|
|
3409
3409
|
id: string;
|
|
3410
|
-
type: "team" | "
|
|
3410
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
3411
3411
|
data_source_id?: string | undefined;
|
|
3412
3412
|
};
|
|
3413
3413
|
view_type: string;
|
|
@@ -3447,7 +3447,7 @@ export declare const notionEventsContract: {
|
|
|
3447
3447
|
data: {
|
|
3448
3448
|
parent: {
|
|
3449
3449
|
id: string;
|
|
3450
|
-
type: "team" | "
|
|
3450
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
3451
3451
|
data_source_id?: string | undefined;
|
|
3452
3452
|
};
|
|
3453
3453
|
};
|
|
@@ -3486,7 +3486,7 @@ export declare const notionEventsContract: {
|
|
|
3486
3486
|
data: {
|
|
3487
3487
|
parent: {
|
|
3488
3488
|
id: string;
|
|
3489
|
-
type: "team" | "
|
|
3489
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
3490
3490
|
data_source_id?: string | undefined;
|
|
3491
3491
|
};
|
|
3492
3492
|
updated_fields: ("filter" | "name" | "sorts" | "configuration")[];
|