From 515ad8d7a6f678e2aec342e16dddc439bc845ef0 Mon Sep 17 00:00:00 2001 From: bracesproul Date: Mon, 10 Feb 2025 17:30:19 -0800 Subject: [PATCH 1/2] fix(sdk-js): Export types --- libs/sdk-js/src/index.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libs/sdk-js/src/index.ts b/libs/sdk-js/src/index.ts index 823476249..6474f8f69 100644 --- a/libs/sdk-js/src/index.ts +++ b/libs/sdk-js/src/index.ts @@ -16,6 +16,12 @@ export type { Cron, Checkpoint, Interrupt, + ListNamespaceResponse, + Item, + SearchItem, + SearchItemsResponse, + CronCreateResponse, + CronCreateForThreadResponse, } from "./schema.js"; export { overrideFetchImplementation } from "./singletons/fetch.js"; From 9b62280fc564e6817655e5e4f39fb6bddc72b9c6 Mon Sep 17 00:00:00 2001 From: bracesproul Date: Mon, 10 Feb 2025 17:47:07 -0800 Subject: [PATCH 2/2] bump dep --- libs/sdk-js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/sdk-js/package.json b/libs/sdk-js/package.json index a55108269..aae3d0219 100644 --- a/libs/sdk-js/package.json +++ b/libs/sdk-js/package.json @@ -1,6 +1,6 @@ { "name": "@langchain/langgraph-sdk", - "version": "0.0.37", + "version": "0.0.38", "description": "Client library for interacting with the LangGraph API", "type": "module", "packageManager": "yarn@1.22.19",