diff --git a/fern/apis/api/openapi-overrides.yml b/fern/apis/api/openapi-overrides.yml index e1eb56ad5..478dd56b0 100644 --- a/fern/apis/api/openapi-overrides.yml +++ b/fern/apis/api/openapi-overrides.yml @@ -973,6 +973,10 @@ components: ":": name: COLON description: ":" + CartesiaExperimentalControls: + properties: + speed: + x-fern-type-name: CartesiaSpeedControl securitySchemes: BearerAuth: type: http diff --git a/fern/fern.config.json b/fern/fern.config.json index f284114eb..f3e825892 100644 --- a/fern/fern.config.json +++ b/fern/fern.config.json @@ -1,4 +1,4 @@ { "organization": "vapi", - "version": "0.57.15" + "version": "0.57.34" } \ No newline at end of file