vercel-api-js 0.19.5 → 0.20.1
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/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +21 -0
- package/dist/index.d.cts +174 -69
- package/dist/index.d.mts +174 -69
- package/dist/index.d.ts +174 -69
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> vercel-api-js@0.
|
|
2
|
+
> vercel-api-js@0.20.1 build /home/runner/work/openapi-clients/openapi-clients/packages/vercel-api-js
|
|
3
3
|
> unbuild
|
|
4
4
|
|
|
5
5
|
[info] Automatically detected entries: src/index [esm] [cjs] [dts]
|
|
@@ -10,5 +10,5 @@
|
|
|
10
10
|
|
|
11
11
|
[log] dist/index.mjs (total size: 31 kB, chunk size: 31 kB, exports: VercelApi)
|
|
12
12
|
|
|
13
|
-
Σ Total dist size (byte size): 3.
|
|
13
|
+
Σ Total dist size (byte size): 3.04 MB
|
|
14
14
|
[log]
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# vercel-api-js
|
|
2
2
|
|
|
3
|
+
## 0.20.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 671ea25: Add integrationSSOSession field to project-related responses
|
|
8
|
+
- 5423343: Add new field 'imageOptimizationNewPrice' to project-related API responses
|
|
9
|
+
- 40d709b: Add new marketplace experimentation data to project responses
|
|
10
|
+
- 30188f2: Add defaultResourceConfig field to multiple API endpoints
|
|
11
|
+
- 05ee70e: Add new permissions for user, userConnection, webAuthn, and oauth2Connection
|
|
12
|
+
|
|
13
|
+
## 0.20.0
|
|
14
|
+
|
|
15
|
+
### Minor Changes
|
|
16
|
+
|
|
17
|
+
- f051ebf: Add new property 'routeObservabilityToDefaultApp' to UpdateProjectDataCacheResponse type
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- 2353d03: [MINOR] Add new 'bypassSystem' field to firewall configuration variables
|
|
22
|
+
- 207b8ec: Add skipBillingData to GetConfigurationsQueryParams
|
|
23
|
+
|
|
3
24
|
## 0.19.5
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|