@1claw/openapi-spec 0.22.1 → 0.22.2

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
@@ -7491,7 +7491,8 @@
7491
7491
  "description": "Hex-encoded calldata"
7492
7492
  },
7493
7493
  "signing_key_path": {
7494
- "type": "string"
7494
+ "type": "string",
7495
+ "description": "Vault path to signing key. Auto-resolves per-chain signing key if provisioned, otherwise keys/{chain}-signer."
7495
7496
  },
7496
7497
  "nonce": {
7497
7498
  "type": "integer"
@@ -7548,7 +7549,8 @@
7548
7549
  "description": "Hex-encoded calldata"
7549
7550
  },
7550
7551
  "signing_key_path": {
7551
- "type": "string"
7552
+ "type": "string",
7553
+ "description": "Vault path to signing key. Auto-resolves per-chain signing key if provisioned, otherwise keys/{chain}-signer."
7552
7554
  },
7553
7555
  "nonce": {
7554
7556
  "type": "integer"
@@ -7641,7 +7643,8 @@
7641
7643
  "type": "string"
7642
7644
  },
7643
7645
  "signing_key_path": {
7644
- "type": "string"
7646
+ "type": "string",
7647
+ "description": "Vault path to signing key. Auto-resolves per-chain signing key if provisioned, otherwise keys/{chain}-signer."
7645
7648
  },
7646
7649
  "gas_limit": {
7647
7650
  "type": "integer"
@@ -7752,7 +7755,8 @@
7752
7755
  "type": "string"
7753
7756
  },
7754
7757
  "signing_key_path": {
7755
- "type": "string"
7758
+ "type": "string",
7759
+ "description": "Vault path to signing key. Auto-resolves per-chain signing key if provisioned, otherwise keys/{chain}-signer."
7756
7760
  },
7757
7761
  "message": {
7758
7762
  "type": "string",
package/openapi.yaml CHANGED
@@ -5023,6 +5023,7 @@ components:
5023
5023
  description: Hex-encoded calldata
5024
5024
  signing_key_path:
5025
5025
  type: string
5026
+ description: Vault path to signing key. Auto-resolves per-chain signing key if provisioned, otherwise keys/{chain}-signer.
5026
5027
  nonce:
5027
5028
  type: integer
5028
5029
  gas_price:
@@ -5060,6 +5061,7 @@ components:
5060
5061
  description: Hex-encoded calldata
5061
5062
  signing_key_path:
5062
5063
  type: string
5064
+ description: Vault path to signing key. Auto-resolves per-chain signing key if provisioned, otherwise keys/{chain}-signer.
5063
5065
  nonce:
5064
5066
  type: integer
5065
5067
  gas_price:
@@ -5121,6 +5123,7 @@ components:
5121
5123
  type: string
5122
5124
  signing_key_path:
5123
5125
  type: string
5126
+ description: Vault path to signing key. Auto-resolves per-chain signing key if provisioned, otherwise keys/{chain}-signer.
5124
5127
  gas_limit:
5125
5128
  type: integer
5126
5129
 
@@ -5192,6 +5195,7 @@ components:
5192
5195
  type: string
5193
5196
  signing_key_path:
5194
5197
  type: string
5198
+ description: Vault path to signing key. Auto-resolves per-chain signing key if provisioned, otherwise keys/{chain}-signer.
5195
5199
  message:
5196
5200
  type: string
5197
5201
  description: Hex-encoded message bytes (for personal_sign)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1claw/openapi-spec",
3
- "version": "0.22.1",
3
+ "version": "0.22.2",
4
4
  "description": "OpenAPI 3.1.0 specification for the 1Claw Vault API — generate clients in any language",
5
5
  "license": "MIT",
6
6
  "repository": {