@1claw/openapi-spec 0.29.0 → 0.29.1

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
@@ -12166,6 +12166,11 @@
12166
12166
  "gas_limit": {
12167
12167
  "type": "integer",
12168
12168
  "description": "Gas limit override"
12169
+ },
12170
+ "gasless": {
12171
+ "type": "boolean",
12172
+ "description": "When true, submits as a gasless (ERC-4337) transaction via Pimlico paymaster. The paymaster sponsors the gas cost.",
12173
+ "default": false
12169
12174
  }
12170
12175
  }
12171
12176
  },
@@ -12197,6 +12202,10 @@
12197
12202
  },
12198
12203
  "status": {
12199
12204
  "type": "string"
12205
+ },
12206
+ "user_op_hash": {
12207
+ "type": "string",
12208
+ "description": "UserOperation hash (only present for gasless sends via paymaster)"
12200
12209
  }
12201
12210
  }
12202
12211
  },
package/openapi.yaml CHANGED
@@ -8078,6 +8078,10 @@ components:
8078
8078
  gas_limit:
8079
8079
  type: integer
8080
8080
  description: Gas limit override
8081
+ gasless:
8082
+ type: boolean
8083
+ description: When true, submits as a gasless (ERC-4337) transaction via Pimlico paymaster. The paymaster sponsors the gas cost.
8084
+ default: false
8081
8085
 
8082
8086
  TreasuryWalletSendResponse:
8083
8087
  type: object
@@ -8095,6 +8099,9 @@ components:
8095
8099
  type: string
8096
8100
  status:
8097
8101
  type: string
8102
+ user_op_hash:
8103
+ type: string
8104
+ description: UserOperation hash (only present for gasless sends via paymaster)
8098
8105
 
8099
8106
  TreasuryWalletSwapRequest:
8100
8107
  type: object
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1claw/openapi-spec",
3
- "version": "0.29.0",
3
+ "version": "0.29.1",
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": {