@automate.ax/api-contract 0.107.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/index.d.ts +3 -3
- package/dist/events/notion.d.ts +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +3 -3
package/dist/events/index.d.ts
CHANGED
|
@@ -1451,8 +1451,8 @@ export declare const eventsContract: {
|
|
|
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
|
}>>;
|
|
@@ -2403,7 +2403,7 @@ export declare const eventsContract: {
|
|
|
2403
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;
|
|
@@ -3530,7 +3530,7 @@ export declare const eventsContract: {
|
|
|
3530
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;
|
package/dist/events/notion.d.ts
CHANGED
|
@@ -1410,8 +1410,8 @@ export declare const notionEventsContract: {
|
|
|
1410
1410
|
}>;
|
|
1411
1411
|
}, z.core.$strip>;
|
|
1412
1412
|
updated_fields: z.ZodArray<z.ZodEnum<{
|
|
1413
|
-
filter: "filter";
|
|
1414
1413
|
name: "name";
|
|
1414
|
+
filter: "filter";
|
|
1415
1415
|
sorts: "sorts";
|
|
1416
1416
|
configuration: "configuration";
|
|
1417
1417
|
}>>;
|
|
@@ -2362,7 +2362,7 @@ export declare const notionEventsContract: {
|
|
|
2362
2362
|
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
2363
2363
|
dataSourceId?: string | undefined;
|
|
2364
2364
|
};
|
|
2365
|
-
updatedFields: ("
|
|
2365
|
+
updatedFields: ("name" | "filter" | "sorts" | "configuration")[];
|
|
2366
2366
|
};
|
|
2367
2367
|
workspaceId: string;
|
|
2368
2368
|
workspaceName: string;
|
|
@@ -3489,7 +3489,7 @@ export declare const notionEventsContract: {
|
|
|
3489
3489
|
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
3490
3490
|
data_source_id?: string | undefined;
|
|
3491
3491
|
};
|
|
3492
|
-
updated_fields: ("
|
|
3492
|
+
updated_fields: ("name" | "filter" | "sorts" | "configuration")[];
|
|
3493
3493
|
};
|
|
3494
3494
|
entity: {
|
|
3495
3495
|
id: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -3717,8 +3717,8 @@ export declare const contract: {
|
|
|
3717
3717
|
}>;
|
|
3718
3718
|
}, import("zod/v4/core").$strip>;
|
|
3719
3719
|
updated_fields: import("zod").ZodArray<import("zod").ZodEnum<{
|
|
3720
|
-
filter: "filter";
|
|
3721
3720
|
name: "name";
|
|
3721
|
+
filter: "filter";
|
|
3722
3722
|
sorts: "sorts";
|
|
3723
3723
|
configuration: "configuration";
|
|
3724
3724
|
}>>;
|
|
@@ -4669,7 +4669,7 @@ export declare const contract: {
|
|
|
4669
4669
|
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
4670
4670
|
dataSourceId?: string | undefined;
|
|
4671
4671
|
};
|
|
4672
|
-
updatedFields: ("
|
|
4672
|
+
updatedFields: ("name" | "filter" | "sorts" | "configuration")[];
|
|
4673
4673
|
};
|
|
4674
4674
|
workspaceId: string;
|
|
4675
4675
|
workspaceName: string;
|
|
@@ -5796,7 +5796,7 @@ export declare const contract: {
|
|
|
5796
5796
|
type: "team" | "page" | "space" | "agent" | "block" | "database";
|
|
5797
5797
|
data_source_id?: string | undefined;
|
|
5798
5798
|
};
|
|
5799
|
-
updated_fields: ("
|
|
5799
|
+
updated_fields: ("name" | "filter" | "sorts" | "configuration")[];
|
|
5800
5800
|
};
|
|
5801
5801
|
entity: {
|
|
5802
5802
|
id: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automate.ax/api-contract",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.109.0",
|
|
4
4
|
"description": "Public oRPC contract for the Automate.ax API.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@ai-sdk/gateway": "4.0.46",
|
|
34
|
-
"@automate.ax/codec": "0.
|
|
35
|
-
"@automate.ax/integration-contracts": "0.
|
|
34
|
+
"@automate.ax/codec": "0.109.0",
|
|
35
|
+
"@automate.ax/integration-contracts": "0.109.0",
|
|
36
36
|
"@orpc/contract": "1.15.0",
|
|
37
37
|
"fast-json-stable-stringify": "^2.1.0",
|
|
38
38
|
"zod": "^4.3.6"
|