GitHub Action 2 месяцев назад
Родитель
Сommit
f9b5ce180a
2 измененных файлов с 12 добавлено и 0 удалено
  1. 3 0
      packages/sdk/js/src/v2/gen/types.gen.ts
  2. 9 0
      packages/sdk/openapi.json

+ 3 - 0
packages/sdk/js/src/v2/gen/types.gen.ts

@@ -131,6 +131,9 @@ export type ApiError = {
       [key: string]: string
       [key: string]: string
     }
     }
     responseBody?: string
     responseBody?: string
+    details?: {
+      [key: string]: string
+    }
   }
   }
 }
 }
 
 

+ 9 - 0
packages/sdk/openapi.json

@@ -5336,6 +5336,15 @@
               },
               },
               "responseBody": {
               "responseBody": {
                 "type": "string"
                 "type": "string"
+              },
+              "details": {
+                "type": "object",
+                "propertyNames": {
+                  "type": "string"
+                },
+                "additionalProperties": {
+                  "type": "string"
+                }
               }
               }
             },
             },
             "required": ["message", "isRetryable"]
             "required": ["message", "isRetryable"]