From b7aa4386405829d0f2dac616411d51597b847339 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 20:13:22 +0000 Subject: [PATCH] feat(api): api update --- .stats.yml | 2 +- src/resources/executions/executions.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.stats.yml b/.stats.yml index a3c891a..76acd97 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 52 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/julep-ai-inc-dash%2Fjulep-4d338a91fa2f852de5064b5110ecd652865820733d605cb4e0f4353155f6a7c7.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/julep-ai-inc-dash%2Fjulep-c739a45ccdfb832b48e053ccae2c6f4accbbef20e811278c2a36e3c25ad757d1.yml diff --git a/src/resources/executions/executions.ts b/src/resources/executions/executions.ts index 12089c2..1091272 100644 --- a/src/resources/executions/executions.ts +++ b/src/resources/executions/executions.ts @@ -122,6 +122,8 @@ export interface Transition { updated_at: string; metadata?: unknown | null; + + step_label?: string | null; } export namespace Transition {