@automate.ax/api-contract 0.22.2 → 0.23.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/deployment.d.ts +1 -0
- package/dist/deployment.js +1 -0
- package/dist/index.d.ts +2 -0
- package/package.json +2 -2
- package/src/deployment.ts +1 -0
package/dist/deployment.d.ts
CHANGED
|
@@ -21,6 +21,7 @@ export declare const deploymentContract: {
|
|
|
21
21
|
upsert: "upsert";
|
|
22
22
|
}>;
|
|
23
23
|
projectId: z.ZodString;
|
|
24
|
+
rebindAccounts: z.ZodDefault<z.ZodBoolean>;
|
|
24
25
|
}, z.core.$strip>, z.ZodObject<{
|
|
25
26
|
id: z.ZodString;
|
|
26
27
|
}, z.core.$strip>, Record<never, never>, Record<never, never>>;
|
package/dist/deployment.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -379,6 +379,7 @@ export declare const firstPartyContract: {
|
|
|
379
379
|
upsert: "upsert";
|
|
380
380
|
}>;
|
|
381
381
|
projectId: import("zod").ZodString;
|
|
382
|
+
rebindAccounts: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
382
383
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
383
384
|
id: import("zod").ZodString;
|
|
384
385
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
@@ -989,6 +990,7 @@ export declare const contract: {
|
|
|
989
990
|
upsert: "upsert";
|
|
990
991
|
}>;
|
|
991
992
|
projectId: import("zod").ZodString;
|
|
993
|
+
rebindAccounts: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
992
994
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
993
995
|
id: import("zod").ZodString;
|
|
994
996
|
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automate.ax/api-contract",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.23.0",
|
|
4
4
|
"description": "Public oRPC contract for the Automate.ax API.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@automate.ax/codec": "0.
|
|
29
|
+
"@automate.ax/codec": "0.23.0",
|
|
30
30
|
"@orpc/contract": "1.13.14",
|
|
31
31
|
"zod": "^4.3.6"
|
|
32
32
|
},
|