From a575c44a1e2376186a8be32b1024d557074915bf Mon Sep 17 00:00:00 2001 From: Myroslav Vivcharyk Date: Wed, 12 Feb 2025 10:48:18 +0100 Subject: [PATCH] feat(organization_vpc): patched stated_info in OrganizationVpcGetResponse --- handler/organizationvpc/organizationvpc.go | 4 +++- openapi_patch.yaml | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/handler/organizationvpc/organizationvpc.go b/handler/organizationvpc/organizationvpc.go index 6fab731..74c5719 100644 --- a/handler/organizationvpc/organizationvpc.go +++ b/handler/organizationvpc/organizationvpc.go @@ -322,7 +322,9 @@ type PeeringConnectionOut struct { // PeeringConnectionStateInfoOut State-specific help or error information type PeeringConnectionStateInfoOut struct { AwsVpcPeeringConnectionId *string `json:"aws_vpc_peering_connection_id,omitempty"` - Message string `json:"message"` // Human-readable information message + Message string `json:"message"` // Human-readable information message + ToProjectId *string `json:"to_project_id,omitempty"` + ToVpcNetwork *string `json:"to_vpc_network,omitempty"` Type string `json:"type"` // Type of state information Warnings []WarningOut `json:"warnings,omitempty"` // List of warnings if any } diff --git a/openapi_patch.yaml b/openapi_patch.yaml index 466bdc6..8fef87f 100644 --- a/openapi_patch.yaml +++ b/openapi_patch.yaml @@ -24,6 +24,10 @@ components: properties: aws_vpc_peering_connection_id: type: string + to_project_id: + type: string + to_vpc_network: + type: string ServiceKafkaQuotaDescribeResponse: properties: quota: