From da8e31a39c675b37decdce3329a96b9528499522 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 18:12:44 +0000 Subject: [PATCH] feat(api): OpenAPI spec update via Stainless API (#5) --- .stats.yml | 2 +- src/resources/evals.ts | 2 +- src/resources/vals/vals.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.stats.yml b/.stats.yml index d6fb4fc30..3ee1be570 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 27 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/val-town%2Fval-town-7cdd0b1eec3c7f00b1b2101d12e0c9fe83a60c503811c896de78458cba2e0034.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/val-town%2Fval-town-210a1f68d87ff41944e6003f4876d21ce2177fdb0b41b604051ab0a2318a2d04.yml diff --git a/src/resources/evals.ts b/src/resources/evals.ts index 36a743a65..f8fb95828 100644 --- a/src/resources/evals.ts +++ b/src/resources/evals.ts @@ -27,7 +27,7 @@ export class Evals extends APIResource { } } -export type EvalRunCodeResponse = string | number | unknown | Array | boolean; +export type EvalRunCodeResponse = string | number | Record | Array | boolean; export interface EvalRunCodeParams { args?: string; diff --git a/src/resources/vals/vals.ts b/src/resources/vals/vals.ts index eb6e050ab..3035a9767 100644 --- a/src/resources/vals/vals.ts +++ b/src/resources/vals/vals.ts @@ -201,7 +201,7 @@ export namespace ValRetrieveResponse { } } -export type ValRunAnonymousResponse = string | number | unknown | Array | boolean; +export type ValRunAnonymousResponse = string | number | Record | Array | boolean; export interface ValCreateParams { code: string;