From b061cf59b723c8b0aa46903fb1b728d02f112df7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 21:13:04 +0000 Subject: [PATCH] chore: version SDK --- .changeset/production-spec-pagination-secrets.md | 9 --------- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/production-spec-pagination-secrets.md diff --git a/.changeset/production-spec-pagination-secrets.md b/.changeset/production-spec-pagination-secrets.md deleted file mode 100644 index 075a048..0000000 --- a/.changeset/production-spec-pagination-secrets.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@runpod/typescript-api-sdk': minor ---- - -Resync the vendored production spec and regenerate the types. Adds cursor -pagination on the list endpoints (`cursor` and `limit` query parameters, and a -`pagination` block carrying `nextCursor` and `hasNextPage` on the response) and -the account-secrets paths. Both are additive upstream, so existing calls keep -their current types. diff --git a/CHANGELOG.md b/CHANGELOG.md index c9a7718..f3123c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @runpod/typescript-api-sdk +## 0.2.0 + +### Minor Changes + +- 71be666: Resync the vendored production spec and regenerate the types. Adds cursor + pagination on the list endpoints (`cursor` and `limit` query parameters, and a + `pagination` block carrying `nextCursor` and `hasNextPage` on the response) and + the account-secrets paths. Both are additive upstream, so existing calls keep + their current types. + ## 0.1.1 ### Patch Changes diff --git a/package.json b/package.json index 3326fa3..a3af7bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@runpod/typescript-api-sdk", - "version": "0.1.1", + "version": "0.2.0", "description": "TypeScript SDK for the RunPod v2 REST API, generated from the OpenAPI spec", "license": "MIT", "homepage": "https://api.runpod.io/v2/docs",