diff --git a/fern/openapi-overrides.yml b/fern/openapi-overrides.yml index d4ee7a5..a13eaee 100644 --- a/fern/openapi-overrides.yml +++ b/fern/openapi-overrides.yml @@ -1379,6 +1379,8 @@ components: title: Custom atttributes type: object description: Custom data set for this data. + + # change teammates.teammates to teammates.admins conversation_teammates: properties: teammates: null @@ -1391,6 +1393,20 @@ components: required: - type - admins + + # changing Record to Record wherever possible + company: + properties: + custom_attributes: + additionalProperties: true + create_or_update_company_request: + properties: + custom_attributes: + additionalProperties: true + visitor: + properties: + custom_attributes: + additionalProperties: true securitySchemes: bearerAuth: x-fern-bearer: