@ai-sdk/gateway 4.0.0-beta.27 → 4.0.0-beta.29

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @ai-sdk/gateway
2
2
 
3
+ ## 4.0.0-beta.29
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [2e17091]
8
+ - @ai-sdk/provider-utils@5.0.0-beta.9
9
+
10
+ ## 4.0.0-beta.28
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [986c6fd]
15
+ - Updated dependencies [493295c]
16
+ - @ai-sdk/provider-utils@5.0.0-beta.8
17
+
3
18
  ## 4.0.0-beta.27
4
19
 
5
20
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -293,7 +293,7 @@ interface PerplexitySearchInput {
293
293
  search_recency_filter?: 'day' | 'week' | 'month' | 'year';
294
294
  }
295
295
  type PerplexitySearchOutput = PerplexitySearchResponse | PerplexitySearchError;
296
- declare const perplexitySearchToolFactory: _ai_sdk_provider_utils.ProviderToolFactoryWithOutputSchema<PerplexitySearchInput, PerplexitySearchOutput, PerplexitySearchConfig>;
296
+ declare const perplexitySearchToolFactory: _ai_sdk_provider_utils.ProviderToolFactoryWithOutputSchema<PerplexitySearchInput, PerplexitySearchOutput, PerplexitySearchConfig, {}>;
297
297
 
298
298
  interface ParallelSearchSourcePolicy {
299
299
  /**
@@ -426,7 +426,7 @@ interface ParallelSearchInput {
426
426
  };
427
427
  }
428
428
  type ParallelSearchOutput = ParallelSearchResponse | ParallelSearchError;
429
- declare const parallelSearchToolFactory: _ai_sdk_provider_utils.ProviderToolFactoryWithOutputSchema<ParallelSearchInput, ParallelSearchOutput, ParallelSearchConfig>;
429
+ declare const parallelSearchToolFactory: _ai_sdk_provider_utils.ProviderToolFactoryWithOutputSchema<ParallelSearchInput, ParallelSearchOutput, ParallelSearchConfig, {}>;
430
430
 
431
431
  /**
432
432
  * Gateway-specific provider-defined tools.
package/dist/index.d.ts CHANGED
@@ -293,7 +293,7 @@ interface PerplexitySearchInput {
293
293
  search_recency_filter?: 'day' | 'week' | 'month' | 'year';
294
294
  }
295
295
  type PerplexitySearchOutput = PerplexitySearchResponse | PerplexitySearchError;
296
- declare const perplexitySearchToolFactory: _ai_sdk_provider_utils.ProviderToolFactoryWithOutputSchema<PerplexitySearchInput, PerplexitySearchOutput, PerplexitySearchConfig>;
296
+ declare const perplexitySearchToolFactory: _ai_sdk_provider_utils.ProviderToolFactoryWithOutputSchema<PerplexitySearchInput, PerplexitySearchOutput, PerplexitySearchConfig, {}>;
297
297
 
298
298
  interface ParallelSearchSourcePolicy {
299
299
  /**
@@ -426,7 +426,7 @@ interface ParallelSearchInput {
426
426
  };
427
427
  }
428
428
  type ParallelSearchOutput = ParallelSearchResponse | ParallelSearchError;
429
- declare const parallelSearchToolFactory: _ai_sdk_provider_utils.ProviderToolFactoryWithOutputSchema<ParallelSearchInput, ParallelSearchOutput, ParallelSearchConfig>;
429
+ declare const parallelSearchToolFactory: _ai_sdk_provider_utils.ProviderToolFactoryWithOutputSchema<ParallelSearchInput, ParallelSearchOutput, ParallelSearchConfig, {}>;
430
430
 
431
431
  /**
432
432
  * Gateway-specific provider-defined tools.
package/dist/index.js CHANGED
@@ -1525,7 +1525,7 @@ async function getVercelRequestId() {
1525
1525
  var import_provider_utils14 = require("@ai-sdk/provider-utils");
1526
1526
 
1527
1527
  // src/version.ts
1528
- var VERSION = true ? "4.0.0-beta.27" : "0.0.0-test";
1528
+ var VERSION = true ? "4.0.0-beta.29" : "0.0.0-test";
1529
1529
 
1530
1530
  // src/gateway-provider.ts
1531
1531
  var AI_GATEWAY_PROTOCOL_VERSION = "0.0.1";
package/dist/index.mjs CHANGED
@@ -1559,7 +1559,7 @@ async function getVercelRequestId() {
1559
1559
  import { withUserAgentSuffix } from "@ai-sdk/provider-utils";
1560
1560
 
1561
1561
  // src/version.ts
1562
- var VERSION = true ? "4.0.0-beta.27" : "0.0.0-test";
1562
+ var VERSION = true ? "4.0.0-beta.29" : "0.0.0-test";
1563
1563
 
1564
1564
  // src/gateway-provider.ts
1565
1565
  var AI_GATEWAY_PROTOCOL_VERSION = "0.0.1";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ai-sdk/gateway",
3
3
  "private": false,
4
- "version": "4.0.0-beta.27",
4
+ "version": "4.0.0-beta.29",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
7
7
  "main": "./dist/index.js",
@@ -32,7 +32,7 @@
32
32
  "dependencies": {
33
33
  "@vercel/oidc": "3.2.0",
34
34
  "@ai-sdk/provider": "4.0.0-beta.5",
35
- "@ai-sdk/provider-utils": "5.0.0-beta.7"
35
+ "@ai-sdk/provider-utils": "5.0.0-beta.9"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/node": "18.15.11",