diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index 2485c7eb..3b19cbeb 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 2485c7eb..3b19cbeb 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 ec78c0f7..3f3902d0 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