From b086f1ca36d050290ea2aec8f5d192ef9b39add8 Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 22:30:10 +0000 Subject: [PATCH] SDK regeneration --- package.json | 2 +- src/api/types/ProjectId.ts | 8 ++++++++ src/api/types/index.ts | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 src/api/types/ProjectId.ts diff --git a/package.json b/package.json index 89d8150..161a9bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/sdk", - "version": "2.0.0", + "version": "1.7.1", "private": false, "repository": "github:PipedreamHQ/pipedream-sdk-typescript", "type": "commonjs", diff --git a/src/api/types/ProjectId.ts b/src/api/types/ProjectId.ts new file mode 100644 index 0000000..a5f8ade --- /dev/null +++ b/src/api/types/ProjectId.ts @@ -0,0 +1,8 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +/** + * The project ID, which starts with 'proj_'. + */ +export type ProjectId = string; diff --git a/src/api/types/index.ts b/src/api/types/index.ts index ec4f2ae..e003841 100644 --- a/src/api/types/index.ts +++ b/src/api/types/index.ts @@ -42,6 +42,7 @@ export * from "./ListAppsResponse.js"; export * from "./ListAppCategoriesResponse.js"; export * from "./PageInfo.js"; export * from "./ProjectEnvironment.js"; +export * from "./ProjectId.js"; export * from "./ProjectInfoResponse.js"; export * from "./PropOption.js"; export * from "./ProxyResponse.js";