Skip to content

Commit

Permalink
[OpenAPI] Spec updates for vercel-api-js (#568)
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 26, 2024
1 parent 826f999 commit 1e5d876
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/1zngjn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vercel-api-js": minor
---

Add observabilityConfiguration and observabilityData to various project endpoints
10 changes: 10 additions & 0 deletions packages/vercel-api-js/src/api/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2268,6 +2268,7 @@ export type UpdateProjectDataCacheResponse = {
notificationCustomerBudget?: Schemas.ACLAction[];
notificationStatementOfReasons?: Schemas.ACLAction[];
oauth2Connection?: Schemas.ACLAction[];
observabilityConfiguration?: Schemas.ACLAction[];
openTelemetryEndpoint?: Schemas.ACLAction[];
paymentMethod?: Schemas.ACLAction[];
permissions?: Schemas.ACLAction[];
Expand Down Expand Up @@ -2342,6 +2343,7 @@ export type UpdateProjectDataCacheResponse = {
passwordProtection?: Schemas.ACLAction[];
optionsAllowlist?: Schemas.ACLAction[];
job?: Schemas.ACLAction[];
observabilityData?: Schemas.ACLAction[];
project?: Schemas.ACLAction[];
projectFromV0?: Schemas.ACLAction[];
projectAccessGroup?: Schemas.ACLAction[];
Expand Down Expand Up @@ -9931,6 +9933,7 @@ export type GetProjectsResponse = {
notificationCustomerBudget?: Schemas.ACLAction[];
notificationStatementOfReasons?: Schemas.ACLAction[];
oauth2Connection?: Schemas.ACLAction[];
observabilityConfiguration?: Schemas.ACLAction[];
openTelemetryEndpoint?: Schemas.ACLAction[];
paymentMethod?: Schemas.ACLAction[];
permissions?: Schemas.ACLAction[];
Expand Down Expand Up @@ -10005,6 +10008,7 @@ export type GetProjectsResponse = {
passwordProtection?: Schemas.ACLAction[];
optionsAllowlist?: Schemas.ACLAction[];
job?: Schemas.ACLAction[];
observabilityData?: Schemas.ACLAction[];
project?: Schemas.ACLAction[];
projectFromV0?: Schemas.ACLAction[];
projectAccessGroup?: Schemas.ACLAction[];
Expand Down Expand Up @@ -10811,6 +10815,7 @@ export type CreateProjectResponse = {
notificationCustomerBudget?: Schemas.ACLAction[];
notificationStatementOfReasons?: Schemas.ACLAction[];
oauth2Connection?: Schemas.ACLAction[];
observabilityConfiguration?: Schemas.ACLAction[];
openTelemetryEndpoint?: Schemas.ACLAction[];
paymentMethod?: Schemas.ACLAction[];
permissions?: Schemas.ACLAction[];
Expand Down Expand Up @@ -10885,6 +10890,7 @@ export type CreateProjectResponse = {
passwordProtection?: Schemas.ACLAction[];
optionsAllowlist?: Schemas.ACLAction[];
job?: Schemas.ACLAction[];
observabilityData?: Schemas.ACLAction[];
project?: Schemas.ACLAction[];
projectFromV0?: Schemas.ACLAction[];
projectAccessGroup?: Schemas.ACLAction[];
Expand Down Expand Up @@ -11871,6 +11877,7 @@ export type GetProjectResponse = {
notificationCustomerBudget?: Schemas.ACLAction[];
notificationStatementOfReasons?: Schemas.ACLAction[];
oauth2Connection?: Schemas.ACLAction[];
observabilityConfiguration?: Schemas.ACLAction[];
openTelemetryEndpoint?: Schemas.ACLAction[];
paymentMethod?: Schemas.ACLAction[];
permissions?: Schemas.ACLAction[];
Expand Down Expand Up @@ -11945,6 +11952,7 @@ export type GetProjectResponse = {
passwordProtection?: Schemas.ACLAction[];
optionsAllowlist?: Schemas.ACLAction[];
job?: Schemas.ACLAction[];
observabilityData?: Schemas.ACLAction[];
project?: Schemas.ACLAction[];
projectFromV0?: Schemas.ACLAction[];
projectAccessGroup?: Schemas.ACLAction[];
Expand Down Expand Up @@ -12759,6 +12767,7 @@ export type UpdateProjectResponse = {
notificationCustomerBudget?: Schemas.ACLAction[];
notificationStatementOfReasons?: Schemas.ACLAction[];
oauth2Connection?: Schemas.ACLAction[];
observabilityConfiguration?: Schemas.ACLAction[];
openTelemetryEndpoint?: Schemas.ACLAction[];
paymentMethod?: Schemas.ACLAction[];
permissions?: Schemas.ACLAction[];
Expand Down Expand Up @@ -12833,6 +12842,7 @@ export type UpdateProjectResponse = {
passwordProtection?: Schemas.ACLAction[];
optionsAllowlist?: Schemas.ACLAction[];
job?: Schemas.ACLAction[];
observabilityData?: Schemas.ACLAction[];
project?: Schemas.ACLAction[];
projectFromV0?: Schemas.ACLAction[];
projectAccessGroup?: Schemas.ACLAction[];
Expand Down

0 comments on commit 1e5d876

Please sign in to comment.