From c91a13f39f24b017b07cd1dd3e377ab791e1c216 Mon Sep 17 00:00:00 2001 From: SferaDev <2181866+SferaDev@users.noreply.github.com> Date: Tue, 26 Nov 2024 09:30:02 +0000 Subject: [PATCH] Update OpenAPI Spec --- .changeset/1zngjn.md | 5 +++++ packages/vercel-api-js/src/api/components.ts | 10 ++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .changeset/1zngjn.md diff --git a/.changeset/1zngjn.md b/.changeset/1zngjn.md new file mode 100644 index 00000000..fc939e76 --- /dev/null +++ b/.changeset/1zngjn.md @@ -0,0 +1,5 @@ +--- +"vercel-api-js": minor +--- + +Add observabilityConfiguration and observabilityData to various project endpoints \ No newline at end of file diff --git a/packages/vercel-api-js/src/api/components.ts b/packages/vercel-api-js/src/api/components.ts index 98bed73f..89efe289 100644 --- a/packages/vercel-api-js/src/api/components.ts +++ b/packages/vercel-api-js/src/api/components.ts @@ -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[]; @@ -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[]; @@ -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[]; @@ -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[]; @@ -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[]; @@ -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[]; @@ -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[]; @@ -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[]; @@ -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[]; @@ -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[];