Skip to content
16 changes: 16 additions & 0 deletions fern/openapi-overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -1391,6 +1393,20 @@ components:
required:
- type
- admins

# changing Record<string, string> to Record<string, unknown> 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:
Expand Down