ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.141.1

This commit is contained in:
speakeasybot
2024-01-16 00:28:40 +00:00
parent ff9f3dc489
commit 100d1e093b
87 changed files with 427 additions and 531 deletions

View File

@@ -5,8 +5,8 @@
import { bytesToBase64 } from "./base64";
export class EncodingError extends Error {
constructor(message: string, options?: ErrorOptions) {
super(message, options);
constructor(message: string) {
super(message);
this.name = "EncodingError";
}
}