vercel-api-js 1.22.0 → 1.22.2

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/dist/types.mjs CHANGED
@@ -6,6 +6,8 @@
6
6
  * @type object
7
7
  */ const aiGatewayVirtualModelConfigHasEnum = {
8
8
  "implicit-caching": "implicit-caching",
9
+ reasoning: "reasoning",
10
+ "tool-use": "tool-use",
9
11
  vision: "vision"
10
12
  };
11
13
  const scopeEnum = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel-api-js",
3
- "version": "1.22.0",
3
+ "version": "1.22.2",
4
4
  "description": "Vercel auto-generated type-safe API client",
5
5
  "type": "module",
6
6
  "author": "SferaDev",