@automate.ax/api-contract 0.105.0 → 0.109.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 +87 -84
- package/dist/events/index.js +2 -0
- package/dist/events/notion.d.ts +84 -84
- package/dist/index.d.ts +87 -84
- package/package.json +3 -3
- package/src/events/cloudflare.ts +18 -0
- package/src/events/index.ts +2 -0
package/dist/events/index.d.ts
CHANGED
|
@@ -49,8 +49,8 @@ export declare const eventsContract: {
|
|
|
49
49
|
parent: import("zod").ZodObject<{
|
|
50
50
|
id: import("zod").ZodUUID;
|
|
51
51
|
type: import("zod").ZodEnum<{
|
|
52
|
-
block: "block";
|
|
53
52
|
page: "page";
|
|
53
|
+
block: "block";
|
|
54
54
|
database: "database";
|
|
55
55
|
}>;
|
|
56
56
|
}, import("zod/v4/core").$strip>;
|
|
@@ -95,8 +95,8 @@ export declare const eventsContract: {
|
|
|
95
95
|
parent: import("zod").ZodObject<{
|
|
96
96
|
id: import("zod").ZodUUID;
|
|
97
97
|
type: import("zod").ZodEnum<{
|
|
98
|
-
block: "block";
|
|
99
98
|
page: "page";
|
|
99
|
+
block: "block";
|
|
100
100
|
database: "database";
|
|
101
101
|
}>;
|
|
102
102
|
}, import("zod/v4/core").$strip>;
|
|
@@ -141,8 +141,8 @@ export declare const eventsContract: {
|
|
|
141
141
|
parent: import("zod").ZodObject<{
|
|
142
142
|
id: import("zod").ZodUUID;
|
|
143
143
|
type: import("zod").ZodEnum<{
|
|
144
|
-
block: "block";
|
|
145
144
|
page: "page";
|
|
145
|
+
block: "block";
|
|
146
146
|
database: "database";
|
|
147
147
|
}>;
|
|
148
148
|
}, import("zod/v4/core").$strip>;
|
|
@@ -188,18 +188,18 @@ export declare const eventsContract: {
|
|
|
188
188
|
id: import("zod").ZodUUID;
|
|
189
189
|
type: import("zod").ZodEnum<{
|
|
190
190
|
team: "team";
|
|
191
|
+
page: "page";
|
|
191
192
|
space: "space";
|
|
192
193
|
agent: "agent";
|
|
193
194
|
block: "block";
|
|
194
|
-
page: "page";
|
|
195
195
|
database: "database";
|
|
196
196
|
}>;
|
|
197
197
|
}, import("zod/v4/core").$strip>;
|
|
198
198
|
updated_blocks: import("zod").ZodArray<import("zod").ZodObject<{
|
|
199
199
|
id: import("zod").ZodUUID;
|
|
200
200
|
type: import("zod").ZodEnum<{
|
|
201
|
-
block: "block";
|
|
202
201
|
page: "page";
|
|
202
|
+
block: "block";
|
|
203
203
|
database: "database";
|
|
204
204
|
}>;
|
|
205
205
|
}, import("zod/v4/core").$strip>>;
|
|
@@ -249,10 +249,10 @@ export declare const eventsContract: {
|
|
|
249
249
|
id: import("zod").ZodUUID;
|
|
250
250
|
type: import("zod").ZodEnum<{
|
|
251
251
|
team: "team";
|
|
252
|
+
page: "page";
|
|
252
253
|
space: "space";
|
|
253
254
|
agent: "agent";
|
|
254
255
|
block: "block";
|
|
255
|
-
page: "page";
|
|
256
256
|
database: "database";
|
|
257
257
|
}>;
|
|
258
258
|
}, import("zod/v4/core").$strip>;
|
|
@@ -302,10 +302,10 @@ export declare const eventsContract: {
|
|
|
302
302
|
id: import("zod").ZodUUID;
|
|
303
303
|
type: import("zod").ZodEnum<{
|
|
304
304
|
team: "team";
|
|
305
|
+
page: "page";
|
|
305
306
|
space: "space";
|
|
306
307
|
agent: "agent";
|
|
307
308
|
block: "block";
|
|
308
|
-
page: "page";
|
|
309
309
|
database: "database";
|
|
310
310
|
}>;
|
|
311
311
|
}, import("zod/v4/core").$strip>;
|
|
@@ -355,10 +355,10 @@ export declare const eventsContract: {
|
|
|
355
355
|
id: import("zod").ZodUUID;
|
|
356
356
|
type: import("zod").ZodEnum<{
|
|
357
357
|
team: "team";
|
|
358
|
+
page: "page";
|
|
358
359
|
space: "space";
|
|
359
360
|
agent: "agent";
|
|
360
361
|
block: "block";
|
|
361
|
-
page: "page";
|
|
362
362
|
database: "database";
|
|
363
363
|
}>;
|
|
364
364
|
}, import("zod/v4/core").$strip>;
|
|
@@ -408,10 +408,10 @@ export declare const eventsContract: {
|
|
|
408
408
|
id: import("zod").ZodUUID;
|
|
409
409
|
type: import("zod").ZodEnum<{
|
|
410
410
|
team: "team";
|
|
411
|
+
page: "page";
|
|
411
412
|
space: "space";
|
|
412
413
|
agent: "agent";
|
|
413
414
|
block: "block";
|
|
414
|
-
page: "page";
|
|
415
415
|
database: "database";
|
|
416
416
|
}>;
|
|
417
417
|
}, import("zod/v4/core").$strip>;
|
|
@@ -470,10 +470,10 @@ export declare const eventsContract: {
|
|
|
470
470
|
id: import("zod").ZodUUID;
|
|
471
471
|
type: import("zod").ZodEnum<{
|
|
472
472
|
team: "team";
|
|
473
|
+
page: "page";
|
|
473
474
|
space: "space";
|
|
474
475
|
agent: "agent";
|
|
475
476
|
block: "block";
|
|
476
|
-
page: "page";
|
|
477
477
|
database: "database";
|
|
478
478
|
}>;
|
|
479
479
|
}, import("zod/v4/core").$strip>;
|
|
@@ -523,10 +523,10 @@ export declare const eventsContract: {
|
|
|
523
523
|
id: import("zod").ZodUUID;
|
|
524
524
|
type: import("zod").ZodEnum<{
|
|
525
525
|
team: "team";
|
|
526
|
+
page: "page";
|
|
526
527
|
space: "space";
|
|
527
528
|
agent: "agent";
|
|
528
529
|
block: "block";
|
|
529
|
-
page: "page";
|
|
530
530
|
database: "database";
|
|
531
531
|
}>;
|
|
532
532
|
}, import("zod/v4/core").$strip>;
|
|
@@ -576,10 +576,10 @@ export declare const eventsContract: {
|
|
|
576
576
|
id: import("zod").ZodUUID;
|
|
577
577
|
type: import("zod").ZodEnum<{
|
|
578
578
|
team: "team";
|
|
579
|
+
page: "page";
|
|
579
580
|
space: "space";
|
|
580
581
|
agent: "agent";
|
|
581
582
|
block: "block";
|
|
582
|
-
page: "page";
|
|
583
583
|
database: "database";
|
|
584
584
|
}>;
|
|
585
585
|
}, import("zod/v4/core").$strip>;
|
|
@@ -629,10 +629,10 @@ export declare const eventsContract: {
|
|
|
629
629
|
id: import("zod").ZodUUID;
|
|
630
630
|
type: import("zod").ZodEnum<{
|
|
631
631
|
team: "team";
|
|
632
|
+
page: "page";
|
|
632
633
|
space: "space";
|
|
633
634
|
agent: "agent";
|
|
634
635
|
block: "block";
|
|
635
|
-
page: "page";
|
|
636
636
|
database: "database";
|
|
637
637
|
}>;
|
|
638
638
|
}, import("zod/v4/core").$strip>;
|
|
@@ -682,10 +682,10 @@ export declare const eventsContract: {
|
|
|
682
682
|
id: import("zod").ZodUUID;
|
|
683
683
|
type: import("zod").ZodEnum<{
|
|
684
684
|
team: "team";
|
|
685
|
+
page: "page";
|
|
685
686
|
space: "space";
|
|
686
687
|
agent: "agent";
|
|
687
688
|
block: "block";
|
|
688
|
-
page: "page";
|
|
689
689
|
database: "database";
|
|
690
690
|
}>;
|
|
691
691
|
}, import("zod/v4/core").$strip>;
|
|
@@ -897,18 +897,18 @@ export declare const eventsContract: {
|
|
|
897
897
|
id: import("zod").ZodUUID;
|
|
898
898
|
type: import("zod").ZodEnum<{
|
|
899
899
|
team: "team";
|
|
900
|
+
page: "page";
|
|
900
901
|
space: "space";
|
|
901
902
|
agent: "agent";
|
|
902
903
|
block: "block";
|
|
903
|
-
page: "page";
|
|
904
904
|
database: "database";
|
|
905
905
|
}>;
|
|
906
906
|
}, import("zod/v4/core").$strip>;
|
|
907
907
|
updated_blocks: import("zod").ZodArray<import("zod").ZodObject<{
|
|
908
908
|
id: import("zod").ZodUUID;
|
|
909
909
|
type: import("zod").ZodEnum<{
|
|
910
|
-
block: "block";
|
|
911
910
|
page: "page";
|
|
911
|
+
block: "block";
|
|
912
912
|
database: "database";
|
|
913
913
|
}>;
|
|
914
914
|
}, import("zod/v4/core").$strip>>;
|
|
@@ -954,10 +954,10 @@ export declare const eventsContract: {
|
|
|
954
954
|
id: import("zod").ZodUUID;
|
|
955
955
|
type: import("zod").ZodEnum<{
|
|
956
956
|
team: "team";
|
|
957
|
+
page: "page";
|
|
957
958
|
space: "space";
|
|
958
959
|
agent: "agent";
|
|
959
960
|
block: "block";
|
|
960
|
-
page: "page";
|
|
961
961
|
database: "database";
|
|
962
962
|
}>;
|
|
963
963
|
}, import("zod/v4/core").$strip>;
|
|
@@ -1003,10 +1003,10 @@ export declare const eventsContract: {
|
|
|
1003
1003
|
id: import("zod").ZodUUID;
|
|
1004
1004
|
type: import("zod").ZodEnum<{
|
|
1005
1005
|
team: "team";
|
|
1006
|
+
page: "page";
|
|
1006
1007
|
space: "space";
|
|
1007
1008
|
agent: "agent";
|
|
1008
1009
|
block: "block";
|
|
1009
|
-
page: "page";
|
|
1010
1010
|
database: "database";
|
|
1011
1011
|
}>;
|
|
1012
1012
|
}, import("zod/v4/core").$strip>;
|
|
@@ -1052,10 +1052,10 @@ export declare const eventsContract: {
|
|
|
1052
1052
|
id: import("zod").ZodUUID;
|
|
1053
1053
|
type: import("zod").ZodEnum<{
|
|
1054
1054
|
team: "team";
|
|
1055
|
+
page: "page";
|
|
1055
1056
|
space: "space";
|
|
1056
1057
|
agent: "agent";
|
|
1057
1058
|
block: "block";
|
|
1058
|
-
page: "page";
|
|
1059
1059
|
database: "database";
|
|
1060
1060
|
}>;
|
|
1061
1061
|
}, import("zod/v4/core").$strip>;
|
|
@@ -1101,10 +1101,10 @@ export declare const eventsContract: {
|
|
|
1101
1101
|
id: import("zod").ZodUUID;
|
|
1102
1102
|
type: import("zod").ZodEnum<{
|
|
1103
1103
|
team: "team";
|
|
1104
|
+
page: "page";
|
|
1104
1105
|
space: "space";
|
|
1105
1106
|
agent: "agent";
|
|
1106
1107
|
block: "block";
|
|
1107
|
-
page: "page";
|
|
1108
1108
|
database: "database";
|
|
1109
1109
|
}>;
|
|
1110
1110
|
}, import("zod/v4/core").$strip>;
|
|
@@ -1150,10 +1150,10 @@ export declare const eventsContract: {
|
|
|
1150
1150
|
id: import("zod").ZodUUID;
|
|
1151
1151
|
type: import("zod").ZodEnum<{
|
|
1152
1152
|
team: "team";
|
|
1153
|
+
page: "page";
|
|
1153
1154
|
space: "space";
|
|
1154
1155
|
agent: "agent";
|
|
1155
1156
|
block: "block";
|
|
1156
|
-
page: "page";
|
|
1157
1157
|
database: "database";
|
|
1158
1158
|
}>;
|
|
1159
1159
|
}, import("zod/v4/core").$strip>;
|
|
@@ -1198,8 +1198,8 @@ export declare const eventsContract: {
|
|
|
1198
1198
|
target: import("zod").ZodObject<{
|
|
1199
1199
|
id: import("zod").ZodUUID;
|
|
1200
1200
|
type: import("zod").ZodEnum<{
|
|
1201
|
-
block: "block";
|
|
1202
1201
|
page: "page";
|
|
1202
|
+
block: "block";
|
|
1203
1203
|
database: "database";
|
|
1204
1204
|
}>;
|
|
1205
1205
|
}, import("zod/v4/core").$strip>;
|
|
@@ -1246,10 +1246,10 @@ export declare const eventsContract: {
|
|
|
1246
1246
|
id: import("zod").ZodUUID;
|
|
1247
1247
|
type: import("zod").ZodEnum<{
|
|
1248
1248
|
team: "team";
|
|
1249
|
+
page: "page";
|
|
1249
1250
|
space: "space";
|
|
1250
1251
|
agent: "agent";
|
|
1251
1252
|
block: "block";
|
|
1252
|
-
page: "page";
|
|
1253
1253
|
database: "database";
|
|
1254
1254
|
}>;
|
|
1255
1255
|
}, import("zod/v4/core").$strip>;
|
|
@@ -1295,10 +1295,10 @@ export declare const eventsContract: {
|
|
|
1295
1295
|
id: import("zod").ZodUUID;
|
|
1296
1296
|
type: import("zod").ZodEnum<{
|
|
1297
1297
|
team: "team";
|
|
1298
|
+
page: "page";
|
|
1298
1299
|
space: "space";
|
|
1299
1300
|
agent: "agent";
|
|
1300
1301
|
block: "block";
|
|
1301
|
-
page: "page";
|
|
1302
1302
|
database: "database";
|
|
1303
1303
|
}>;
|
|
1304
1304
|
}, import("zod/v4/core").$strip>;
|
|
@@ -1344,10 +1344,10 @@ export declare const eventsContract: {
|
|
|
1344
1344
|
id: import("zod").ZodUUID;
|
|
1345
1345
|
type: import("zod").ZodEnum<{
|
|
1346
1346
|
team: "team";
|
|
1347
|
+
page: "page";
|
|
1347
1348
|
space: "space";
|
|
1348
1349
|
agent: "agent";
|
|
1349
1350
|
block: "block";
|
|
1350
|
-
page: "page";
|
|
1351
1351
|
database: "database";
|
|
1352
1352
|
}>;
|
|
1353
1353
|
}, import("zod/v4/core").$strip>;
|
|
@@ -1394,10 +1394,10 @@ export declare const eventsContract: {
|
|
|
1394
1394
|
id: import("zod").ZodUUID;
|
|
1395
1395
|
type: import("zod").ZodEnum<{
|
|
1396
1396
|
team: "team";
|
|
1397
|
+
page: "page";
|
|
1397
1398
|
space: "space";
|
|
1398
1399
|
agent: "agent";
|
|
1399
1400
|
block: "block";
|
|
1400
|
-
page: "page";
|
|
1401
1401
|
database: "database";
|
|
1402
1402
|
}>;
|
|
1403
1403
|
}, import("zod/v4/core").$strip>;
|
|
@@ -1443,16 +1443,16 @@ export declare const eventsContract: {
|
|
|
1443
1443
|
id: import("zod").ZodUUID;
|
|
1444
1444
|
type: import("zod").ZodEnum<{
|
|
1445
1445
|
team: "team";
|
|
1446
|
+
page: "page";
|
|
1446
1447
|
space: "space";
|
|
1447
1448
|
agent: "agent";
|
|
1448
1449
|
block: "block";
|
|
1449
|
-
page: "page";
|
|
1450
1450
|
database: "database";
|
|
1451
1451
|
}>;
|
|
1452
1452
|
}, import("zod/v4/core").$strip>;
|
|
1453
1453
|
updated_fields: import("zod").ZodArray<import("zod").ZodEnum<{
|
|
1454
|
-
filter: "filter";
|
|
1455
1454
|
name: "name";
|
|
1455
|
+
filter: "filter";
|
|
1456
1456
|
sorts: "sorts";
|
|
1457
1457
|
configuration: "configuration";
|
|
1458
1458
|
}>>;
|
|
@@ -1498,7 +1498,7 @@ export declare const eventsContract: {
|
|
|
1498
1498
|
data: {
|
|
1499
1499
|
parent: {
|
|
1500
1500
|
id: string;
|
|
1501
|
-
type: "
|
|
1501
|
+
type: "page" | "block" | "database";
|
|
1502
1502
|
};
|
|
1503
1503
|
pageId: string;
|
|
1504
1504
|
};
|
|
@@ -1530,7 +1530,7 @@ export declare const eventsContract: {
|
|
|
1530
1530
|
data: {
|
|
1531
1531
|
parent: {
|
|
1532
1532
|
id: string;
|
|
1533
|
-
type: "
|
|
1533
|
+
type: "page" | "block" | "database";
|
|
1534
1534
|
};
|
|
1535
1535
|
pageId: string;
|
|
1536
1536
|
};
|
|
@@ -1562,7 +1562,7 @@ export declare const eventsContract: {
|
|
|
1562
1562
|
data: {
|
|
1563
1563
|
parent: {
|
|
1564
1564
|
id: string;
|
|
1565
|
-
type: "
|
|
1565
|
+
type: "page" | "block" | "database";
|
|
1566
1566
|
};
|
|
1567
1567
|
pageId: string;
|
|
1568
1568
|
};
|
|
@@ -1594,12 +1594,12 @@ export declare const eventsContract: {
|
|
|
1594
1594
|
data: {
|
|
1595
1595
|
parent: {
|
|
1596
1596
|
id: string;
|
|
1597
|
-
type: "team" | "
|
|
1597
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
1598
1598
|
dataSourceId?: string | undefined;
|
|
1599
1599
|
};
|
|
1600
1600
|
updatedBlocks: {
|
|
1601
1601
|
id: string;
|
|
1602
|
-
type: "
|
|
1602
|
+
type: "page" | "block" | "database";
|
|
1603
1603
|
}[];
|
|
1604
1604
|
};
|
|
1605
1605
|
workspaceId: string;
|
|
@@ -1630,7 +1630,7 @@ export declare const eventsContract: {
|
|
|
1630
1630
|
data: {
|
|
1631
1631
|
parent: {
|
|
1632
1632
|
id: string;
|
|
1633
|
-
type: "team" | "
|
|
1633
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
1634
1634
|
dataSourceId?: string | undefined;
|
|
1635
1635
|
};
|
|
1636
1636
|
};
|
|
@@ -1662,7 +1662,7 @@ export declare const eventsContract: {
|
|
|
1662
1662
|
data: {
|
|
1663
1663
|
parent: {
|
|
1664
1664
|
id: string;
|
|
1665
|
-
type: "team" | "
|
|
1665
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
1666
1666
|
dataSourceId?: string | undefined;
|
|
1667
1667
|
};
|
|
1668
1668
|
};
|
|
@@ -1694,7 +1694,7 @@ export declare const eventsContract: {
|
|
|
1694
1694
|
data: {
|
|
1695
1695
|
parent: {
|
|
1696
1696
|
id: string;
|
|
1697
|
-
type: "team" | "
|
|
1697
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
1698
1698
|
dataSourceId?: string | undefined;
|
|
1699
1699
|
};
|
|
1700
1700
|
};
|
|
@@ -1726,7 +1726,7 @@ export declare const eventsContract: {
|
|
|
1726
1726
|
data: {
|
|
1727
1727
|
parent: {
|
|
1728
1728
|
id: string;
|
|
1729
|
-
type: "team" | "
|
|
1729
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
1730
1730
|
dataSourceId?: string | undefined;
|
|
1731
1731
|
};
|
|
1732
1732
|
updatedProperties?: {
|
|
@@ -1763,7 +1763,7 @@ export declare const eventsContract: {
|
|
|
1763
1763
|
data: {
|
|
1764
1764
|
parent: {
|
|
1765
1765
|
id: string;
|
|
1766
|
-
type: "team" | "
|
|
1766
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
1767
1767
|
dataSourceId?: string | undefined;
|
|
1768
1768
|
};
|
|
1769
1769
|
};
|
|
@@ -1795,7 +1795,7 @@ export declare const eventsContract: {
|
|
|
1795
1795
|
data: {
|
|
1796
1796
|
parent: {
|
|
1797
1797
|
id: string;
|
|
1798
|
-
type: "team" | "
|
|
1798
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
1799
1799
|
dataSourceId?: string | undefined;
|
|
1800
1800
|
};
|
|
1801
1801
|
};
|
|
@@ -1827,7 +1827,7 @@ export declare const eventsContract: {
|
|
|
1827
1827
|
data: {
|
|
1828
1828
|
parent: {
|
|
1829
1829
|
id: string;
|
|
1830
|
-
type: "team" | "
|
|
1830
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
1831
1831
|
dataSourceId?: string | undefined;
|
|
1832
1832
|
};
|
|
1833
1833
|
};
|
|
@@ -1859,7 +1859,7 @@ export declare const eventsContract: {
|
|
|
1859
1859
|
data: {
|
|
1860
1860
|
parent: {
|
|
1861
1861
|
id: string;
|
|
1862
|
-
type: "team" | "
|
|
1862
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
1863
1863
|
dataSourceId?: string | undefined;
|
|
1864
1864
|
};
|
|
1865
1865
|
};
|
|
@@ -1891,7 +1891,7 @@ export declare const eventsContract: {
|
|
|
1891
1891
|
data: {
|
|
1892
1892
|
parent: {
|
|
1893
1893
|
id: string;
|
|
1894
|
-
type: "team" | "
|
|
1894
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
1895
1895
|
dataSourceId?: string | undefined;
|
|
1896
1896
|
};
|
|
1897
1897
|
};
|
|
@@ -2042,12 +2042,12 @@ export declare const eventsContract: {
|
|
|
2042
2042
|
data: {
|
|
2043
2043
|
parent: {
|
|
2044
2044
|
id: string;
|
|
2045
|
-
type: "team" | "
|
|
2045
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2046
2046
|
dataSourceId?: string | undefined;
|
|
2047
2047
|
};
|
|
2048
2048
|
updatedBlocks: {
|
|
2049
2049
|
id: string;
|
|
2050
|
-
type: "
|
|
2050
|
+
type: "page" | "block" | "database";
|
|
2051
2051
|
}[];
|
|
2052
2052
|
};
|
|
2053
2053
|
workspaceId: string;
|
|
@@ -2078,7 +2078,7 @@ export declare const eventsContract: {
|
|
|
2078
2078
|
data: {
|
|
2079
2079
|
parent: {
|
|
2080
2080
|
id: string;
|
|
2081
|
-
type: "team" | "
|
|
2081
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2082
2082
|
dataSourceId?: string | undefined;
|
|
2083
2083
|
};
|
|
2084
2084
|
};
|
|
@@ -2110,7 +2110,7 @@ export declare const eventsContract: {
|
|
|
2110
2110
|
data: {
|
|
2111
2111
|
parent: {
|
|
2112
2112
|
id: string;
|
|
2113
|
-
type: "team" | "
|
|
2113
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2114
2114
|
dataSourceId?: string | undefined;
|
|
2115
2115
|
};
|
|
2116
2116
|
};
|
|
@@ -2142,7 +2142,7 @@ export declare const eventsContract: {
|
|
|
2142
2142
|
data: {
|
|
2143
2143
|
parent: {
|
|
2144
2144
|
id: string;
|
|
2145
|
-
type: "team" | "
|
|
2145
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2146
2146
|
dataSourceId?: string | undefined;
|
|
2147
2147
|
};
|
|
2148
2148
|
};
|
|
@@ -2174,7 +2174,7 @@ export declare const eventsContract: {
|
|
|
2174
2174
|
data: {
|
|
2175
2175
|
parent: {
|
|
2176
2176
|
id: string;
|
|
2177
|
-
type: "team" | "
|
|
2177
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2178
2178
|
dataSourceId?: string | undefined;
|
|
2179
2179
|
};
|
|
2180
2180
|
};
|
|
@@ -2206,7 +2206,7 @@ export declare const eventsContract: {
|
|
|
2206
2206
|
data: {
|
|
2207
2207
|
parent: {
|
|
2208
2208
|
id: string;
|
|
2209
|
-
type: "team" | "
|
|
2209
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2210
2210
|
dataSourceId?: string | undefined;
|
|
2211
2211
|
};
|
|
2212
2212
|
updatedProperties: string[];
|
|
@@ -2239,7 +2239,7 @@ export declare const eventsContract: {
|
|
|
2239
2239
|
data: {
|
|
2240
2240
|
target: {
|
|
2241
2241
|
id: string;
|
|
2242
|
-
type: "
|
|
2242
|
+
type: "page" | "block" | "database";
|
|
2243
2243
|
};
|
|
2244
2244
|
transcriptId: string | null;
|
|
2245
2245
|
};
|
|
@@ -2271,7 +2271,7 @@ export declare const eventsContract: {
|
|
|
2271
2271
|
data: {
|
|
2272
2272
|
parent: {
|
|
2273
2273
|
id: string;
|
|
2274
|
-
type: "team" | "
|
|
2274
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2275
2275
|
dataSourceId?: string | undefined;
|
|
2276
2276
|
};
|
|
2277
2277
|
};
|
|
@@ -2303,7 +2303,7 @@ export declare const eventsContract: {
|
|
|
2303
2303
|
data: {
|
|
2304
2304
|
parent: {
|
|
2305
2305
|
id: string;
|
|
2306
|
-
type: "team" | "
|
|
2306
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2307
2307
|
dataSourceId?: string | undefined;
|
|
2308
2308
|
};
|
|
2309
2309
|
};
|
|
@@ -2335,7 +2335,7 @@ export declare const eventsContract: {
|
|
|
2335
2335
|
data: {
|
|
2336
2336
|
parent: {
|
|
2337
2337
|
id: string;
|
|
2338
|
-
type: "team" | "
|
|
2338
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2339
2339
|
dataSourceId?: string | undefined;
|
|
2340
2340
|
};
|
|
2341
2341
|
viewType: string;
|
|
@@ -2368,7 +2368,7 @@ export declare const eventsContract: {
|
|
|
2368
2368
|
data: {
|
|
2369
2369
|
parent: {
|
|
2370
2370
|
id: string;
|
|
2371
|
-
type: "team" | "
|
|
2371
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2372
2372
|
dataSourceId?: string | undefined;
|
|
2373
2373
|
};
|
|
2374
2374
|
};
|
|
@@ -2400,10 +2400,10 @@ export declare const eventsContract: {
|
|
|
2400
2400
|
data: {
|
|
2401
2401
|
parent: {
|
|
2402
2402
|
id: string;
|
|
2403
|
-
type: "team" | "
|
|
2403
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2404
2404
|
dataSourceId?: string | undefined;
|
|
2405
2405
|
};
|
|
2406
|
-
updatedFields: ("
|
|
2406
|
+
updatedFields: ("name" | "filter" | "sorts" | "configuration")[];
|
|
2407
2407
|
};
|
|
2408
2408
|
workspaceId: string;
|
|
2409
2409
|
workspaceName: string;
|
|
@@ -2432,7 +2432,7 @@ export declare const eventsContract: {
|
|
|
2432
2432
|
page_id: string;
|
|
2433
2433
|
parent: {
|
|
2434
2434
|
id: string;
|
|
2435
|
-
type: "
|
|
2435
|
+
type: "page" | "block" | "database";
|
|
2436
2436
|
};
|
|
2437
2437
|
};
|
|
2438
2438
|
entity: {
|
|
@@ -2471,7 +2471,7 @@ export declare const eventsContract: {
|
|
|
2471
2471
|
page_id: string;
|
|
2472
2472
|
parent: {
|
|
2473
2473
|
id: string;
|
|
2474
|
-
type: "
|
|
2474
|
+
type: "page" | "block" | "database";
|
|
2475
2475
|
};
|
|
2476
2476
|
};
|
|
2477
2477
|
entity: {
|
|
@@ -2510,7 +2510,7 @@ export declare const eventsContract: {
|
|
|
2510
2510
|
page_id: string;
|
|
2511
2511
|
parent: {
|
|
2512
2512
|
id: string;
|
|
2513
|
-
type: "
|
|
2513
|
+
type: "page" | "block" | "database";
|
|
2514
2514
|
};
|
|
2515
2515
|
};
|
|
2516
2516
|
entity: {
|
|
@@ -2548,12 +2548,12 @@ export declare const eventsContract: {
|
|
|
2548
2548
|
data: {
|
|
2549
2549
|
parent: {
|
|
2550
2550
|
id: string;
|
|
2551
|
-
type: "team" | "
|
|
2551
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2552
2552
|
data_source_id?: string | undefined;
|
|
2553
2553
|
};
|
|
2554
2554
|
updated_blocks: {
|
|
2555
2555
|
id: string;
|
|
2556
|
-
type: "
|
|
2556
|
+
type: "page" | "block" | "database";
|
|
2557
2557
|
}[];
|
|
2558
2558
|
};
|
|
2559
2559
|
entity: {
|
|
@@ -2591,7 +2591,7 @@ export declare const eventsContract: {
|
|
|
2591
2591
|
data: {
|
|
2592
2592
|
parent: {
|
|
2593
2593
|
id: string;
|
|
2594
|
-
type: "team" | "
|
|
2594
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2595
2595
|
data_source_id?: string | undefined;
|
|
2596
2596
|
};
|
|
2597
2597
|
};
|
|
@@ -2630,7 +2630,7 @@ export declare const eventsContract: {
|
|
|
2630
2630
|
data: {
|
|
2631
2631
|
parent: {
|
|
2632
2632
|
id: string;
|
|
2633
|
-
type: "team" | "
|
|
2633
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2634
2634
|
data_source_id?: string | undefined;
|
|
2635
2635
|
};
|
|
2636
2636
|
};
|
|
@@ -2669,7 +2669,7 @@ export declare const eventsContract: {
|
|
|
2669
2669
|
data: {
|
|
2670
2670
|
parent: {
|
|
2671
2671
|
id: string;
|
|
2672
|
-
type: "team" | "
|
|
2672
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2673
2673
|
data_source_id?: string | undefined;
|
|
2674
2674
|
};
|
|
2675
2675
|
};
|
|
@@ -2708,7 +2708,7 @@ export declare const eventsContract: {
|
|
|
2708
2708
|
data: {
|
|
2709
2709
|
parent: {
|
|
2710
2710
|
id: string;
|
|
2711
|
-
type: "team" | "
|
|
2711
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2712
2712
|
data_source_id?: string | undefined;
|
|
2713
2713
|
};
|
|
2714
2714
|
updated_properties?: {
|
|
@@ -2752,7 +2752,7 @@ export declare const eventsContract: {
|
|
|
2752
2752
|
data: {
|
|
2753
2753
|
parent: {
|
|
2754
2754
|
id: string;
|
|
2755
|
-
type: "team" | "
|
|
2755
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2756
2756
|
data_source_id?: string | undefined;
|
|
2757
2757
|
};
|
|
2758
2758
|
};
|
|
@@ -2791,7 +2791,7 @@ export declare const eventsContract: {
|
|
|
2791
2791
|
data: {
|
|
2792
2792
|
parent: {
|
|
2793
2793
|
id: string;
|
|
2794
|
-
type: "team" | "
|
|
2794
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2795
2795
|
data_source_id?: string | undefined;
|
|
2796
2796
|
};
|
|
2797
2797
|
};
|
|
@@ -2830,7 +2830,7 @@ export declare const eventsContract: {
|
|
|
2830
2830
|
data: {
|
|
2831
2831
|
parent: {
|
|
2832
2832
|
id: string;
|
|
2833
|
-
type: "team" | "
|
|
2833
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2834
2834
|
data_source_id?: string | undefined;
|
|
2835
2835
|
};
|
|
2836
2836
|
};
|
|
@@ -2869,7 +2869,7 @@ export declare const eventsContract: {
|
|
|
2869
2869
|
data: {
|
|
2870
2870
|
parent: {
|
|
2871
2871
|
id: string;
|
|
2872
|
-
type: "team" | "
|
|
2872
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2873
2873
|
data_source_id?: string | undefined;
|
|
2874
2874
|
};
|
|
2875
2875
|
};
|
|
@@ -2908,7 +2908,7 @@ export declare const eventsContract: {
|
|
|
2908
2908
|
data: {
|
|
2909
2909
|
parent: {
|
|
2910
2910
|
id: string;
|
|
2911
|
-
type: "team" | "
|
|
2911
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2912
2912
|
data_source_id?: string | undefined;
|
|
2913
2913
|
};
|
|
2914
2914
|
};
|
|
@@ -3092,12 +3092,12 @@ export declare const eventsContract: {
|
|
|
3092
3092
|
data: {
|
|
3093
3093
|
parent: {
|
|
3094
3094
|
id: string;
|
|
3095
|
-
type: "team" | "
|
|
3095
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
3096
3096
|
data_source_id?: string | undefined;
|
|
3097
3097
|
};
|
|
3098
3098
|
updated_blocks: {
|
|
3099
3099
|
id: string;
|
|
3100
|
-
type: "
|
|
3100
|
+
type: "page" | "block" | "database";
|
|
3101
3101
|
}[];
|
|
3102
3102
|
};
|
|
3103
3103
|
entity: {
|
|
@@ -3135,7 +3135,7 @@ export declare const eventsContract: {
|
|
|
3135
3135
|
data: {
|
|
3136
3136
|
parent: {
|
|
3137
3137
|
id: string;
|
|
3138
|
-
type: "team" | "
|
|
3138
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
3139
3139
|
data_source_id?: string | undefined;
|
|
3140
3140
|
};
|
|
3141
3141
|
};
|
|
@@ -3174,7 +3174,7 @@ export declare const eventsContract: {
|
|
|
3174
3174
|
data: {
|
|
3175
3175
|
parent: {
|
|
3176
3176
|
id: string;
|
|
3177
|
-
type: "team" | "
|
|
3177
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
3178
3178
|
data_source_id?: string | undefined;
|
|
3179
3179
|
};
|
|
3180
3180
|
};
|
|
@@ -3213,7 +3213,7 @@ export declare const eventsContract: {
|
|
|
3213
3213
|
data: {
|
|
3214
3214
|
parent: {
|
|
3215
3215
|
id: string;
|
|
3216
|
-
type: "team" | "
|
|
3216
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
3217
3217
|
data_source_id?: string | undefined;
|
|
3218
3218
|
};
|
|
3219
3219
|
};
|
|
@@ -3252,7 +3252,7 @@ export declare const eventsContract: {
|
|
|
3252
3252
|
data: {
|
|
3253
3253
|
parent: {
|
|
3254
3254
|
id: string;
|
|
3255
|
-
type: "team" | "
|
|
3255
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
3256
3256
|
data_source_id?: string | undefined;
|
|
3257
3257
|
};
|
|
3258
3258
|
};
|
|
@@ -3291,7 +3291,7 @@ export declare const eventsContract: {
|
|
|
3291
3291
|
data: {
|
|
3292
3292
|
parent: {
|
|
3293
3293
|
id: string;
|
|
3294
|
-
type: "team" | "
|
|
3294
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
3295
3295
|
data_source_id?: string | undefined;
|
|
3296
3296
|
};
|
|
3297
3297
|
updated_properties: string[];
|
|
@@ -3331,7 +3331,7 @@ export declare const eventsContract: {
|
|
|
3331
3331
|
data: {
|
|
3332
3332
|
target: {
|
|
3333
3333
|
id: string;
|
|
3334
|
-
type: "
|
|
3334
|
+
type: "page" | "block" | "database";
|
|
3335
3335
|
};
|
|
3336
3336
|
transcript_id: string | null;
|
|
3337
3337
|
};
|
|
@@ -3370,7 +3370,7 @@ export declare const eventsContract: {
|
|
|
3370
3370
|
data: {
|
|
3371
3371
|
parent: {
|
|
3372
3372
|
id: string;
|
|
3373
|
-
type: "team" | "
|
|
3373
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
3374
3374
|
data_source_id?: string | undefined;
|
|
3375
3375
|
};
|
|
3376
3376
|
};
|
|
@@ -3409,7 +3409,7 @@ export declare const eventsContract: {
|
|
|
3409
3409
|
data: {
|
|
3410
3410
|
parent: {
|
|
3411
3411
|
id: string;
|
|
3412
|
-
type: "team" | "
|
|
3412
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
3413
3413
|
data_source_id?: string | undefined;
|
|
3414
3414
|
};
|
|
3415
3415
|
};
|
|
@@ -3448,7 +3448,7 @@ export declare const eventsContract: {
|
|
|
3448
3448
|
data: {
|
|
3449
3449
|
parent: {
|
|
3450
3450
|
id: string;
|
|
3451
|
-
type: "team" | "
|
|
3451
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
3452
3452
|
data_source_id?: string | undefined;
|
|
3453
3453
|
};
|
|
3454
3454
|
view_type: string;
|
|
@@ -3488,7 +3488,7 @@ export declare const eventsContract: {
|
|
|
3488
3488
|
data: {
|
|
3489
3489
|
parent: {
|
|
3490
3490
|
id: string;
|
|
3491
|
-
type: "team" | "
|
|
3491
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
3492
3492
|
data_source_id?: string | undefined;
|
|
3493
3493
|
};
|
|
3494
3494
|
};
|
|
@@ -3527,10 +3527,10 @@ export declare const eventsContract: {
|
|
|
3527
3527
|
data: {
|
|
3528
3528
|
parent: {
|
|
3529
3529
|
id: string;
|
|
3530
|
-
type: "team" | "
|
|
3530
|
+
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
3531
3531
|
data_source_id?: string | undefined;
|
|
3532
3532
|
};
|
|
3533
|
-
updated_fields: ("
|
|
3533
|
+
updated_fields: ("name" | "filter" | "sorts" | "configuration")[];
|
|
3534
3534
|
};
|
|
3535
3535
|
entity: {
|
|
3536
3536
|
id: string;
|
|
@@ -3630,6 +3630,9 @@ export declare const eventsContract: {
|
|
|
3630
3630
|
subscription: import("zod").ZodLiteral<"projects/opkitty/subscriptions/automate-ax-google-forms-push">;
|
|
3631
3631
|
}, import("zod/v4/core").$strip>, import("zod").ZodVoid, Record<never, never>, Record<never, never>>;
|
|
3632
3632
|
googleCalendarPush: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodVoid, import("zod").ZodVoid, Record<never, never>, Record<never, never>>;
|
|
3633
|
+
cloudflareEvent: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
3634
|
+
sourceId: import("zod").ZodString;
|
|
3635
|
+
}, import("zod/v4/core").$loose>, import("zod").ZodVoid, Record<never, never>, Record<never, never>>;
|
|
3633
3636
|
closeEvent: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
3634
3637
|
sourceId: import("zod").ZodString;
|
|
3635
3638
|
}, import("zod/v4/core").$loose>, import("zod").ZodVoid, Record<never, never>, Record<never, never>>;
|