ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.635.1

This commit is contained in:
speakeasybot
2025-10-07 00:11:50 +00:00
parent 484b48c271
commit 0a712f5595
191 changed files with 13016 additions and 10957 deletions

View File

@@ -14,8 +14,6 @@ import (
"strconv"
"strings"
"time"
"github.com/ericlagergren/decimal"
)
const (
@@ -183,8 +181,6 @@ func valToString(val interface{}) string {
return v.Format(time.RFC3339Nano)
case big.Int:
return v.String()
case decimal.Big:
return v.String()
default:
return fmt.Sprintf("%v", v)
}