From 3dddb8d3d3b31ab2115c71a46b14bba520c700dc Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 21:38:12 +0000 Subject: [PATCH 1/2] feat(api): manual updates --- .stats.yml | 4 ++-- src/resources/top-level.ts | 15 ++++++++------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.stats.yml b/.stats.yml index 00c360c..b92f0eb 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 33 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/parallel-web/parallel-sdk-e72f6dcf18ffc713480444feef670bbbe754221e0a68336823642b474c20ec93.yml -openapi_spec_hash: ae8c3c62a78f2413f52c240c2a5d68a8 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/parallel-web/parallel-sdk-bc41f3e04b7d50e2bc4cc7844a81b5e2035c0409506d34af6f9722aebe5561bf.yml +openapi_spec_hash: 305d7d32c612fc989f722b21ddeb9da5 config_hash: d4f69197dba970d05757624fe3f7b373 diff --git a/src/resources/top-level.ts b/src/resources/top-level.ts index 326ba5c..77f860a 100644 --- a/src/resources/top-level.ts +++ b/src/resources/top-level.ts @@ -342,13 +342,14 @@ export interface SearchParams { max_chars_total?: number | null; /** - * Search mode preset: supported values are `turbo`, `basic`, and `advanced`. Turbo - * mode is optimized for the fastest responses. Basic mode offers low latency and - * works best with 2-3 high-quality search_queries. Advanced mode provides higher - * quality with more advanced retrieval and compression. Defaults to `advanced` - * when omitted. - */ - mode?: 'turbo' | 'basic' | 'advanced' | null; + * Search mode preset: supported values are `turbo`, `fast`, `basic`, and + * `advanced`. Turbo mode is optimized for the fastest responses. Use Fast mode for + * high quality search within a 1-second latency budget. Basic mode offers low + * latency and works best with 2-3 high-quality search_queries. Advanced mode + * provides higher quality with more advanced retrieval and compression. Defaults + * to `advanced` when omitted. + */ + mode?: 'turbo' | 'fast' | 'basic' | 'advanced' | null; /** * Natural-language description of the underlying question or goal driving the From d27256aad4ff3187b1b0026ce8337b0455e45120 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 21:38:38 +0000 Subject: [PATCH 2/2] release: 1.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f1463..96f1cd9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a8d3c85..4dffe66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.3.0 (2026-08-12) + +Full Changelog: [v1.2.0...v1.3.0](https://github.com/parallel-web/parallel-sdk-typescript/compare/v1.2.0...v1.3.0) + +### Features + +* **api:** manual updates ([3dddb8d](https://github.com/parallel-web/parallel-sdk-typescript/commit/3dddb8d3d3b31ab2115c71a46b14bba520c700dc)) + ## 1.2.0 (2026-08-10) Full Changelog: [v1.1.0...v1.2.0](https://github.com/parallel-web/parallel-sdk-typescript/compare/v1.1.0...v1.2.0) diff --git a/package.json b/package.json index fb3b228..d225fe5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parallel-web", - "version": "1.2.0", + "version": "1.3.0", "description": "The official TypeScript library for the Parallel API", "author": "Parallel ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 54c8a47..39fa5bc 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '1.2.0'; // x-release-please-version +export const VERSION = '1.3.0'; // x-release-please-version