@automate.ax/api-contract 0.56.0 → 0.56.1
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/permissions.d.ts +1 -0
- package/dist/permissions.js +1 -0
- package/package.json +2 -2
- package/src/permissions.ts +1 -0
package/dist/permissions.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ export declare const managementRolePermissions: {
|
|
|
31
31
|
};
|
|
32
32
|
readonly member: {
|
|
33
33
|
readonly ac: ["read"];
|
|
34
|
+
readonly account: ["read"];
|
|
34
35
|
readonly authorization: ["create", "read", "update"];
|
|
35
36
|
readonly deployment: ["create", "read", "cancel"];
|
|
36
37
|
readonly invitation: ["read"];
|
package/dist/permissions.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automate.ax/api-contract",
|
|
3
|
-
"version": "0.56.
|
|
3
|
+
"version": "0.56.1",
|
|
4
4
|
"description": "Public oRPC contract for the Automate.ax API.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@ai-sdk/gateway": "^4.0.46",
|
|
31
|
-
"@automate.ax/codec": "0.56.
|
|
31
|
+
"@automate.ax/codec": "0.56.1",
|
|
32
32
|
"@orpc/contract": "1.15.0",
|
|
33
33
|
"zod": "^4.3.6"
|
|
34
34
|
},
|