@agent-vm/gateway-control-contracts 0.0.121 → 0.0.123

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. 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.121",
3
+ "version": "0.0.123",
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/config-contracts": "0.0.121",
34
- "@agent-vm/control-protocol-contracts": "0.0.121",
35
- "@agent-vm/agent-portal-sdk": "0.0.121"
33
+ "@agent-vm/agent-portal-sdk": "0.0.123",
34
+ "@agent-vm/config-contracts": "0.0.123",
35
+ "@agent-vm/control-protocol-contracts": "0.0.123"
36
36
  },
37
37
  "devDependencies": {
38
38
  "vitest": "^4.1.5"