@agent-vm/gateway-control-contracts 0.0.116 → 0.0.117
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/index.d.ts +1 -1
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -884,8 +884,8 @@ declare const GatewayRuntimeApprovalArmDispatchResultSchema: z.ZodDiscriminatedU
|
|
|
884
884
|
declare const GatewayRuntimeApprovalDecisionCommandSchema: z.ZodObject<{
|
|
885
885
|
approvalId: z.ZodString;
|
|
886
886
|
decision: z.ZodEnum<{
|
|
887
|
-
deny: "deny";
|
|
888
887
|
approve: "approve";
|
|
888
|
+
deny: "deny";
|
|
889
889
|
}>;
|
|
890
890
|
}, z.core.$strict>;
|
|
891
891
|
declare const GatewayRuntimeApprovalRevokeCommandSchema: z.ZodObject<{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-vm/gateway-control-contracts",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.117",
|
|
4
4
|
"description": "Gateway control domain contracts for agent-vm Socket.IO sessions.",
|
|
5
5
|
"homepage": "https://github.com/ShravanSunder/agent-vm#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"zod": "^4.4.3",
|
|
33
|
-
"@agent-vm/agent-portal-sdk": "0.0.
|
|
34
|
-
"@agent-vm/config-contracts": "0.0.
|
|
35
|
-
"@agent-vm/control-protocol-contracts": "0.0.
|
|
33
|
+
"@agent-vm/agent-portal-sdk": "0.0.117",
|
|
34
|
+
"@agent-vm/config-contracts": "0.0.117",
|
|
35
|
+
"@agent-vm/control-protocol-contracts": "0.0.117"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"vitest": "^4.1.5"
|