Skip to content

Commit

Permalink
[OpenAPI] Spec updates for vercel-api-js (#433)
Browse files Browse the repository at this point in the history
Co-authored-by: SferaDev <[email protected]>
  • Loading branch information
SferaDev and SferaDev authored Jun 17, 2024
1 parent 8580858 commit 062bcd1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/7zlcqk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vercel-api-js": patch
---

Add 'environment' field to the project data cache response
2 changes: 2 additions & 0 deletions packages/vercel-api-js/src/api/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2070,6 +2070,7 @@ export type UpdateProjectDataCacheResponse = {
| 'ip_address'
| 'protocol'
| 'scheme'
| 'environment'
| 'region';
key?: string;
value?:
Expand Down Expand Up @@ -2099,6 +2100,7 @@ export type UpdateProjectDataCacheResponse = {
| 'ip_address'
| 'protocol'
| 'scheme'
| 'environment'
| 'region';
key?: string;
value?:
Expand Down

0 comments on commit 062bcd1

Please sign in to comment.