From 490924842053ac02039aac1f479cdcaae005a7a0 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Fri, 31 Jul 2026 07:11:48 +0000 Subject: [PATCH] feat: add EU legal forms to business entity type --- mintlify/openapi.yaml | 4 ++++ openapi.yaml | 4 ++++ openapi/components/schemas/customers/EntityType.yaml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index 2485c7ebd..3b19cbeb0 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -11959,6 +11959,10 @@ components: - CORPORATION - S_CORPORATION - NON_PROFIT + - PUBLICLY_LISTED_COMPANY + - TRUST + - PRIVATE_FOUNDATION + - CHARITY - OTHER description: Legal entity type of the business example: LLC diff --git a/openapi.yaml b/openapi.yaml index 2485c7ebd..3b19cbeb0 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -11959,6 +11959,10 @@ components: - CORPORATION - S_CORPORATION - NON_PROFIT + - PUBLICLY_LISTED_COMPANY + - TRUST + - PRIVATE_FOUNDATION + - CHARITY - OTHER description: Legal entity type of the business example: LLC diff --git a/openapi/components/schemas/customers/EntityType.yaml b/openapi/components/schemas/customers/EntityType.yaml index ec78c0f73..3f3902d0f 100644 --- a/openapi/components/schemas/customers/EntityType.yaml +++ b/openapi/components/schemas/customers/EntityType.yaml @@ -6,6 +6,10 @@ enum: - CORPORATION - S_CORPORATION - NON_PROFIT + - PUBLICLY_LISTED_COMPANY + - TRUST + - PRIVATE_FOUNDATION + - CHARITY - OTHER description: Legal entity type of the business example: LLC