@langchain/langgraph-sdk 0.0.69 → 0.0.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/client.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/client.d.ts CHANGED
@@ -271,7 +271,7 @@ export declare class ThreadsClient<TStateType = DefaultValues, TUpdateType = TSt
271
271
  /**
272
272
  * Sort by.
273
273
  */
274
- sortBy?: "id" | "status" | "created_at" | "updated_at";
274
+ sortBy?: "thread_id" | "status" | "created_at" | "updated_at";
275
275
  /**
276
276
  * Sort order.
277
277
  * Must be one of 'asc' or 'desc'.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langchain/langgraph-sdk",
3
- "version": "0.0.69",
3
+ "version": "0.0.70",
4
4
  "description": "Client library for interacting with the LangGraph API",
5
5
  "type": "module",
6
6
  "packageManager": "yarn@1.22.19",