@clawos-dev/clawd 0.2.251 → 0.2.252

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.
@@ -22295,12 +22295,6 @@ var CapabilitySchema = external_exports.object({
22295
22295
  peerDisplayName: external_exports.string().optional()
22296
22296
  }).strict();
22297
22297
  var CapabilityWireSchema = CapabilitySchema.omit({ secretHash: true });
22298
- var CapabilityErrorCodeSchema = external_exports.enum([
22299
- "TOKEN_INVALID",
22300
- "TOKEN_REVOKED",
22301
- "TOKEN_EXPIRED",
22302
- "TOKEN_EXHAUSTED"
22303
- ]);
22304
22298
  var WhoamiResponseSchema = external_exports.object({
22305
22299
  type: external_exports.literal("whoami:ok"),
22306
22300
  owner: external_exports.object({