diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index 5c5219a31..4e5e062b6 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -9114,6 +9114,7 @@ components: - PHONE_NUMBER - EMAIL - POSTAL_ADDRESS + - REGISTRATION_ADDRESS - TAX_ID - REGISTRATION_NUMBER - USER_TYPE diff --git a/openapi.yaml b/openapi.yaml index 5c5219a31..4e5e062b6 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -9114,6 +9114,7 @@ components: - PHONE_NUMBER - EMAIL - POSTAL_ADDRESS + - REGISTRATION_ADDRESS - TAX_ID - REGISTRATION_NUMBER - USER_TYPE diff --git a/openapi/components/schemas/customers/CustomerInfoFieldName.yaml b/openapi/components/schemas/customers/CustomerInfoFieldName.yaml index 1ca8f83a8..f4198f7f8 100644 --- a/openapi/components/schemas/customers/CustomerInfoFieldName.yaml +++ b/openapi/components/schemas/customers/CustomerInfoFieldName.yaml @@ -6,6 +6,7 @@ enum: - PHONE_NUMBER - EMAIL - POSTAL_ADDRESS + - REGISTRATION_ADDRESS - TAX_ID - REGISTRATION_NUMBER - USER_TYPE