@1claw/openapi-spec 0.61.22 → 0.61.23

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/openapi.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "openapi": "3.1.0",
3
3
  "info": {
4
4
  "title": "1Claw API",
5
- "version": "0.61.22",
5
+ "version": "0.61.23",
6
6
  "description": "Secure secret management for AI agents. Provides vaults, secrets,\npolicy-based access control, agent identity, Intents API,\nsharing, billing, and audit logging. Automations (workflow_spec,\nwebhook tokens, event triggers, Assist), cloud runtimes with\ninteractive shell sessions, agent memory, and discovery.\n\n## Domains\n\n`api.1claw.co` is canonical: it is the OIDC issuer, the `aud` the API\nmints, and the first entry in `servers` — a generated client takes its\nbase URL from there, and the previous ordering pointed every SDK at the\ndomain the issuer had already left. `api.1claw.xyz` still answers and is\nstill accepted on token validation, because tokens minted before the\nmove carry it; it is never minted now.\n\nOne deliberate exception: the Shroud attestation identity token is\nrequested from GCP with `audience: https://api.1claw.xyz`, so\n`/v1/shroud/attestation` reports that as its `expected_audience`. That\nis accurate rather than stale — the audience is a verification contract\nwith anyone already checking the token, and moving it is a breaking\nchange for them, not a rename.\n\nAll endpoints require JWT Bearer authentication unless marked with\n`security: []`.\n",
7
7
  "contact": {
8
8
  "email": "ops@1claw.co"
@@ -36339,6 +36339,10 @@
36339
36339
  "client_tss"
36340
36340
  ],
36341
36341
  "description": "`server` — 1claw holds the whole private key and can sign alone.\n`client_tss` — 2-party threshold key; the customer's passkey share is required.\n"
36342
+ },
36343
+ "owner_wraps": {
36344
+ "type": "integer",
36345
+ "description": "`client_tss` only (list responses). Wraps of the customer's share under\ntheir own credentials — passkey PRF or recovery code; runtime holder\nwraps are not counted. Below 2 the wallet should not be funded: one\nlost credential would lose the share.\n"
36342
36346
  }
36343
36347
  }
36344
36348
  },
package/openapi.yaml CHANGED
@@ -2,7 +2,7 @@ openapi: 3.1.0
2
2
 
3
3
  info:
4
4
  title: 1Claw API
5
- version: "0.61.22"
5
+ version: "0.61.23"
6
6
  description: |
7
7
  Secure secret management for AI agents. Provides vaults, secrets,
8
8
  policy-based access control, agent identity, Intents API,
@@ -23610,6 +23610,13 @@ components:
23610
23610
  description: |
23611
23611
  `server` — 1claw holds the whole private key and can sign alone.
23612
23612
  `client_tss` — 2-party threshold key; the customer's passkey share is required.
23613
+ owner_wraps:
23614
+ type: integer
23615
+ description: |
23616
+ `client_tss` only (list responses). Wraps of the customer's share under
23617
+ their own credentials — passkey PRF or recovery code; runtime holder
23618
+ wraps are not counted. Below 2 the wallet should not be funded: one
23619
+ lost credential would lose the share.
23613
23620
 
23614
23621
  TreasuryWalletListResponse:
23615
23622
  type: object
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1claw/openapi-spec",
3
- "version": "0.61.22",
3
+ "version": "0.61.23",
4
4
  "description": "OpenAPI 3.1.0 specification for the 1Claw Vault API \u2014 generate clients in any language",
5
5
  "license": "MIT",
6
6
  "repository": {