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";