Skip to content

Commit

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

Add teamMicrofrontends field to project-related API responses
5 changes: 5 additions & 0 deletions packages/vercel-api-js/src/api/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2301,6 +2301,7 @@ export type UpdateProjectDataCacheResponse = {
teamInvite?: Schemas.ACLAction[];
teamInviteCode?: Schemas.ACLAction[];
teamJoin?: Schemas.ACLAction[];
teamMicrofrontends?: Schemas.ACLAction[];
teamOwnMembership?: Schemas.ACLAction[];
teamOwnMembershipDisconnectSAML?: Schemas.ACLAction[];
token?: Schemas.ACLAction[];
Expand Down Expand Up @@ -9821,6 +9822,7 @@ export type GetProjectsResponse = {
teamInvite?: Schemas.ACLAction[];
teamInviteCode?: Schemas.ACLAction[];
teamJoin?: Schemas.ACLAction[];
teamMicrofrontends?: Schemas.ACLAction[];
teamOwnMembership?: Schemas.ACLAction[];
teamOwnMembershipDisconnectSAML?: Schemas.ACLAction[];
token?: Schemas.ACLAction[];
Expand Down Expand Up @@ -10700,6 +10702,7 @@ export type CreateProjectResponse = {
teamInvite?: Schemas.ACLAction[];
teamInviteCode?: Schemas.ACLAction[];
teamJoin?: Schemas.ACLAction[];
teamMicrofrontends?: Schemas.ACLAction[];
teamOwnMembership?: Schemas.ACLAction[];
teamOwnMembershipDisconnectSAML?: Schemas.ACLAction[];
token?: Schemas.ACLAction[];
Expand Down Expand Up @@ -11759,6 +11762,7 @@ export type GetProjectResponse = {
teamInvite?: Schemas.ACLAction[];
teamInviteCode?: Schemas.ACLAction[];
teamJoin?: Schemas.ACLAction[];
teamMicrofrontends?: Schemas.ACLAction[];
teamOwnMembership?: Schemas.ACLAction[];
teamOwnMembershipDisconnectSAML?: Schemas.ACLAction[];
token?: Schemas.ACLAction[];
Expand Down Expand Up @@ -12646,6 +12650,7 @@ export type UpdateProjectResponse = {
teamInvite?: Schemas.ACLAction[];
teamInviteCode?: Schemas.ACLAction[];
teamJoin?: Schemas.ACLAction[];
teamMicrofrontends?: Schemas.ACLAction[];
teamOwnMembership?: Schemas.ACLAction[];
teamOwnMembershipDisconnectSAML?: Schemas.ACLAction[];
token?: Schemas.ACLAction[];
Expand Down

0 comments on commit d8ac4ad

Please sign in to comment.