diff options
| author | GitHub Action <[email protected]> | 2025-12-24 01:21:10 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-12-24 01:21:10 +0000 |
| commit | f9b5ce180a2799d6d43e072cccc61f10d7bbfe1b (patch) | |
| tree | 3ff35197327ff68933e19d6995934e3fdfbd52e3 /packages | |
| parent | 12ee9d51c375b2cb30657c40a234b43d01683a9b (diff) | |
| download | opencode-f9b5ce180a2799d6d43e072cccc61f10d7bbfe1b.tar.gz opencode-f9b5ce180a2799d6d43e072cccc61f10d7bbfe1b.zip | |
chore: generate
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/sdk/js/src/v2/gen/types.gen.ts | 3 | ||||
| -rw-r--r-- | packages/sdk/openapi.json | 9 |
2 files changed, 12 insertions, 0 deletions
diff --git a/packages/sdk/js/src/v2/gen/types.gen.ts b/packages/sdk/js/src/v2/gen/types.gen.ts index 0021ca1f5..7f31018c6 100644 --- a/packages/sdk/js/src/v2/gen/types.gen.ts +++ b/packages/sdk/js/src/v2/gen/types.gen.ts @@ -131,6 +131,9 @@ export type ApiError = { [key: string]: string } responseBody?: string + details?: { + [key: string]: string + } } } diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json index 10dd7365c..b05aa786d 100644 --- a/packages/sdk/openapi.json +++ b/packages/sdk/openapi.json @@ -5336,6 +5336,15 @@ }, "responseBody": { "type": "string" + }, + "details": { + "type": "object", + "propertyNames": { + "type": "string" + }, + "additionalProperties": { + "type": "string" + } } }, "required": ["message", "isRetryable"] |
